COLOR #E09DAF

HEX: #E09DAF RGB: (224,157,175)

Color info

#E09DAF contains mainly red and blue colors. Web safe color of #E09DAF is #CC9999 (or #C99).

RGB color model

#E09DAF color RGB value is (224,157,175).

RGB: (224,157,175) (88%, 62%, 69%)

RGB channels and saturation

R 224 of 255 = 88%
G 157 of 255 = 62%
B 175 of 255 = 69%

224
157
175

R + G + B ~ 73%. #E09DAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 157 + 175 = 556 (100%)
R 224 of 556 ~ 40.29%
G 157 of 556 ~ 28.24%
B 175 of 556 ~ 31.47'%

%40.29
%28.24
%31.47

CMYK color model

#E09DAF color CMYK value is (0,30,22,12).

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

CMYK: (0,30,22,12)
C0M30Y22K12 (0%, 30%, 22%, 12%)
(0.00 / 0.30 / 0.22 / 0.12)

CMYK percentages

%0
%29.91
%21.88
%12.16

Codes

Color #E09DAF in popluar color models

E0 9D AF
RGB 224 157 175
HSL 344° 51.94% 74.71%
HSB/HSV 344° 29.91% 87.84%
CMYK 0.00% 29.91% 21.88%
12.16%

Color #E09DAF in popluar number systems.

HEX E0 9D AF
Decimal 224 157 175
Binary 11100000 10011101 10101111
Octal 340 235 257

Shades and tints

Shades of #E09DAF

#E09DAF
(224,157,175)
#CC8FA0
(204,143,160)
#B88191
(184,129,145)
#A47382
(164,115,130)
#906573
(144,101,115)
#7C5764
(124,87,100)
#684955
(104,73,85)
#543B46
(84,59,70)
#402D37
(64,45,55)
#2C1F28
(44,31,40)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #E09DAF

#E09DAF
(224,157,175)
#E2A5B6
(226,165,182)
#E4ADBD
(228,173,189)
#E6B5C4
(230,181,196)
#E8BDCB
(232,189,203)
#EAC5D2
(234,197,210)
#ECCDD9
(236,205,217)
#EED5E0
(238,213,224)
#F0DDE7
(240,221,231)
#F2E5EE
(242,229,238)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09DAF; }

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

This text font color is #E09DAF.

Background Color

.myBgColor { background-color: #E09DAF; }

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

This div background color is #E09DAF.

Border color

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

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

This div border color is #E09DAF.

Opacity

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

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

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

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

This text has shadow with #E09DAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E09DAF.

Preview

Color preview on black background

This text has color #E09DAF on black background.


Color preview on white background

This text has color #E09DAF on white background.


Black color preview on #E09DAF background

This text has black color on #E09DAF background.


White color preview on #E09DAF background

This text has white color on #E09DAF background.


Related colors

Complementary color

Complementary color for #hex is #1F6250.


I love getcolorcode.com

Triadic colors

1 #AFE09D and #9DAFE0 with #E09DAF are triadic colors.

2 #AF9DE0 and #9DE0AF with #E09DAF are triadic colors.