COLOR #EE817D

HEX: #EE817D
RGB: (238,129,125)

Color info

#EE817D contains mainly red color. Web safe color of #EE817D is #FF9966 (or #F96).

RGB color model

#EE817D color RGB value is (238,129,125).

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

RGB channels and saturation

R 238 of 255 = 93%
G 129 of 255 = 51%
B 125 of 255 = 49%

238
129
125

R + G + B ~ 64%. #EE817D is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 129 + 125 = 492 (100%)
R 238 of 492 ~ 48.37%
G 129 of 492 ~ 26.22%
B 125 of 492 ~ 25.41%

%48.37
%26.22
%25.41

CMYK color model

#EE817D color CMYK value is (0,46,47,7).

  • cyan value is 0.00%
  • magenta value is 45.80%
  • yellow value is 47.48%
  • key color value is 6.67%
CMYK:
(0,46,47,7)
C0M46Y47K7 
(0%,46%,47%,7%)
(0.00/0.46/0.47/0.07)	

CMYK percentages

%0
%45.8
%47.48
%6.67

Codes

Color #EE817D in popluar color models

EE817D
RGB238129125
HSL76.87%71.18%
HSB/HSV47.48%93.33%
CMYK0.00%45.80%47.48%
6.67%

Color #EE817D in popluar number systems.

HEXEE817D
Decimal238129125
Binary11101110100000011111101
Octal356201175

Shades and tints

Shades of #EE817D

#EE817D
(238,129,125)
#D97672
(217,118,114)
#C46B67
(196,107,103)
#AF605C
(175,96,92)
#9A5551
(154,85,81)
#854A46
(133,74,70)
#703F3B
(112,63,59)
#5B3430
(91,52,48)
#462925
(70,41,37)
#311E1A
(49,30,26)
#1C130F
(28,19,15)
#000000
(0,0,0)

Tints of #EE817D

#EE817D
(238,129,125)
#EF8C88
(239,140,136)
#F09793
(240,151,147)
#F1A29E
(241,162,158)
#F2ADA9
(242,173,169)
#F3B8B4
(243,184,180)
#F4C3BF
(244,195,191)
#F5CECA
(245,206,202)
#F6D9D5
(246,217,213)
#F7E4E0
(247,228,224)
#F8EFEB
(248,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE817D; }

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

This text font color is #EE817D.


Background Color

.myBgColor { background-color: #EE817D; }

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

This div background color is #EE817D.


Border color

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

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

This div border color is #EE817D.


Opacity

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

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

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

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

This text has shadow with #EE817D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE817D on black background.


Color preview on white background

This text has color #EE817D on white background.



Black color preview on #EE817D background

This text has black color on #EE817D background.


White color preview on #EE817D background

This text has white color on #EE817D background.