COLOR #E09DA4

HEX: #E09DA4 RGB: (224,157,164)

Color info

#E09DA4 contains mainly red color. Web safe color of #E09DA4 is #CC9999 (or #C99).

RGB color model

#E09DA4 color RGB value is (224,157,164).

RGB: (224,157,164) (88%, 62%, 64%)

RGB channels and saturation

R 224 of 255 = 88%
G 157 of 255 = 62%
B 164 of 255 = 64%

224
157
164

R + G + B ~ 71%. #E09DA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 157 + 164 = 545 (100%)
R 224 of 545 ~ 41.1%
G 157 of 545 ~ 28.81%
B 164 of 545 ~ 30.09'%

%41.1
%28.81
%30.09

CMYK color model

#E09DA4 color CMYK value is (0,30,27,12).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 26.79%
  • key color value is 12.16%

CMYK: (0,30,27,12)
C0M30Y27K12 (0%, 30%, 27%, 12%)
(0.00 / 0.30 / 0.27 / 0.12)

CMYK percentages

%0
%29.91
%26.79
%12.16

Codes

Color #E09DA4 in popluar color models

E0 9D A4
RGB 224 157 164
HSL 354° 51.94% 74.71%
HSB/HSV 354° 29.91% 87.84%
CMYK 0.00% 29.91% 26.79%
12.16%

Color #E09DA4 in popluar number systems.

HEX E0 9D A4
Decimal 224 157 164
Binary 11100000 10011101 10100100
Octal 340 235 244

Shades and tints

Shades of #E09DA4

#E09DA4
(224,157,164)
#CC8F96
(204,143,150)
#B88188
(184,129,136)
#A4737A
(164,115,122)
#90656C
(144,101,108)
#7C575E
(124,87,94)
#684950
(104,73,80)
#543B42
(84,59,66)
#402D34
(64,45,52)
#2C1F26
(44,31,38)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #E09DA4

#E09DA4
(224,157,164)
#E2A5AC
(226,165,172)
#E4ADB4
(228,173,180)
#E6B5BC
(230,181,188)
#E8BDC4
(232,189,196)
#EAC5CC
(234,197,204)
#ECCDD4
(236,205,212)
#EED5DC
(238,213,220)
#F0DDE4
(240,221,228)
#F2E5EC
(242,229,236)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09DA4 color. Also use rgb(224,157,164) instead hex code.

Text Font Color

.myTextColor { color: #E09DA4; }

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

This text font color is #E09DA4.

Background Color

.myBgColor { background-color: #E09DA4; }

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

This div background color is #E09DA4.

Border color

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

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

This div border color is #E09DA4.

Opacity

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

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

Text with #E09DA4 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 #E09DA4;}

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

This text has shadow with #E09DA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E09DA4.

Preview

Color preview on black background

This text has color #E09DA4 on black background.


Color preview on white background

This text has color #E09DA4 on white background.


Black color preview on #E09DA4 background

This text has black color on #E09DA4 background.


White color preview on #E09DA4 background

This text has white color on #E09DA4 background.


Related colors

Complementary color

Complementary color for #hex is #1F625B.


I love getcolorcode.com

Triadic colors

1 #A4E09D and #9DA4E0 with #E09DA4 are triadic colors.

2 #A49DE0 and #9DE0A4 with #E09DA4 are triadic colors.