COLOR #EE86CE

HEX: #EE86CE RGB: (238,134,206)

Color info

#EE86CE contains mainly red and blue colors. Web safe color of #EE86CE is #FF99CC (or #F9C).

RGB color model

#EE86CE color RGB value is (238,134,206).

RGB: (238,134,206) (93%, 53%, 81%)

RGB channels and saturation

R 238 of 255 = 93%
G 134 of 255 = 53%
B 206 of 255 = 81%

238
134
206

R + G + B ~ 76%. #EE86CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 134 + 206 = 578 (100%)
R 238 of 578 ~ 41.18%
G 134 of 578 ~ 23.18%
B 206 of 578 ~ 35.64'%

%41.18
%23.18
%35.64

CMYK color model

#EE86CE color CMYK value is (0,44,13,7).

  • cyan value is 0.00%
  • magenta value is 43.70%
  • yellow value is 13.45%
  • key color value is 6.67%
CMYK: (0,44,13,7) C0M44Y13K7 (0%,44%,13%,7%) (0.00/0.44/0.13/0.07) 

CMYK percentages

%0
%43.7
%13.45
%6.67

Codes

Color #EE86CE in popluar color models

EE 86 CE
RGB 238 134 206
HSL 318° 75.36% 72.94%
HSB/HSV 318° 43.70% 93.33%
CMYK 0.00% 43.70% 13.45%
6.67%

Color #EE86CE in popluar number systems.

HEX EE 86 CE
Decimal 238 134 206
Binary 11101110 10000110 11001110
Octal 356 206 316

Shades and tints

Shades of #EE86CE

#EE86CE
(238,134,206)
#D97ABC
(217,122,188)
#C46EAA
(196,110,170)
#AF6298
(175,98,152)
#9A5686
(154,86,134)
#854A74
(133,74,116)
#703E62
(112,62,98)
#5B3250
(91,50,80)
#46263E
(70,38,62)
#311A2C
(49,26,44)
#1C0E1A
(28,14,26)
#000000
(0,0,0)

Tints of #EE86CE

#EE86CE
(238,134,206)
#EF91D2
(239,145,210)
#F09CD6
(240,156,214)
#F1A7DA
(241,167,218)
#F2B2DE
(242,178,222)
#F3BDE2
(243,189,226)
#F4C8E6
(244,200,230)
#F5D3EA
(245,211,234)
#F6DEEE
(246,222,238)
#F7E9F2
(247,233,242)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE86CE; }

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

This text font color is #EE86CE.

Background Color

.myBgColor { background-color: #EE86CE; }

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

This div background color is #EE86CE.

Border color

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

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

This div border color is #EE86CE.

Opacity

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

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

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

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

This text has shadow with #EE86CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE86CE.

Preview

Color preview on black background

This text has color #EE86CE on black background.


Color preview on white background

This text has color #EE86CE on white background.


Black color preview on #EE86CE background

This text has black color on #EE86CE background.


White color preview on #EE86CE background

This text has white color on #EE86CE background.


Related colors

Complementary color

Complementary color for #hex is #117931.


I love getcolorcode.com

Triadic colors

1 #CEEE86 and #86CEEE with #EE86CE are triadic colors.

2 #CE86EE and #86EECE with #EE86CE are triadic colors.