COLOR #EE96BB

HEX: #EE96BB
RGB: (238,150,187)

Color info

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

RGB color model

#EE96BB color RGB value is (238,150,187).

  • red value is 238;
  • green value is 150;
  • blue value is 187.
RGB:
(238,150,187)
(93%,59%,73%)

RGB channels and saturation

R 238 of 255 = 93%
G 150 of 255 = 59%
B 187 of 255 = 73%

238
150
187

R + G + B ~ 75%. #EE96BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 150 + 187 = 575 (100%)
R 238 of 575 ~ 41.39%
G 150 of 575 ~ 26.09%
B 187 of 575 ~ 32.52%

%41.39
%26.09
%32.52

CMYK color model

#EE96BB color CMYK value is (0,37,21,7).

  • cyan value is 0.00%
  • magenta value is 36.97%
  • yellow value is 21.43%
  • key color value is 6.67%
CMYK:
(0,37,21,7)
C0M37Y21K7 
(0%,37%,21%,7%)
(0.00/0.37/0.21/0.07)	

CMYK percentages

%0
%36.97
%21.43
%6.67

Codes

Color #EE96BB in popluar color models

EE96BB
RGB238150187
HSL335°72.13%76.08%
HSB/HSV335°36.97%93.33%
CMYK0.00%36.97%21.43%
6.67%

Color #EE96BB in popluar number systems.

HEXEE96BB
Decimal238150187
Binary111011101001011010111011
Octal356226273

Shades and tints

Shades of #EE96BB

#EE96BB
(238,150,187)
#D989AA
(217,137,170)
#C47C99
(196,124,153)
#AF6F88
(175,111,136)
#9A6277
(154,98,119)
#855566
(133,85,102)
#704855
(112,72,85)
#5B3B44
(91,59,68)
#462E33
(70,46,51)
#312122
(49,33,34)
#1C1411
(28,20,17)
#000000
(0,0,0)

Tints of #EE96BB

#EE96BB
(238,150,187)
#EF9FC1
(239,159,193)
#F0A8C7
(240,168,199)
#F1B1CD
(241,177,205)
#F2BAD3
(242,186,211)
#F3C3D9
(243,195,217)
#F4CCDF
(244,204,223)
#F5D5E5
(245,213,229)
#F6DEEB
(246,222,235)
#F7E7F1
(247,231,241)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE96BB; }

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

This text font color is #EE96BB.


Background Color

.myBgColor { background-color: #EE96BB; }

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

This div background color is #EE96BB.


Border color

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

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

This div border color is #EE96BB.


Opacity

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

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

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

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

This text has shadow with #EE96BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE96BB on black background.


Color preview on white background

This text has color #EE96BB on white background.



Black color preview on #EE96BB background

This text has black color on #EE96BB background.


White color preview on #EE96BB background

This text has white color on #EE96BB background.