COLOR #E09EEB

HEX: #E09EEB
RGB: (224,158,235)

Color info

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

RGB color model

#E09EEB color RGB value is (224,158,235).

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

RGB channels and saturation

R 224 of 255 = 88%
G 158 of 255 = 62%
B 235 of 255 = 92%

224
158
235

R + G + B ~ 81%. #E09EEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 158 + 235 = 617 (100%)
R 224 of 617 ~ 36.3%
G 158 of 617 ~ 25.61%
B 235 of 617 ~ 38.09%

%36.3
%25.61
%38.09

CMYK color model

#E09EEB color CMYK value is (5,33,0,8).

  • cyan value is 4.68%
  • magenta value is 32.77%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(5,33,0,8)
C5M33Y0K8 
(5%,33%,0%,8%)
(0.05/0.33/0.00/0.08)	

CMYK percentages

%4.68
%32.77
%0
%7.84

Codes

Color #E09EEB in popluar color models

E09EEB
RGB224158235
HSL291°65.81%77.06%
HSB/HSV291°32.77%92.16%
CMYK4.68%32.77%0.00%
7.84%

Color #E09EEB in popluar number systems.

HEXE09EEB
Decimal224158235
Binary111000001001111011101011
Octal340236353

Shades and tints

Shades of #E09EEB

#E09EEB
(224,158,235)
#CC90D6
(204,144,214)
#B882C1
(184,130,193)
#A474AC
(164,116,172)
#906697
(144,102,151)
#7C5882
(124,88,130)
#684A6D
(104,74,109)
#543C58
(84,60,88)
#402E43
(64,46,67)
#2C202E
(44,32,46)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #E09EEB

#E09EEB
(224,158,235)
#E2A6EC
(226,166,236)
#E4AEED
(228,174,237)
#E6B6EE
(230,182,238)
#E8BEEF
(232,190,239)
#EAC6F0
(234,198,240)
#ECCEF1
(236,206,241)
#EED6F2
(238,214,242)
#F0DEF3
(240,222,243)
#F2E6F4
(242,230,244)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09EEB; }

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

This text font color is #E09EEB.


Background Color

.myBgColor { background-color: #E09EEB; }

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

This div background color is #E09EEB.


Border color

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

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

This div border color is #E09EEB.


Opacity

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

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

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

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

This text has shadow with #E09EEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09EEB on black background.


Color preview on white background

This text has color #E09EEB on white background.



Black color preview on #E09EEB background

This text has black color on #E09EEB background.


White color preview on #E09EEB background

This text has white color on #E09EEB background.