COLOR #EE81AD

HEX: #EE81AD
RGB: (238,129,173)

Color info

#EE81AD contains mainly red color. Web safe color of #EE81AD is #FF9999 (or #F99).

RGB color model

#EE81AD color RGB value is (238,129,173).

  • red value is 238;
  • green value is 129;
  • blue value is 173.
RGB:
(238,129,173)
(93%,51%,68%)

RGB channels and saturation

R 238 of 255 = 93%
G 129 of 255 = 51%
B 173 of 255 = 68%

238
129
173

R + G + B ~ 71%. #EE81AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 129 + 173 = 540 (100%)
R 238 of 540 ~ 44.07%
G 129 of 540 ~ 23.89%
B 173 of 540 ~ 32.04%

%44.07
%23.89
%32.04

CMYK color model

#EE81AD color CMYK value is (0,46,27,7).

  • cyan value is 0.00%
  • magenta value is 45.80%
  • yellow value is 27.31%
  • key color value is 6.67%
CMYK:
(0,46,27,7)
C0M46Y27K7 
(0%,46%,27%,7%)
(0.00/0.46/0.27/0.07)	

CMYK percentages

%0
%45.8
%27.31
%6.67

Codes

Color #EE81AD in popluar color models

EE81AD
RGB238129173
HSL336°76.22%71.96%
HSB/HSV336°45.80%93.33%
CMYK0.00%45.80%27.31%
6.67%

Color #EE81AD in popluar number systems.

HEXEE81AD
Decimal238129173
Binary111011101000000110101101
Octal356201255

Shades and tints

Shades of #EE81AD

#EE81AD
(238,129,173)
#D9769E
(217,118,158)
#C46B8F
(196,107,143)
#AF6080
(175,96,128)
#9A5571
(154,85,113)
#854A62
(133,74,98)
#703F53
(112,63,83)
#5B3444
(91,52,68)
#462935
(70,41,53)
#311E26
(49,30,38)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #EE81AD

#EE81AD
(238,129,173)
#EF8CB4
(239,140,180)
#F097BB
(240,151,187)
#F1A2C2
(241,162,194)
#F2ADC9
(242,173,201)
#F3B8D0
(243,184,208)
#F4C3D7
(244,195,215)
#F5CEDE
(245,206,222)
#F6D9E5
(246,217,229)
#F7E4EC
(247,228,236)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE81AD color. Also use rgb(238,129,173) instead hex code.

Text Font Color

.myTextColor { color: #EE81AD; }

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

This text font color is #EE81AD.


Background Color

.myBgColor { background-color: #EE81AD; }

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

This div background color is #EE81AD.


Border color

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

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

This div border color is #EE81AD.


Opacity

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

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

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

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

This text has shadow with #EE81AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE81AD on black background.


Color preview on white background

This text has color #EE81AD on white background.



Black color preview on #EE81AD background

This text has black color on #EE81AD background.


White color preview on #EE81AD background

This text has white color on #EE81AD background.