COLOR #EE89C7

HEX: #EE89C7
RGB: (238,137,199)

Color info

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

RGB color model

#EE89C7 color RGB value is (238,137,199).

  • red value is 238;
  • green value is 137;
  • blue value is 199.
RGB:
(238,137,199)
(93%,54%,78%)

RGB channels and saturation

R 238 of 255 = 93%
G 137 of 255 = 54%
B 199 of 255 = 78%

238
137
199

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

Portions of RGB colors in percentages

R + G + B =
238 + 137 + 199 = 574 (100%)
R 238 of 574 ~ 41.46%
G 137 of 574 ~ 23.87%
B 199 of 574 ~ 34.67%

%41.46
%23.87
%34.67

CMYK color model

#EE89C7 color CMYK value is (0,42,16,7).

  • cyan value is 0.00%
  • magenta value is 42.44%
  • yellow value is 16.39%
  • key color value is 6.67%
CMYK:
(0,42,16,7)
C0M42Y16K7 
(0%,42%,16%,7%)
(0.00/0.42/0.16/0.07)	

CMYK percentages

%0
%42.44
%16.39
%6.67

Codes

Color #EE89C7 in popluar color models

EE89C7
RGB238137199
HSL323°74.81%73.53%
HSB/HSV323°42.44%93.33%
CMYK0.00%42.44%16.39%
6.67%

Color #EE89C7 in popluar number systems.

HEXEE89C7
Decimal238137199
Binary111011101000100111000111
Octal356211307

Shades and tints

Shades of #EE89C7

#EE89C7
(238,137,199)
#D97DB5
(217,125,181)
#C471A3
(196,113,163)
#AF6591
(175,101,145)
#9A597F
(154,89,127)
#854D6D
(133,77,109)
#70415B
(112,65,91)
#5B3549
(91,53,73)
#462937
(70,41,55)
#311D25
(49,29,37)
#1C1113
(28,17,19)
#000000
(0,0,0)

Tints of #EE89C7

#EE89C7
(238,137,199)
#EF93CC
(239,147,204)
#F09DD1
(240,157,209)
#F1A7D6
(241,167,214)
#F2B1DB
(242,177,219)
#F3BBE0
(243,187,224)
#F4C5E5
(244,197,229)
#F5CFEA
(245,207,234)
#F6D9EF
(246,217,239)
#F7E3F4
(247,227,244)
#F8EDF9
(248,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE89C7 color. Also use rgb(238,137,199) instead hex code.

Text Font Color

.myTextColor { color: #EE89C7; }

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

This text font color is #EE89C7.


Background Color

.myBgColor { background-color: #EE89C7; }

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

This div background color is #EE89C7.


Border color

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

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

This div border color is #EE89C7.


Opacity

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

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

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

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

This text has shadow with #EE89C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE89C7 on black background.


Color preview on white background

This text has color #EE89C7 on white background.



Black color preview on #EE89C7 background

This text has black color on #EE89C7 background.


White color preview on #EE89C7 background

This text has white color on #EE89C7 background.