COLOR #E09DE8

HEX: #E09DE8 RGB: (224,157,232)

Color info

#E09DE8 contains mainly red and blue colors. Web safe color of #E09DE8 is #CC99FF (or #C9F).

RGB color model

#E09DE8 color RGB value is (224,157,232).

RGB: (224,157,232) (88%, 62%, 91%)

RGB channels and saturation

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

224
157
232

R + G + B ~ 80%. #E09DE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 157 + 232 = 613 (100%)
R 224 of 613 ~ 36.54%
G 157 of 613 ~ 25.61%
B 232 of 613 ~ 37.85'%

%36.54
%25.61
%37.85

CMYK color model

#E09DE8 color CMYK value is (3,32,0,9).

  • cyan value is 3.45%
  • magenta value is 32.33%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (3,32,0,9)
C3M32Y0K9 (3%, 32%, 0%, 9%)
(0.03 / 0.32 / 0.00 / 0.09)

CMYK percentages

%3.45
%32.33
%0
%9.02

Codes

Color #E09DE8 in popluar color models

E0 9D E8
RGB 224 157 232
HSL 294° 61.98% 76.27%
HSB/HSV 294° 32.33% 90.98%
CMYK 3.45% 32.33% 0.00%
9.02%

Color #E09DE8 in popluar number systems.

HEX E0 9D E8
Decimal 224 157 232
Binary 11100000 10011101 11101000
Octal 340 235 350

Shades and tints

Shades of #E09DE8

#E09DE8
(224,157,232)
#CC8FD3
(204,143,211)
#B881BE
(184,129,190)
#A473A9
(164,115,169)
#906594
(144,101,148)
#7C577F
(124,87,127)
#68496A
(104,73,106)
#543B55
(84,59,85)
#402D40
(64,45,64)
#2C1F2B
(44,31,43)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #E09DE8

#E09DE8
(224,157,232)
#E2A5EA
(226,165,234)
#E4ADEC
(228,173,236)
#E6B5EE
(230,181,238)
#E8BDF0
(232,189,240)
#EAC5F2
(234,197,242)
#ECCDF4
(236,205,244)
#EED5F6
(238,213,246)
#F0DDF8
(240,221,248)
#F2E5FA
(242,229,250)
#F4EDFC
(244,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09DE8; }

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

This text font color is #E09DE8.

Background Color

.myBgColor { background-color: #E09DE8; }

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

This div background color is #E09DE8.

Border color

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

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

This div border color is #E09DE8.

Opacity

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

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

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

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

This text has shadow with #E09DE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E09DE8.

Preview

Color preview on black background

This text has color #E09DE8 on black background.


Color preview on white background

This text has color #E09DE8 on white background.


Black color preview on #E09DE8 background

This text has black color on #E09DE8 background.


White color preview on #E09DE8 background

This text has white color on #E09DE8 background.


Related colors

Complementary color

Complementary color for #hex is #1F6217.


I love getcolorcode.com

Triadic colors

1 #E8E09D and #9DE8E0 with #E09DE8 are triadic colors.

2 #E89DE0 and #9DE0E8 with #E09DE8 are triadic colors.