COLOR #E09FB5

HEX: #E09FB5
RGB: (224,159,181)

Color info

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

RGB color model

#E09FB5 color RGB value is (224,159,181).

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

RGB channels and saturation

R 224 of 255 = 88%
G 159 of 255 = 62%
B 181 of 255 = 71%

224
159
181

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

Portions of RGB colors in percentages

R + G + B =
224 + 159 + 181 = 564 (100%)
R 224 of 564 ~ 39.72%
G 159 of 564 ~ 28.19%
B 181 of 564 ~ 32.09%

%39.72
%28.19
%32.09

CMYK color model

#E09FB5 color CMYK value is (0,29,19,12).

  • cyan value is 0.00%
  • magenta value is 29.02%
  • yellow value is 19.20%
  • key color value is 12.16%
CMYK:
(0,29,19,12)
C0M29Y19K12 
(0%,29%,19%,12%)
(0.00/0.29/0.19/0.12)	

CMYK percentages

%0
%29.02
%19.2
%12.16

Codes

Color #E09FB5 in popluar color models

E09FB5
RGB224159181
HSL340°51.18%75.10%
HSB/HSV340°29.02%87.84%
CMYK0.00%29.02%19.20%
12.16%

Color #E09FB5 in popluar number systems.

HEXE09FB5
Decimal224159181
Binary111000001001111110110101
Octal340237265

Shades and tints

Shades of #E09FB5

#E09FB5
(224,159,181)
#CC91A5
(204,145,165)
#B88395
(184,131,149)
#A47585
(164,117,133)
#906775
(144,103,117)
#7C5965
(124,89,101)
#684B55
(104,75,85)
#543D45
(84,61,69)
#402F35
(64,47,53)
#2C2125
(44,33,37)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #E09FB5

#E09FB5
(224,159,181)
#E2A7BB
(226,167,187)
#E4AFC1
(228,175,193)
#E6B7C7
(230,183,199)
#E8BFCD
(232,191,205)
#EAC7D3
(234,199,211)
#ECCFD9
(236,207,217)
#EED7DF
(238,215,223)
#F0DFE5
(240,223,229)
#F2E7EB
(242,231,235)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09FB5; }

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

This text font color is #E09FB5.


Background Color

.myBgColor { background-color: #E09FB5; }

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

This div background color is #E09FB5.


Border color

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

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

This div border color is #E09FB5.


Opacity

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

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

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

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

This text has shadow with #E09FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09FB5 on black background.


Color preview on white background

This text has color #E09FB5 on white background.



Black color preview on #E09FB5 background

This text has black color on #E09FB5 background.


White color preview on #E09FB5 background

This text has white color on #E09FB5 background.