COLOR #E09DE0

HEX: #E09DE0
RGB: (224,157,224)

Color info

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

RGB color model

#E09DE0 color RGB value is (224,157,224).

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

RGB channels and saturation

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

224
157
224

R + G + B ~ 79%. #E09DE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 157 + 224 = 605 (100%)
R 224 of 605 ~ 37.02%
G 157 of 605 ~ 25.95%
B 224 of 605 ~ 37.02%

%37.02
%25.95
%37.02

CMYK color model

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

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

CMYK percentages

%0
%29.91
%0
%12.16

Codes

Color #E09DE0 in popluar color models

E09DE0
RGB224157224
HSL300°51.94%74.71%
HSB/HSV300°29.91%87.84%
CMYK0.00%29.91%0.00%
12.16%

Color #E09DE0 in popluar number systems.

HEXE09DE0
Decimal224157224
Binary111000001001110111100000
Octal340235340

Shades and tints

Shades of #E09DE0

#E09DE0
(224,157,224)
#CC8FCC
(204,143,204)
#B881B8
(184,129,184)
#A473A4
(164,115,164)
#906590
(144,101,144)
#7C577C
(124,87,124)
#684968
(104,73,104)
#543B54
(84,59,84)
#402D40
(64,45,64)
#2C1F2C
(44,31,44)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #E09DE0

#E09DE0
(224,157,224)
#E2A5E2
(226,165,226)
#E4ADE4
(228,173,228)
#E6B5E6
(230,181,230)
#E8BDE8
(232,189,232)
#EAC5EA
(234,197,234)
#ECCDEC
(236,205,236)
#EED5EE
(238,213,238)
#F0DDF0
(240,221,240)
#F2E5F2
(242,229,242)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09DE0; }

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

This text font color is #E09DE0.


Background Color

.myBgColor { background-color: #E09DE0; }

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

This div background color is #E09DE0.


Border color

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

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

This div border color is #E09DE0.


Opacity

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

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

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

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

This text has shadow with #E09DE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09DE0 on black background.


Color preview on white background

This text has color #E09DE0 on white background.



Black color preview on #E09DE0 background

This text has black color on #E09DE0 background.


White color preview on #E09DE0 background

This text has white color on #E09DE0 background.