COLOR #EE8CAD

HEX: #EE8CAD
RGB: (238,140,173)

Color info

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

RGB color model

#EE8CAD color RGB value is (238,140,173).

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

RGB channels and saturation

R 238 of 255 = 93%
G 140 of 255 = 55%
B 173 of 255 = 68%

238
140
173

R + G + B ~ 72%. #EE8CAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 140 + 173 = 551 (100%)
R 238 of 551 ~ 43.19%
G 140 of 551 ~ 25.41%
B 173 of 551 ~ 31.4%

%43.19
%25.41
%31.4

CMYK color model

#EE8CAD color CMYK value is (0,41,27,7).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 27.31%
  • key color value is 6.67%
CMYK:
(0,41,27,7)
C0M41Y27K7 
(0%,41%,27%,7%)
(0.00/0.41/0.27/0.07)	

CMYK percentages

%0
%41.18
%27.31
%6.67

Codes

Color #EE8CAD in popluar color models

EE8CAD
RGB238140173
HSL340°74.24%74.12%
HSB/HSV340°41.18%93.33%
CMYK0.00%41.18%27.31%
6.67%

Color #EE8CAD in popluar number systems.

HEXEE8CAD
Decimal238140173
Binary111011101000110010101101
Octal356214255

Shades and tints

Shades of #EE8CAD

#EE8CAD
(238,140,173)
#D9809E
(217,128,158)
#C4748F
(196,116,143)
#AF6880
(175,104,128)
#9A5C71
(154,92,113)
#855062
(133,80,98)
#704453
(112,68,83)
#5B3844
(91,56,68)
#462C35
(70,44,53)
#312026
(49,32,38)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #EE8CAD

#EE8CAD
(238,140,173)
#EF96B4
(239,150,180)
#F0A0BB
(240,160,187)
#F1AAC2
(241,170,194)
#F2B4C9
(242,180,201)
#F3BED0
(243,190,208)
#F4C8D7
(244,200,215)
#F5D2DE
(245,210,222)
#F6DCE5
(246,220,229)
#F7E6EC
(247,230,236)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE8CAD; }

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

This text font color is #EE8CAD.


Background Color

.myBgColor { background-color: #EE8CAD; }

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

This div background color is #EE8CAD.


Border color

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

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

This div border color is #EE8CAD.


Opacity

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

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

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

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

This text has shadow with #EE8CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8CAD on black background.


Color preview on white background

This text has color #EE8CAD on white background.



Black color preview on #EE8CAD background

This text has black color on #EE8CAD background.


White color preview on #EE8CAD background

This text has white color on #EE8CAD background.