COLOR #E09FEC

HEX: #E09FEC RGB: (224,159,236)

Color info

#E09FEC contains mainly red and blue colors. Web safe color of #E09FEC is #CC99FF (or #C9F).

RGB color model

#E09FEC color RGB value is (224,159,236).

RGB: (224,159,236) (88%, 62%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 159 of 255 = 62%
B 236 of 255 = 93%

224
159
236

R + G + B ~ 81%. #E09FEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 159 + 236 = 619 (100%)
R 224 of 619 ~ 36.19%
G 159 of 619 ~ 25.69%
B 236 of 619 ~ 38.13'%

%36.19
%25.69
%38.13

CMYK color model

#E09FEC color CMYK value is (5,33,0,7).

  • cyan value is 5.08%
  • magenta value is 32.63%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (5,33,0,7)
C5M33Y0K7 (5%, 33%, 0%, 7%)
(0.05 / 0.33 / 0.00 / 0.07)

CMYK percentages

%5.08
%32.63
%0
%7.45

Codes

Color #E09FEC in popluar color models

E0 9F EC
RGB 224 159 236
HSL 291° 66.96% 77.45%
HSB/HSV 291° 32.63% 92.55%
CMYK 5.08% 32.63% 0.00%
7.45%

Color #E09FEC in popluar number systems.

HEX E0 9F EC
Decimal 224 159 236
Binary 11100000 10011111 11101100
Octal 340 237 354

Shades and tints

Shades of #E09FEC

#E09FEC
(224,159,236)
#CC91D7
(204,145,215)
#B883C2
(184,131,194)
#A475AD
(164,117,173)
#906798
(144,103,152)
#7C5983
(124,89,131)
#684B6E
(104,75,110)
#543D59
(84,61,89)
#402F44
(64,47,68)
#2C212F
(44,33,47)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #E09FEC

#E09FEC
(224,159,236)
#E2A7ED
(226,167,237)
#E4AFEE
(228,175,238)
#E6B7EF
(230,183,239)
#E8BFF0
(232,191,240)
#EAC7F1
(234,199,241)
#ECCFF2
(236,207,242)
#EED7F3
(238,215,243)
#F0DFF4
(240,223,244)
#F2E7F5
(242,231,245)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09FEC; }

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

This text font color is #E09FEC.

Background Color

.myBgColor { background-color: #E09FEC; }

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

This div background color is #E09FEC.

Border color

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

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

This div border color is #E09FEC.

Opacity

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

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

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

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

This text has shadow with #E09FEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E09FEC.

Preview

Color preview on black background

This text has color #E09FEC on black background.


Color preview on white background

This text has color #E09FEC on white background.


Black color preview on #E09FEC background

This text has black color on #E09FEC background.


White color preview on #E09FEC background

This text has white color on #E09FEC background.


Related colors

Complementary color

Complementary color for #hex is #1F6013.


I love getcolorcode.com

Triadic colors

1 #ECE09F and #9FECE0 with #E09FEC are triadic colors.

2 #EC9FE0 and #9FE0EC with #E09FEC are triadic colors.