COLOR #E09FBB

HEX: #E09FBB
RGB: (224,159,187)

Color info

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

RGB color model

#E09FBB color RGB value is (224,159,187).

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

RGB channels and saturation

R 224 of 255 = 88%
G 159 of 255 = 62%
B 187 of 255 = 73%

224
159
187

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

Portions of RGB colors in percentages

R + G + B =
224 + 159 + 187 = 570 (100%)
R 224 of 570 ~ 39.3%
G 159 of 570 ~ 27.89%
B 187 of 570 ~ 32.81%

%39.3
%27.89
%32.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.02%
  • yellow value is 16.52%
  • 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.02
%16.52
%12.16

Codes

Color #E09FBB in popluar color models

E09FBB
RGB224159187
HSL334°51.18%75.10%
HSB/HSV334°29.02%87.84%
CMYK0.00%29.02%16.52%
12.16%

Color #E09FBB in popluar number systems.

HEXE09FBB
Decimal224159187
Binary111000001001111110111011
Octal340237273

Shades and tints

Shades of #E09FBB

#E09FBB
(224,159,187)
#CC91AA
(204,145,170)
#B88399
(184,131,153)
#A47588
(164,117,136)
#906777
(144,103,119)
#7C5966
(124,89,102)
#684B55
(104,75,85)
#543D44
(84,61,68)
#402F33
(64,47,51)
#2C2122
(44,33,34)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #E09FBB

#E09FBB
(224,159,187)
#E2A7C1
(226,167,193)
#E4AFC7
(228,175,199)
#E6B7CD
(230,183,205)
#E8BFD3
(232,191,211)
#EAC7D9
(234,199,217)
#ECCFDF
(236,207,223)
#EED7E5
(238,215,229)
#F0DFEB
(240,223,235)
#F2E7F1
(242,231,241)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09FBB; }

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

This text font color is #E09FBB.


Background Color

.myBgColor { background-color: #E09FBB; }

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

This div background color is #E09FBB.


Border color

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

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

This div border color is #E09FBB.


Opacity

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

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

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

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

This text has shadow with #E09FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09FBB on black background.


Color preview on white background

This text has color #E09FBB on white background.



Black color preview on #E09FBB background

This text has black color on #E09FBB background.


White color preview on #E09FBB background

This text has white color on #E09FBB background.