COLOR #EE868E

HEX: #EE868E RGB: (238,134,142)

Color info

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

RGB color model

#EE868E color RGB value is (238,134,142).

RGB: (238,134,142) (93%, 53%, 56%)

RGB channels and saturation

R 238 of 255 = 93%
G 134 of 255 = 53%
B 142 of 255 = 56%

238
134
142

R + G + B ~ 67%. #EE868E is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 134 + 142 = 514 (100%)
R 238 of 514 ~ 46.3%
G 134 of 514 ~ 26.07%
B 142 of 514 ~ 27.63'%

%46.3
%26.07
%27.63

CMYK color model

#EE868E color CMYK value is (0,44,40,7).

  • cyan value is 0.00%
  • magenta value is 43.70%
  • yellow value is 40.34%
  • key color value is 6.67%

CMYK: (0,44,40,7)
C0M44Y40K7 (0%, 44%, 40%, 7%)
(0.00 / 0.44 / 0.40 / 0.07)

CMYK percentages

%0
%43.7
%40.34
%6.67

Codes

Color #EE868E in popluar color models

EE 86 8E
RGB 238 134 142
HSL 355° 75.36% 72.94%
HSB/HSV 355° 43.70% 93.33%
CMYK 0.00% 43.70% 40.34%
6.67%

Color #EE868E in popluar number systems.

HEX EE 86 8E
Decimal 238 134 142
Binary 11101110 10000110 10001110
Octal 356 206 216

Shades and tints

Shades of #EE868E

#EE868E
(238,134,142)
#D97A82
(217,122,130)
#C46E76
(196,110,118)
#AF626A
(175,98,106)
#9A565E
(154,86,94)
#854A52
(133,74,82)
#703E46
(112,62,70)
#5B323A
(91,50,58)
#46262E
(70,38,46)
#311A22
(49,26,34)
#1C0E16
(28,14,22)
#000000
(0,0,0)

Tints of #EE868E

#EE868E
(238,134,142)
#EF9198
(239,145,152)
#F09CA2
(240,156,162)
#F1A7AC
(241,167,172)
#F2B2B6
(242,178,182)
#F3BDC0
(243,189,192)
#F4C8CA
(244,200,202)
#F5D3D4
(245,211,212)
#F6DEDE
(246,222,222)
#F7E9E8
(247,233,232)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE868E; }

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

This text font color is #EE868E.

Background Color

.myBgColor { background-color: #EE868E; }

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

This div background color is #EE868E.

Border color

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

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

This div border color is #EE868E.

Opacity

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

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

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

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

This text has shadow with #EE868E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE868E.

Preview

Color preview on black background

This text has color #EE868E on black background.


Color preview on white background

This text has color #EE868E on white background.


Black color preview on #EE868E background

This text has black color on #EE868E background.


White color preview on #EE868E background

This text has white color on #EE868E background.


Related colors

Complementary color

Complementary color for #hex is #117971.


I love getcolorcode.com

Triadic colors

1 #8EEE86 and #868EEE with #EE868E are triadic colors.

2 #8E86EE and #86EE8E with #EE868E are triadic colors.