COLOR #EE9ECD

HEX: #EE9ECD
RGB: (238,158,205)

Color info

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

RGB color model

#EE9ECD color RGB value is (238,158,205).

  • red value is 238;
  • green value is 158;
  • blue value is 205.
RGB:
(238,158,205)
(93%,62%,80%)

RGB channels and saturation

R 238 of 255 = 93%
G 158 of 255 = 62%
B 205 of 255 = 80%

238
158
205

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

Portions of RGB colors in percentages

R + G + B =
238 + 158 + 205 = 601 (100%)
R 238 of 601 ~ 39.6%
G 158 of 601 ~ 26.29%
B 205 of 601 ~ 34.11%

%39.6
%26.29
%34.11

CMYK color model

#EE9ECD color CMYK value is (0,34,14,7).

  • cyan value is 0.00%
  • magenta value is 33.61%
  • yellow value is 13.87%
  • key color value is 6.67%
CMYK:
(0,34,14,7)
C0M34Y14K7 
(0%,34%,14%,7%)
(0.00/0.34/0.14/0.07)	

CMYK percentages

%0
%33.61
%13.87
%6.67

Codes

Color #EE9ECD in popluar color models

EE9ECD
RGB238158205
HSL325°70.18%77.65%
HSB/HSV325°33.61%93.33%
CMYK0.00%33.61%13.87%
6.67%

Color #EE9ECD in popluar number systems.

HEXEE9ECD
Decimal238158205
Binary111011101001111011001101
Octal356236315

Shades and tints

Shades of #EE9ECD

#EE9ECD
(238,158,205)
#D990BB
(217,144,187)
#C482A9
(196,130,169)
#AF7497
(175,116,151)
#9A6685
(154,102,133)
#855873
(133,88,115)
#704A61
(112,74,97)
#5B3C4F
(91,60,79)
#462E3D
(70,46,61)
#31202B
(49,32,43)
#1C1219
(28,18,25)
#000000
(0,0,0)

Tints of #EE9ECD

#EE9ECD
(238,158,205)
#EFA6D1
(239,166,209)
#F0AED5
(240,174,213)
#F1B6D9
(241,182,217)
#F2BEDD
(242,190,221)
#F3C6E1
(243,198,225)
#F4CEE5
(244,206,229)
#F5D6E9
(245,214,233)
#F6DEED
(246,222,237)
#F7E6F1
(247,230,241)
#F8EEF5
(248,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE9ECD color. Also use rgb(238,158,205) instead hex code.

Text Font Color

.myTextColor { color: #EE9ECD; }

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

This text font color is #EE9ECD.


Background Color

.myBgColor { background-color: #EE9ECD; }

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

This div background color is #EE9ECD.


Border color

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

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

This div border color is #EE9ECD.


Opacity

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

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

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

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

This text has shadow with #EE9ECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE9ECD on black background.


Color preview on white background

This text has color #EE9ECD on white background.



Black color preview on #EE9ECD background

This text has black color on #EE9ECD background.


White color preview on #EE9ECD background

This text has white color on #EE9ECD background.