COLOR #E09DC9

HEX: #E09DC9
RGB: (224,157,201)

Color info

#E09DC9 contains mainly red and blue colors. Web safe color of #E09DC9 is #CC99CC (or #C9C).

RGB color model

#E09DC9 color RGB value is (224,157,201).

  • red value is 224;
  • green value is 157;
  • blue value is 201.
RGB:
(224,157,201)
(88%,62%,79%)

RGB channels and saturation

R 224 of 255 = 88%
G 157 of 255 = 62%
B 201 of 255 = 79%

224
157
201

R + G + B ~ 76%. #E09DC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 157 + 201 = 582 (100%)
R 224 of 582 ~ 38.49%
G 157 of 582 ~ 26.98%
B 201 of 582 ~ 34.54%

%38.49
%26.98
%34.54

CMYK color model

#E09DC9 color CMYK value is (0,30,10,12).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 10.27%
  • key color value is 12.16%
CMYK:
(0,30,10,12)
C0M30Y10K12 
(0%,30%,10%,12%)
(0.00/0.30/0.10/0.12)	

CMYK percentages

%0
%29.91
%10.27
%12.16

Codes

Color #E09DC9 in popluar color models

E09DC9
RGB224157201
HSL321°51.94%74.71%
HSB/HSV321°29.91%87.84%
CMYK0.00%29.91%10.27%
12.16%

Color #E09DC9 in popluar number systems.

HEXE09DC9
Decimal224157201
Binary111000001001110111001001
Octal340235311

Shades and tints

Shades of #E09DC9

#E09DC9
(224,157,201)
#CC8FB7
(204,143,183)
#B881A5
(184,129,165)
#A47393
(164,115,147)
#906581
(144,101,129)
#7C576F
(124,87,111)
#68495D
(104,73,93)
#543B4B
(84,59,75)
#402D39
(64,45,57)
#2C1F27
(44,31,39)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #E09DC9

#E09DC9
(224,157,201)
#E2A5CD
(226,165,205)
#E4ADD1
(228,173,209)
#E6B5D5
(230,181,213)
#E8BDD9
(232,189,217)
#EAC5DD
(234,197,221)
#ECCDE1
(236,205,225)
#EED5E5
(238,213,229)
#F0DDE9
(240,221,233)
#F2E5ED
(242,229,237)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09DC9; }

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

This text font color is #E09DC9.


Background Color

.myBgColor { background-color: #E09DC9; }

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

This div background color is #E09DC9.


Border color

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

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

This div border color is #E09DC9.


Opacity

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

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

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

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

This text has shadow with #E09DC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09DC9 on black background.


Color preview on white background

This text has color #E09DC9 on white background.



Black color preview on #E09DC9 background

This text has black color on #E09DC9 background.


White color preview on #E09DC9 background

This text has white color on #E09DC9 background.