COLOR #EE9FD0

HEX: #EE9FD0
RGB: (238,159,208)

Color info

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

RGB color model

#EE9FD0 color RGB value is (238,159,208).

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

RGB channels and saturation

R 238 of 255 = 93%
G 159 of 255 = 62%
B 208 of 255 = 82%

238
159
208

R + G + B ~ 79%. #EE9FD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 159 + 208 = 605 (100%)
R 238 of 605 ~ 39.34%
G 159 of 605 ~ 26.28%
B 208 of 605 ~ 34.38%

%39.34
%26.28
%34.38

CMYK color model

#EE9FD0 color CMYK value is (0,33,13,7).

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 12.61%
  • key color value is 6.67%
CMYK:
(0,33,13,7)
C0M33Y13K7 
(0%,33%,13%,7%)
(0.00/0.33/0.13/0.07)	

CMYK percentages

%0
%33.19
%12.61
%6.67

Codes

Color #EE9FD0 in popluar color models

EE9FD0
RGB238159208
HSL323°69.91%77.84%
HSB/HSV323°33.19%93.33%
CMYK0.00%33.19%12.61%
6.67%

Color #EE9FD0 in popluar number systems.

HEXEE9FD0
Decimal238159208
Binary111011101001111111010000
Octal356237320

Shades and tints

Shades of #EE9FD0

#EE9FD0
(238,159,208)
#D991BE
(217,145,190)
#C483AC
(196,131,172)
#AF759A
(175,117,154)
#9A6788
(154,103,136)
#855976
(133,89,118)
#704B64
(112,75,100)
#5B3D52
(91,61,82)
#462F40
(70,47,64)
#31212E
(49,33,46)
#1C131C
(28,19,28)
#000000
(0,0,0)

Tints of #EE9FD0

#EE9FD0
(238,159,208)
#EFA7D4
(239,167,212)
#F0AFD8
(240,175,216)
#F1B7DC
(241,183,220)
#F2BFE0
(242,191,224)
#F3C7E4
(243,199,228)
#F4CFE8
(244,207,232)
#F5D7EC
(245,215,236)
#F6DFF0
(246,223,240)
#F7E7F4
(247,231,244)
#F8EFF8
(248,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE9FD0; }

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

This text font color is #EE9FD0.


Background Color

.myBgColor { background-color: #EE9FD0; }

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

This div background color is #EE9FD0.


Border color

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

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

This div border color is #EE9FD0.


Opacity

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

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

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

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

This text has shadow with #EE9FD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE9FD0 on black background.


Color preview on white background

This text has color #EE9FD0 on white background.



Black color preview on #EE9FD0 background

This text has black color on #EE9FD0 background.


White color preview on #EE9FD0 background

This text has white color on #EE9FD0 background.