COLOR #E09EC9

HEX: #E09EC9
RGB: (224,158,201)

Color info

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

RGB color model

#E09EC9 color RGB value is (224,158,201).

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

RGB channels and saturation

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

224
158
201

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

Portions of RGB colors in percentages

R + G + B =
224 + 158 + 201 = 583 (100%)
R 224 of 583 ~ 38.42%
G 158 of 583 ~ 27.1%
B 201 of 583 ~ 34.48%

%38.42
%27.1
%34.48

CMYK color model

#E09EC9 color CMYK value is (0,29,10,12).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 10.27%
  • key color value is 12.16%
CMYK:
(0,29,10,12)
C0M29Y10K12 
(0%,29%,10%,12%)
(0.00/0.29/0.10/0.12)	

CMYK percentages

%0
%29.46
%10.27
%12.16

Codes

Color #E09EC9 in popluar color models

E09EC9
RGB224158201
HSL321°51.56%74.90%
HSB/HSV321°29.46%87.84%
CMYK0.00%29.46%10.27%
12.16%

Color #E09EC9 in popluar number systems.

HEXE09EC9
Decimal224158201
Binary111000001001111011001001
Octal340236311

Shades and tints

Shades of #E09EC9

#E09EC9
(224,158,201)
#CC90B7
(204,144,183)
#B882A5
(184,130,165)
#A47493
(164,116,147)
#906681
(144,102,129)
#7C586F
(124,88,111)
#684A5D
(104,74,93)
#543C4B
(84,60,75)
#402E39
(64,46,57)
#2C2027
(44,32,39)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #E09EC9

#E09EC9
(224,158,201)
#E2A6CD
(226,166,205)
#E4AED1
(228,174,209)
#E6B6D5
(230,182,213)
#E8BED9
(232,190,217)
#EAC6DD
(234,198,221)
#ECCEE1
(236,206,225)
#EED6E5
(238,214,229)
#F0DEE9
(240,222,233)
#F2E6ED
(242,230,237)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09EC9; }

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

This text font color is #E09EC9.


Background Color

.myBgColor { background-color: #E09EC9; }

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

This div background color is #E09EC9.


Border color

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

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

This div border color is #E09EC9.


Opacity

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

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

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

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

This text has shadow with #E09EC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09EC9 on black background.


Color preview on white background

This text has color #E09EC9 on white background.



Black color preview on #E09EC9 background

This text has black color on #E09EC9 background.


White color preview on #E09EC9 background

This text has white color on #E09EC9 background.