COLOR #EE9DEC

HEX: #EE9DEC RGB: (238,157,236)

Color info

#EE9DEC contains mainly red and blue colors. Web safe color of #EE9DEC is #FF99FF (or #F9F).

RGB color model

#EE9DEC color RGB value is (238,157,236).

RGB: (238,157,236) (93%, 62%, 93%)

RGB channels and saturation

R 238 of 255 = 93%
G 157 of 255 = 62%
B 236 of 255 = 93%

238
157
236

R + G + B ~ 83%. #EE9DEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 157 + 236 = 631 (100%)
R 238 of 631 ~ 37.72%
G 157 of 631 ~ 24.88%
B 236 of 631 ~ 37.4'%

%37.72
%24.88
%37.4

CMYK color model

#EE9DEC color CMYK value is (0,34,1,7).

  • cyan value is 0.00%
  • magenta value is 34.03%
  • yellow value is 0.84%
  • key color value is 6.67%

CMYK: (0,34,1,7)
C0M34Y1K7 (0%, 34%, 1%, 7%)
(0.00 / 0.34 / 0.01 / 0.07)

CMYK percentages

%0
%34.03
%0.84
%6.67

Codes

Color #EE9DEC in popluar color models

EE 9D EC
RGB 238 157 236
HSL 301° 70.43% 77.45%
HSB/HSV 301° 34.03% 93.33%
CMYK 0.00% 34.03% 0.84%
6.67%

Color #EE9DEC in popluar number systems.

HEX EE 9D EC
Decimal 238 157 236
Binary 11101110 10011101 11101100
Octal 356 235 354

Shades and tints

Shades of #EE9DEC

#EE9DEC
(238,157,236)
#D98FD7
(217,143,215)
#C481C2
(196,129,194)
#AF73AD
(175,115,173)
#9A6598
(154,101,152)
#855783
(133,87,131)
#70496E
(112,73,110)
#5B3B59
(91,59,89)
#462D44
(70,45,68)
#311F2F
(49,31,47)
#1C111A
(28,17,26)
#000000
(0,0,0)

Tints of #EE9DEC

#EE9DEC
(238,157,236)
#EFA5ED
(239,165,237)
#F0ADEE
(240,173,238)
#F1B5EF
(241,181,239)
#F2BDF0
(242,189,240)
#F3C5F1
(243,197,241)
#F4CDF2
(244,205,242)
#F5D5F3
(245,213,243)
#F6DDF4
(246,221,244)
#F7E5F5
(247,229,245)
#F8EDF6
(248,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE9DEC color. Also use rgb(238,157,236) instead hex code.

Text Font Color

.myTextColor { color: #EE9DEC; }

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

This text font color is #EE9DEC.

Background Color

.myBgColor { background-color: #EE9DEC; }

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

This div background color is #EE9DEC.

Border color

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

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

This div border color is #EE9DEC.

Opacity

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

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

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

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

This text has shadow with #EE9DEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE9DEC.

Preview

Color preview on black background

This text has color #EE9DEC on black background.


Color preview on white background

This text has color #EE9DEC on white background.


Black color preview on #EE9DEC background

This text has black color on #EE9DEC background.


White color preview on #EE9DEC background

This text has white color on #EE9DEC background.


Related colors

Complementary color

Complementary color for #hex is #116213.


I love getcolorcode.com

Triadic colors

1 #ECEE9D and #9DECEE with #EE9DEC are triadic colors.

2 #EC9DEE and #9DEEEC with #EE9DEC are triadic colors.