COLOR #EE95B7

HEX: #EE95B7
RGB: (238,149,183)

Color info

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

RGB color model

#EE95B7 color RGB value is (238,149,183).

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

RGB channels and saturation

R 238 of 255 = 93%
G 149 of 255 = 58%
B 183 of 255 = 72%

238
149
183

R + G + B ~ 74%. #EE95B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 149 + 183 = 570 (100%)
R 238 of 570 ~ 41.75%
G 149 of 570 ~ 26.14%
B 183 of 570 ~ 32.11%

%41.75
%26.14
%32.11

CMYK color model

#EE95B7 color CMYK value is (0,37,23,7).

  • cyan value is 0.00%
  • magenta value is 37.39%
  • yellow value is 23.11%
  • key color value is 6.67%
CMYK:
(0,37,23,7)
C0M37Y23K7 
(0%,37%,23%,7%)
(0.00/0.37/0.23/0.07)	

CMYK percentages

%0
%37.39
%23.11
%6.67

Codes

Color #EE95B7 in popluar color models

EE95B7
RGB238149183
HSL337°72.36%75.88%
HSB/HSV337°37.39%93.33%
CMYK0.00%37.39%23.11%
6.67%

Color #EE95B7 in popluar number systems.

HEXEE95B7
Decimal238149183
Binary111011101001010110110111
Octal356225267

Shades and tints

Shades of #EE95B7

#EE95B7
(238,149,183)
#D988A7
(217,136,167)
#C47B97
(196,123,151)
#AF6E87
(175,110,135)
#9A6177
(154,97,119)
#855467
(133,84,103)
#704757
(112,71,87)
#5B3A47
(91,58,71)
#462D37
(70,45,55)
#312027
(49,32,39)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #EE95B7

#EE95B7
(238,149,183)
#EF9EBD
(239,158,189)
#F0A7C3
(240,167,195)
#F1B0C9
(241,176,201)
#F2B9CF
(242,185,207)
#F3C2D5
(243,194,213)
#F4CBDB
(244,203,219)
#F5D4E1
(245,212,225)
#F6DDE7
(246,221,231)
#F7E6ED
(247,230,237)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE95B7; }

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

This text font color is #EE95B7.


Background Color

.myBgColor { background-color: #EE95B7; }

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

This div background color is #EE95B7.


Border color

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

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

This div border color is #EE95B7.


Opacity

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

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

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

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

This text has shadow with #EE95B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE95B7 on black background.


Color preview on white background

This text has color #EE95B7 on white background.



Black color preview on #EE95B7 background

This text has black color on #EE95B7 background.


White color preview on #EE95B7 background

This text has white color on #EE95B7 background.