COLOR #EE96CF

HEX: #EE96CF RGB: (238,150,207)

Color info

#EE96CF contains mainly red and blue colors. Web safe color of #EE96CF is #FF99CC (or #F9C).

RGB color model

#EE96CF color RGB value is (238,150,207).

RGB: (238,150,207) (93%, 59%, 81%)

RGB channels and saturation

R 238 of 255 = 93%
G 150 of 255 = 59%
B 207 of 255 = 81%

238
150
207

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

Portions of RGB colors in percentages

R + G + B = 238 + 150 + 207 = 595 (100%)
R 238 of 595 ~ 40%
G 150 of 595 ~ 25.21%
B 207 of 595 ~ 34.79'%

%40
%25.21
%34.79

CMYK color model

#EE96CF color CMYK value is (0,37,13,7).

  • cyan value is 0.00%
  • magenta value is 36.97%
  • yellow value is 13.03%
  • key color value is 6.67%

CMYK: (0,37,13,7)
C0M37Y13K7 (0%, 37%, 13%, 7%)
(0.00 / 0.37 / 0.13 / 0.07)

CMYK percentages

%0
%36.97
%13.03
%6.67

Codes

Color #EE96CF in popluar color models

EE 96 CF
RGB 238 150 207
HSL 321° 72.13% 76.08%
HSB/HSV 321° 36.97% 93.33%
CMYK 0.00% 36.97% 13.03%
6.67%

Color #EE96CF in popluar number systems.

HEX EE 96 CF
Decimal 238 150 207
Binary 11101110 10010110 11001111
Octal 356 226 317

Shades and tints

Shades of #EE96CF

#EE96CF
(238,150,207)
#D989BD
(217,137,189)
#C47CAB
(196,124,171)
#AF6F99
(175,111,153)
#9A6287
(154,98,135)
#855575
(133,85,117)
#704863
(112,72,99)
#5B3B51
(91,59,81)
#462E3F
(70,46,63)
#31212D
(49,33,45)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #EE96CF

#EE96CF
(238,150,207)
#EF9FD3
(239,159,211)
#F0A8D7
(240,168,215)
#F1B1DB
(241,177,219)
#F2BADF
(242,186,223)
#F3C3E3
(243,195,227)
#F4CCE7
(244,204,231)
#F5D5EB
(245,213,235)
#F6DEEF
(246,222,239)
#F7E7F3
(247,231,243)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE96CF color. Also use rgb(238,150,207) instead hex code.

Text Font Color

.myTextColor { color: #EE96CF; }

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

This text font color is #EE96CF.

Background Color

.myBgColor { background-color: #EE96CF; }

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

This div background color is #EE96CF.

Border color

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

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

This div border color is #EE96CF.

Opacity

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

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

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

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

This text has shadow with #EE96CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE96CF.

Preview

Color preview on black background

This text has color #EE96CF on black background.


Color preview on white background

This text has color #EE96CF on white background.


Black color preview on #EE96CF background

This text has black color on #EE96CF background.


White color preview on #EE96CF background

This text has white color on #EE96CF background.


Related colors

Complementary color

Complementary color for #hex is #116930.


I love getcolorcode.com

Triadic colors

1 #CFEE96 and #96CFEE with #EE96CF are triadic colors.

2 #CF96EE and #96EECF with #EE96CF are triadic colors.