COLOR #EE8D8E

HEX: #EE8D8E
RGB: (238,141,142)

Color info

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

RGB color model

#EE8D8E color RGB value is (238,141,142).

  • red value is 238;
  • green value is 141;
  • blue value is 142.
RGB:
(238,141,142)
(93%,55%,56%)

RGB channels and saturation

R 238 of 255 = 93%
G 141 of 255 = 55%
B 142 of 255 = 56%

238
141
142

R + G + B ~ 68%. #EE8D8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 141 + 142 = 521 (100%)
R 238 of 521 ~ 45.68%
G 141 of 521 ~ 27.06%
B 142 of 521 ~ 27.26%

%45.68
%27.06
%27.26

CMYK color model

#EE8D8E color CMYK value is (0,41,40,7).

  • cyan value is 0.00%
  • magenta value is 40.76%
  • yellow value is 40.34%
  • key color value is 6.67%
CMYK:
(0,41,40,7)
C0M41Y40K7 
(0%,41%,40%,7%)
(0.00/0.41/0.40/0.07)	

CMYK percentages

%0
%40.76
%40.34
%6.67

Codes

Color #EE8D8E in popluar color models

EE8D8E
RGB238141142
HSL359°74.05%74.31%
HSB/HSV359°40.76%93.33%
CMYK0.00%40.76%40.34%
6.67%

Color #EE8D8E in popluar number systems.

HEXEE8D8E
Decimal238141142
Binary111011101000110110001110
Octal356215216

Shades and tints

Shades of #EE8D8E

#EE8D8E
(238,141,142)
#D98182
(217,129,130)
#C47576
(196,117,118)
#AF696A
(175,105,106)
#9A5D5E
(154,93,94)
#855152
(133,81,82)
#704546
(112,69,70)
#5B393A
(91,57,58)
#462D2E
(70,45,46)
#312122
(49,33,34)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #EE8D8E

#EE8D8E
(238,141,142)
#EF9798
(239,151,152)
#F0A1A2
(240,161,162)
#F1ABAC
(241,171,172)
#F2B5B6
(242,181,182)
#F3BFC0
(243,191,192)
#F4C9CA
(244,201,202)
#F5D3D4
(245,211,212)
#F6DDDE
(246,221,222)
#F7E7E8
(247,231,232)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE8D8E color. Also use rgb(238,141,142) instead hex code.

Text Font Color

.myTextColor { color: #EE8D8E; }

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

This text font color is #EE8D8E.


Background Color

.myBgColor { background-color: #EE8D8E; }

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

This div background color is #EE8D8E.


Border color

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

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

This div border color is #EE8D8E.


Opacity

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

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

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

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

This text has shadow with #EE8D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8D8E on black background.


Color preview on white background

This text has color #EE8D8E on white background.



Black color preview on #EE8D8E background

This text has black color on #EE8D8E background.


White color preview on #EE8D8E background

This text has white color on #EE8D8E background.