COLOR #EE95AA

HEX: #EE95AA
RGB: (238,149,170)

Color info

#EE95AA contains mainly red color. Web safe color of #EE95AA is #FF9999 (or #F99).

RGB color model

#EE95AA color RGB value is (238,149,170).

  • red value is 238;
  • green value is 149;
  • blue value is 170.
RGB:
(238,149,170)
(93%,58%,67%)

RGB channels and saturation

R 238 of 255 = 93%
G 149 of 255 = 58%
B 170 of 255 = 67%

238
149
170

R + G + B ~ 73%. #EE95AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 149 + 170 = 557 (100%)
R 238 of 557 ~ 42.73%
G 149 of 557 ~ 26.75%
B 170 of 557 ~ 30.52%

%42.73
%26.75
%30.52

CMYK color model

#EE95AA color CMYK value is (0,37,29,7).

  • cyan value is 0.00%
  • magenta value is 37.39%
  • yellow value is 28.57%
  • key color value is 6.67%
CMYK:
(0,37,29,7)
C0M37Y29K7 
(0%,37%,29%,7%)
(0.00/0.37/0.29/0.07)	

CMYK percentages

%0
%37.39
%28.57
%6.67

Codes

Color #EE95AA in popluar color models

EE95AA
RGB238149170
HSL346°72.36%75.88%
HSB/HSV346°37.39%93.33%
CMYK0.00%37.39%28.57%
6.67%

Color #EE95AA in popluar number systems.

HEXEE95AA
Decimal238149170
Binary111011101001010110101010
Octal356225252

Shades and tints

Shades of #EE95AA

#EE95AA
(238,149,170)
#D9889B
(217,136,155)
#C47B8C
(196,123,140)
#AF6E7D
(175,110,125)
#9A616E
(154,97,110)
#85545F
(133,84,95)
#704750
(112,71,80)
#5B3A41
(91,58,65)
#462D32
(70,45,50)
#312023
(49,32,35)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #EE95AA

#EE95AA
(238,149,170)
#EF9EB1
(239,158,177)
#F0A7B8
(240,167,184)
#F1B0BF
(241,176,191)
#F2B9C6
(242,185,198)
#F3C2CD
(243,194,205)
#F4CBD4
(244,203,212)
#F5D4DB
(245,212,219)
#F6DDE2
(246,221,226)
#F7E6E9
(247,230,233)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE95AA color. Also use rgb(238,149,170) instead hex code.

Text Font Color

.myTextColor { color: #EE95AA; }

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

This text font color is #EE95AA.


Background Color

.myBgColor { background-color: #EE95AA; }

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

This div background color is #EE95AA.


Border color

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

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

This div border color is #EE95AA.


Opacity

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

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

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

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

This text has shadow with #EE95AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE95AA on black background.


Color preview on white background

This text has color #EE95AA on white background.



Black color preview on #EE95AA background

This text has black color on #EE95AA background.


White color preview on #EE95AA background

This text has white color on #EE95AA background.