COLOR #E09DD5

HEX: #E09DD5
RGB: (224,157,213)

Color info

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

RGB color model

#E09DD5 color RGB value is (224,157,213).

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

RGB channels and saturation

R 224 of 255 = 88%
G 157 of 255 = 62%
B 213 of 255 = 84%

224
157
213

R + G + B ~ 78%. #E09DD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 157 + 213 = 594 (100%)
R 224 of 594 ~ 37.71%
G 157 of 594 ~ 26.43%
B 213 of 594 ~ 35.86%

%37.71
%26.43
%35.86

CMYK color model

#E09DD5 color CMYK value is (0,30,5,12).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 4.91%
  • key color value is 12.16%
CMYK:
(0,30,5,12)
C0M30Y5K12 
(0%,30%,5%,12%)
(0.00/0.30/0.05/0.12)	

CMYK percentages

%0
%29.91
%4.91
%12.16

Codes

Color #E09DD5 in popluar color models

E09DD5
RGB224157213
HSL310°51.94%74.71%
HSB/HSV310°29.91%87.84%
CMYK0.00%29.91%4.91%
12.16%

Color #E09DD5 in popluar number systems.

HEXE09DD5
Decimal224157213
Binary111000001001110111010101
Octal340235325

Shades and tints

Shades of #E09DD5

#E09DD5
(224,157,213)
#CC8FC2
(204,143,194)
#B881AF
(184,129,175)
#A4739C
(164,115,156)
#906589
(144,101,137)
#7C5776
(124,87,118)
#684963
(104,73,99)
#543B50
(84,59,80)
#402D3D
(64,45,61)
#2C1F2A
(44,31,42)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #E09DD5

#E09DD5
(224,157,213)
#E2A5D8
(226,165,216)
#E4ADDB
(228,173,219)
#E6B5DE
(230,181,222)
#E8BDE1
(232,189,225)
#EAC5E4
(234,197,228)
#ECCDE7
(236,205,231)
#EED5EA
(238,213,234)
#F0DDED
(240,221,237)
#F2E5F0
(242,229,240)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09DD5; }

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

This text font color is #E09DD5.


Background Color

.myBgColor { background-color: #E09DD5; }

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

This div background color is #E09DD5.


Border color

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

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

This div border color is #E09DD5.


Opacity

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

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

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

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

This text has shadow with #E09DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09DD5 on black background.


Color preview on white background

This text has color #E09DD5 on white background.



Black color preview on #E09DD5 background

This text has black color on #E09DD5 background.


White color preview on #E09DD5 background

This text has white color on #E09DD5 background.