COLOR #ED6D90

HEX: #ED6D90
RGB: (237,109,144)

Renk bilgisi

#ED6D90 contains mainly red color. #ED6D90 ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#ED6D90 color RGB value is (237,109,144).

  • kırmız ton 237;
  • yeşil ton 109;
  • mavi ton 144.
RGB:
(237,109,144)
(93%,43%,56%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 109 of 255 = 43%
B 144 of 255 = 56%

237
109
144

R + G + B ~ 64%. #ED6D90 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 109 + 144 = 490 (100%)
R 237 of 490 ~ 48.37%
G 109 of 490 ~ 22.24%
B 144 of 490 ~ 29.39%

%48.37
%22.24
%29.39

CMYK RENK MODELİ

#ED6D90 rengi CMYK tonu (0,54,39,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.01%
  • sarı tonu 39.24%
  • ana renk tonu 7.06%
CMYK:
(0,54,39,7)
C0M54Y39K7 
(0%,54%,39%,7%)
(0.00/0.54/0.39/0.07)	

CMYK yüzdeleri

%0
%54.01
%39.24
%7.06

Codes

Color #ED6D90 in popluar color models

ED6D90
RGB237109144
HSL344°78.05%67.84%
HSB/HSV344°54.01%92.94%
CMYK0.00%54.01%39.24%
7.06%

Color #ED6D90 in popluar number systems.

HEXED6D90
Decimal237109144
Binary11101101110110110010000
Octal355155220

Shades and tints

Shades of #ED6D90

#ED6D90
(237,109,144)
#D86483
(216,100,131)
#C35B76
(195,91,118)
#AE5269
(174,82,105)
#99495C
(153,73,92)
#84404F
(132,64,79)
#6F3742
(111,55,66)
#5A2E35
(90,46,53)
#452528
(69,37,40)
#301C1B
(48,28,27)
#1B130E
(27,19,14)
#000000
(0,0,0)

Tints of #ED6D90

#ED6D90
(237,109,144)
#EE7A9A
(238,122,154)
#EF87A4
(239,135,164)
#F094AE
(240,148,174)
#F1A1B8
(241,161,184)
#F2AEC2
(242,174,194)
#F3BBCC
(243,187,204)
#F4C8D6
(244,200,214)
#F5D5E0
(245,213,224)
#F6E2EA
(246,226,234)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED6D90 color. Also use rgb(237,109,144) instead hex code.

Text Font Color

.myTextColor { color: #ED6D90; }

<p style="color:#ED6D90">This sample text font color is #ED6D90.</p>

This text font color is #ED6D90.


Background Color

.myBgColor { background-color: #ED6D90; }

<div style="background-color:#ED6D90">Inner text</div>

This div background color is #ED6D90.


Border color

.myBorderColor { border: 1px solid #ED6D90; }

<div style="border:3px solid #ED6D90">Div</div>

This div border color is #ED6D90.


Opacity

.myOpacity80 { color: #ED6D90; opacity: 0.8; }

<p style="color:#ED6D90;opacity:0.8;">80%</p>

Text with #ED6D90 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ED6D90;}

<p style="text-shadow: 3px 3px 1px #ED6D90">Text here.</p>

This text has shadow with #ED6D90 color.

.textShadow {text-shadow: 3px 3px 1px #ED6D90, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ED6D90, 5px 5px 20px red">Text here.</p>

This text has shadow with #ED6D90 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED6D90, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ED6D90, Direction=45, Strength=4)">Text</p>

This text has shadow with #ED6D90 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ED6D90;
  -webkit-box-shadow:	1px 1px 3px 2px #ED6D90;
  box-shadow:		1px 1px 3px 2px #ED6D90;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED6D90;
-webkit-box-shadow: 1px 1px 3px 2px #ED6D90;
box-shadow:1px 1px 3px 2px #ED6D90;">
Div content here</div>
This div box has shadow with color #ED6D90.

Preview

Color preview on black background

This text has color #ED6D90 on black background.


Color preview on white background

This text has color #ED6D90 on white background.



Black color preview on #ED6D90 background

This text has black color on #ED6D90 background.


White color preview on #ED6D90 background

This text has white color on #ED6D90 background.