COLOR #E86CA6

HEX: #E86CA6 RGB: (232,108,166)

Color info

#E86CA6 contains mainly red color. Web safe color of #E86CA6 is #FF6699 (or #F69).

RGB color model

#E86CA6 color RGB value is (232,108,166).

RGB: (232,108,166) (91%, 42%, 65%)

RGB channels and saturation

R 232 of 255 = 91%
G 108 of 255 = 42%
B 166 of 255 = 65%

232
108
166

R + G + B ~ 66%. #E86CA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 108 + 166 = 506 (100%)
R 232 of 506 ~ 45.85%
G 108 of 506 ~ 21.34%
B 166 of 506 ~ 32.81'%

%45.85
%21.34
%32.81

CMYK color model

#E86CA6 color CMYK value is (0,53,28,9).

  • cyan value is 0.00%
  • magenta value is 53.45%
  • yellow value is 28.45%
  • key color value is 9.02%

CMYK: (0,53,28,9)
C0M53Y28K9 (0%, 53%, 28%, 9%)
(0.00 / 0.53 / 0.28 / 0.09)

CMYK percentages

%0
%53.45
%28.45
%9.02

Codes

Color #E86CA6 in popluar color models

E8 6C A6
RGB 232 108 166
HSL 332° 72.94% 66.67%
HSB/HSV 332° 53.45% 90.98%
CMYK 0.00% 53.45% 28.45%
9.02%

Color #E86CA6 in popluar number systems.

HEX E8 6C A6
Decimal 232 108 166
Binary 11101000 1101100 10100110
Octal 350 154 246

Shades and tints

Shades of #E86CA6

#E86CA6
(232,108,166)
#D36397
(211,99,151)
#BE5A88
(190,90,136)
#A95179
(169,81,121)
#94486A
(148,72,106)
#7F3F5B
(127,63,91)
#6A364C
(106,54,76)
#552D3D
(85,45,61)
#40242E
(64,36,46)
#2B1B1F
(43,27,31)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #E86CA6

#E86CA6
(232,108,166)
#EA79AE
(234,121,174)
#EC86B6
(236,134,182)
#EE93BE
(238,147,190)
#F0A0C6
(240,160,198)
#F2ADCE
(242,173,206)
#F4BAD6
(244,186,214)
#F6C7DE
(246,199,222)
#F8D4E6
(248,212,230)
#FAE1EE
(250,225,238)
#FCEEF6
(252,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E86CA6 color. Also use rgb(232,108,166) instead hex code.

Text Font Color

.myTextColor { color: #E86CA6; }

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

This text font color is #E86CA6.

Background Color

.myBgColor { background-color: #E86CA6; }

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

This div background color is #E86CA6.

Border color

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

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

This div border color is #E86CA6.

Opacity

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

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

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

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

This text has shadow with #E86CA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E86CA6.

Preview

Color preview on black background

This text has color #E86CA6 on black background.


Color preview on white background

This text has color #E86CA6 on white background.


Black color preview on #E86CA6 background

This text has black color on #E86CA6 background.


White color preview on #E86CA6 background

This text has white color on #E86CA6 background.


Related colors

Complementary color

Complementary color for #hex is #179359.


I love getcolorcode.com

Triadic colors

1 #A6E86C and #6CA6E8 with #E86CA6 are triadic colors.

2 #A66CE8 and #6CE8A6 with #E86CA6 are triadic colors.