COLOR #E09ED7

HEX: #E09ED7
RGB: (224,158,215)

Color info

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

RGB color model

#E09ED7 color RGB value is (224,158,215).

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

RGB channels and saturation

R 224 of 255 = 88%
G 158 of 255 = 62%
B 215 of 255 = 84%

224
158
215

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

Portions of RGB colors in percentages

R + G + B =
224 + 158 + 215 = 597 (100%)
R 224 of 597 ~ 37.52%
G 158 of 597 ~ 26.47%
B 215 of 597 ~ 36.01%

%37.52
%26.47
%36.01

CMYK color model

#E09ED7 color CMYK value is (0,29,4,12).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 4.02%
  • key color value is 12.16%
CMYK:
(0,29,4,12)
C0M29Y4K12 
(0%,29%,4%,12%)
(0.00/0.29/0.04/0.12)	

CMYK percentages

%0
%29.46
%4.02
%12.16

Codes

Color #E09ED7 in popluar color models

E09ED7
RGB224158215
HSL308°51.56%74.90%
HSB/HSV308°29.46%87.84%
CMYK0.00%29.46%4.02%
12.16%

Color #E09ED7 in popluar number systems.

HEXE09ED7
Decimal224158215
Binary111000001001111011010111
Octal340236327

Shades and tints

Shades of #E09ED7

#E09ED7
(224,158,215)
#CC90C4
(204,144,196)
#B882B1
(184,130,177)
#A4749E
(164,116,158)
#90668B
(144,102,139)
#7C5878
(124,88,120)
#684A65
(104,74,101)
#543C52
(84,60,82)
#402E3F
(64,46,63)
#2C202C
(44,32,44)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #E09ED7

#E09ED7
(224,158,215)
#E2A6DA
(226,166,218)
#E4AEDD
(228,174,221)
#E6B6E0
(230,182,224)
#E8BEE3
(232,190,227)
#EAC6E6
(234,198,230)
#ECCEE9
(236,206,233)
#EED6EC
(238,214,236)
#F0DEEF
(240,222,239)
#F2E6F2
(242,230,242)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09ED7; }

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

This text font color is #E09ED7.


Background Color

.myBgColor { background-color: #E09ED7; }

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

This div background color is #E09ED7.


Border color

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

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

This div border color is #E09ED7.


Opacity

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

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

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

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

This text has shadow with #E09ED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09ED7 on black background.


Color preview on white background

This text has color #E09ED7 on white background.



Black color preview on #E09ED7 background

This text has black color on #E09ED7 background.


White color preview on #E09ED7 background

This text has white color on #E09ED7 background.