COLOR #E09EB9

HEX: #E09EB9
RGB: (224,158,185)

Color info

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

RGB color model

#E09EB9 color RGB value is (224,158,185).

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

RGB channels and saturation

R 224 of 255 = 88%
G 158 of 255 = 62%
B 185 of 255 = 73%

224
158
185

R + G + B ~ 74%. #E09EB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 158 + 185 = 567 (100%)
R 224 of 567 ~ 39.51%
G 158 of 567 ~ 27.87%
B 185 of 567 ~ 32.63%

%39.51
%27.87
%32.63

CMYK color model

#E09EB9 color CMYK value is (0,29,17,12).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 17.41%
  • key color value is 12.16%
CMYK:
(0,29,17,12)
C0M29Y17K12 
(0%,29%,17%,12%)
(0.00/0.29/0.17/0.12)	

CMYK percentages

%0
%29.46
%17.41
%12.16

Codes

Color #E09EB9 in popluar color models

E09EB9
RGB224158185
HSL335°51.56%74.90%
HSB/HSV335°29.46%87.84%
CMYK0.00%29.46%17.41%
12.16%

Color #E09EB9 in popluar number systems.

HEXE09EB9
Decimal224158185
Binary111000001001111010111001
Octal340236271

Shades and tints

Shades of #E09EB9

#E09EB9
(224,158,185)
#CC90A9
(204,144,169)
#B88299
(184,130,153)
#A47489
(164,116,137)
#906679
(144,102,121)
#7C5869
(124,88,105)
#684A59
(104,74,89)
#543C49
(84,60,73)
#402E39
(64,46,57)
#2C2029
(44,32,41)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #E09EB9

#E09EB9
(224,158,185)
#E2A6BF
(226,166,191)
#E4AEC5
(228,174,197)
#E6B6CB
(230,182,203)
#E8BED1
(232,190,209)
#EAC6D7
(234,198,215)
#ECCEDD
(236,206,221)
#EED6E3
(238,214,227)
#F0DEE9
(240,222,233)
#F2E6EF
(242,230,239)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09EB9; }

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

This text font color is #E09EB9.


Background Color

.myBgColor { background-color: #E09EB9; }

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

This div background color is #E09EB9.


Border color

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

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

This div border color is #E09EB9.


Opacity

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

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

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

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

This text has shadow with #E09EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09EB9 on black background.


Color preview on white background

This text has color #E09EB9 on white background.



Black color preview on #E09EB9 background

This text has black color on #E09EB9 background.


White color preview on #E09EB9 background

This text has white color on #E09EB9 background.