COLOR #EE9FAF

HEX: #EE9FAF
RGB: (238,159,175)

Color info

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

RGB color model

#EE9FAF color RGB value is (238,159,175).

  • red value is 238;
  • green value is 159;
  • blue value is 175.
RGB:
(238,159,175)
(93%,62%,69%)

RGB channels and saturation

R 238 of 255 = 93%
G 159 of 255 = 62%
B 175 of 255 = 69%

238
159
175

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

Portions of RGB colors in percentages

R + G + B =
238 + 159 + 175 = 572 (100%)
R 238 of 572 ~ 41.61%
G 159 of 572 ~ 27.8%
B 175 of 572 ~ 30.59%

%41.61
%27.8
%30.59

CMYK color model

#EE9FAF color CMYK value is (0,33,26,7).

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 26.47%
  • key color value is 6.67%
CMYK:
(0,33,26,7)
C0M33Y26K7 
(0%,33%,26%,7%)
(0.00/0.33/0.26/0.07)	

CMYK percentages

%0
%33.19
%26.47
%6.67

Codes

Color #EE9FAF in popluar color models

EE9FAF
RGB238159175
HSL348°69.91%77.84%
HSB/HSV348°33.19%93.33%
CMYK0.00%33.19%26.47%
6.67%

Color #EE9FAF in popluar number systems.

HEXEE9FAF
Decimal238159175
Binary111011101001111110101111
Octal356237257

Shades and tints

Shades of #EE9FAF

#EE9FAF
(238,159,175)
#D991A0
(217,145,160)
#C48391
(196,131,145)
#AF7582
(175,117,130)
#9A6773
(154,103,115)
#855964
(133,89,100)
#704B55
(112,75,85)
#5B3D46
(91,61,70)
#462F37
(70,47,55)
#312128
(49,33,40)
#1C1319
(28,19,25)
#000000
(0,0,0)

Tints of #EE9FAF

#EE9FAF
(238,159,175)
#EFA7B6
(239,167,182)
#F0AFBD
(240,175,189)
#F1B7C4
(241,183,196)
#F2BFCB
(242,191,203)
#F3C7D2
(243,199,210)
#F4CFD9
(244,207,217)
#F5D7E0
(245,215,224)
#F6DFE7
(246,223,231)
#F7E7EE
(247,231,238)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE9FAF color. Also use rgb(238,159,175) instead hex code.

Text Font Color

.myTextColor { color: #EE9FAF; }

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

This text font color is #EE9FAF.


Background Color

.myBgColor { background-color: #EE9FAF; }

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

This div background color is #EE9FAF.


Border color

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

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

This div border color is #EE9FAF.


Opacity

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

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

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

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

This text has shadow with #EE9FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE9FAF on black background.


Color preview on white background

This text has color #EE9FAF on white background.



Black color preview on #EE9FAF background

This text has black color on #EE9FAF background.


White color preview on #EE9FAF background

This text has white color on #EE9FAF background.