COLOR #EE99B5

HEX: #EE99B5
RGB: (238,153,181)

Color info

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

RGB color model

#EE99B5 color RGB value is (238,153,181).

  • red value is 238;
  • green value is 153;
  • blue value is 181.
RGB:
(238,153,181)
(93%,60%,71%)

RGB channels and saturation

R 238 of 255 = 93%
G 153 of 255 = 60%
B 181 of 255 = 71%

238
153
181

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

Portions of RGB colors in percentages

R + G + B =
238 + 153 + 181 = 572 (100%)
R 238 of 572 ~ 41.61%
G 153 of 572 ~ 26.75%
B 181 of 572 ~ 31.64%

%41.61
%26.75
%31.64

CMYK color model

#EE99B5 color CMYK value is (0,36,24,7).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 23.95%
  • key color value is 6.67%
CMYK:
(0,36,24,7)
C0M36Y24K7 
(0%,36%,24%,7%)
(0.00/0.36/0.24/0.07)	

CMYK percentages

%0
%35.71
%23.95
%6.67

Codes

Color #EE99B5 in popluar color models

EE99B5
RGB238153181
HSL340°71.43%76.67%
HSB/HSV340°35.71%93.33%
CMYK0.00%35.71%23.95%
6.67%

Color #EE99B5 in popluar number systems.

HEXEE99B5
Decimal238153181
Binary111011101001100110110101
Octal356231265

Shades and tints

Shades of #EE99B5

#EE99B5
(238,153,181)
#D98CA5
(217,140,165)
#C47F95
(196,127,149)
#AF7285
(175,114,133)
#9A6575
(154,101,117)
#855865
(133,88,101)
#704B55
(112,75,85)
#5B3E45
(91,62,69)
#463135
(70,49,53)
#312425
(49,36,37)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #EE99B5

#EE99B5
(238,153,181)
#EFA2BB
(239,162,187)
#F0ABC1
(240,171,193)
#F1B4C7
(241,180,199)
#F2BDCD
(242,189,205)
#F3C6D3
(243,198,211)
#F4CFD9
(244,207,217)
#F5D8DF
(245,216,223)
#F6E1E5
(246,225,229)
#F7EAEB
(247,234,235)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE99B5 color. Also use rgb(238,153,181) instead hex code.

Text Font Color

.myTextColor { color: #EE99B5; }

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

This text font color is #EE99B5.


Background Color

.myBgColor { background-color: #EE99B5; }

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

This div background color is #EE99B5.


Border color

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

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

This div border color is #EE99B5.


Opacity

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

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

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

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

This text has shadow with #EE99B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE99B5 on black background.


Color preview on white background

This text has color #EE99B5 on white background.



Black color preview on #EE99B5 background

This text has black color on #EE99B5 background.


White color preview on #EE99B5 background

This text has white color on #EE99B5 background.