COLOR #E86D7D

HEX: #E86D7D RGB: (232,109,125)

Color info

#E86D7D contains mainly red color. Web safe color of #E86D7D is #FF6666 (or #F66).

RGB color model

#E86D7D color RGB value is (232,109,125).

RGB: (232,109,125) (91%, 43%, 49%)

RGB channels and saturation

R 232 of 255 = 91%
G 109 of 255 = 43%
B 125 of 255 = 49%

232
109
125

R + G + B ~ 61%. #E86D7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 109 + 125 = 466 (100%)
R 232 of 466 ~ 49.79%
G 109 of 466 ~ 23.39%
B 125 of 466 ~ 26.82'%

%49.79
%23.39
%26.82

CMYK color model

#E86D7D color CMYK value is (0,53,46,9).

  • cyan value is 0.00%
  • magenta value is 53.02%
  • yellow value is 46.12%
  • key color value is 9.02%

CMYK: (0,53,46,9)
C0M53Y46K9 (0%, 53%, 46%, 9%)
(0.00 / 0.53 / 0.46 / 0.09)

CMYK percentages

%0
%53.02
%46.12
%9.02

Codes

Color #E86D7D in popluar color models

E8 6D 7D
RGB 232 109 125
HSL 352° 72.78% 66.86%
HSB/HSV 352° 53.02% 90.98%
CMYK 0.00% 53.02% 46.12%
9.02%

Color #E86D7D in popluar number systems.

HEX E8 6D 7D
Decimal 232 109 125
Binary 11101000 1101101 1111101
Octal 350 155 175

Shades and tints

Shades of #E86D7D

#E86D7D
(232,109,125)
#D36472
(211,100,114)
#BE5B67
(190,91,103)
#A9525C
(169,82,92)
#944951
(148,73,81)
#7F4046
(127,64,70)
#6A373B
(106,55,59)
#552E30
(85,46,48)
#402525
(64,37,37)
#2B1C1A
(43,28,26)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #E86D7D

#E86D7D
(232,109,125)
#EA7A88
(234,122,136)
#EC8793
(236,135,147)
#EE949E
(238,148,158)
#F0A1A9
(240,161,169)
#F2AEB4
(242,174,180)
#F4BBBF
(244,187,191)
#F6C8CA
(246,200,202)
#F8D5D5
(248,213,213)
#FAE2E0
(250,226,224)
#FCEFEB
(252,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E86D7D color. Also use rgb(232,109,125) instead hex code.

Text Font Color

.myTextColor { color: #E86D7D; }

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

This text font color is #E86D7D.

Background Color

.myBgColor { background-color: #E86D7D; }

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

This div background color is #E86D7D.

Border color

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

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

This div border color is #E86D7D.

Opacity

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

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

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

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

This text has shadow with #E86D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E86D7D.

Preview

Color preview on black background

This text has color #E86D7D on black background.


Color preview on white background

This text has color #E86D7D on white background.


Black color preview on #E86D7D background

This text has black color on #E86D7D background.


White color preview on #E86D7D background

This text has white color on #E86D7D background.


Related colors

Complementary color

Complementary color for #hex is #179282.


I love getcolorcode.com

Triadic colors

1 #7DE86D and #6D7DE8 with #E86D7D are triadic colors.

2 #7D6DE8 and #6DE87D with #E86D7D are triadic colors.