COLOR #E09FD9

HEX: #E09FD9
RGB: (224,159,217)

Color info

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

RGB color model

#E09FD9 color RGB value is (224,159,217).

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

RGB channels and saturation

R 224 of 255 = 88%
G 159 of 255 = 62%
B 217 of 255 = 85%

224
159
217

R + G + B ~ 78%. #E09FD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 159 + 217 = 600 (100%)
R 224 of 600 ~ 37.33%
G 159 of 600 ~ 26.5%
B 217 of 600 ~ 36.17%

%37.33
%26.5
%36.17

CMYK color model

#E09FD9 color CMYK value is (0,29,3,12).

  • cyan value is 0.00%
  • magenta value is 29.02%
  • yellow value is 3.13%
  • key color value is 12.16%
CMYK:
(0,29,3,12)
C0M29Y3K12 
(0%,29%,3%,12%)
(0.00/0.29/0.03/0.12)	

CMYK percentages

%0
%29.02
%3.13
%12.16

Codes

Color #E09FD9 in popluar color models

E09FD9
RGB224159217
HSL306°51.18%75.10%
HSB/HSV306°29.02%87.84%
CMYK0.00%29.02%3.13%
12.16%

Color #E09FD9 in popluar number systems.

HEXE09FD9
Decimal224159217
Binary111000001001111111011001
Octal340237331

Shades and tints

Shades of #E09FD9

#E09FD9
(224,159,217)
#CC91C6
(204,145,198)
#B883B3
(184,131,179)
#A475A0
(164,117,160)
#90678D
(144,103,141)
#7C597A
(124,89,122)
#684B67
(104,75,103)
#543D54
(84,61,84)
#402F41
(64,47,65)
#2C212E
(44,33,46)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #E09FD9

#E09FD9
(224,159,217)
#E2A7DC
(226,167,220)
#E4AFDF
(228,175,223)
#E6B7E2
(230,183,226)
#E8BFE5
(232,191,229)
#EAC7E8
(234,199,232)
#ECCFEB
(236,207,235)
#EED7EE
(238,215,238)
#F0DFF1
(240,223,241)
#F2E7F4
(242,231,244)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09FD9; }

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

This text font color is #E09FD9.


Background Color

.myBgColor { background-color: #E09FD9; }

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

This div background color is #E09FD9.


Border color

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

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

This div border color is #E09FD9.


Opacity

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

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

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

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

This text has shadow with #E09FD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09FD9 on black background.


Color preview on white background

This text has color #E09FD9 on white background.



Black color preview on #E09FD9 background

This text has black color on #E09FD9 background.


White color preview on #E09FD9 background

This text has white color on #E09FD9 background.