COLOR #E8517F

HEX: #E8517F
RGB: (232,81,127)

Color info

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

RGB color model

#E8517F color RGB value is (232,81,127).

  • red value is 232;
  • green value is 81;
  • blue value is 127.
RGB:
(232,81,127)
(91%,32%,50%)

RGB channels and saturation

R 232 of 255 = 91%
G 81 of 255 = 32%
B 127 of 255 = 50%

232
81
127

R + G + B ~ 58%. #E8517F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
232 + 81 + 127 = 440 (100%)
R 232 of 440 ~ 52.73%
G 81 of 440 ~ 18.41%
B 127 of 440 ~ 28.86%

%52.73
%18.41
%28.86

CMYK color model

#E8517F color CMYK value is (0,65,45,9).

  • cyan value is 0.00%
  • magenta value is 65.09%
  • yellow value is 45.26%
  • key color value is 9.02%
CMYK:
(0,65,45,9)
C0M65Y45K9 
(0%,65%,45%,9%)
(0.00/0.65/0.45/0.09)	

CMYK percentages

%0
%65.09
%45.26
%9.02

Codes

Color #E8517F in popluar color models

E8517F
RGB23281127
HSL342°76.65%61.37%
HSB/HSV342°65.09%90.98%
CMYK0.00%65.09%45.26%
9.02%

Color #E8517F in popluar number systems.

HEXE8517F
Decimal23281127
Binary1110100010100011111111
Octal350121177

Shades and tints

Shades of #E8517F

#E8517F
(232,81,127)
#D34A74
(211,74,116)
#BE4369
(190,67,105)
#A93C5E
(169,60,94)
#943553
(148,53,83)
#7F2E48
(127,46,72)
#6A273D
(106,39,61)
#552032
(85,32,50)
#401927
(64,25,39)
#2B121C
(43,18,28)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #E8517F

#E8517F
(232,81,127)
#EA608A
(234,96,138)
#EC6F95
(236,111,149)
#EE7EA0
(238,126,160)
#F08DAB
(240,141,171)
#F29CB6
(242,156,182)
#F4ABC1
(244,171,193)
#F6BACC
(246,186,204)
#F8C9D7
(248,201,215)
#FAD8E2
(250,216,226)
#FCE7ED
(252,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8517F color. Also use rgb(232,81,127) instead hex code.

Text Font Color

.myTextColor { color: #E8517F; }

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

This text font color is #E8517F.


Background Color

.myBgColor { background-color: #E8517F; }

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

This div background color is #E8517F.


Border color

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

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

This div border color is #E8517F.


Opacity

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

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

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

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

This text has shadow with #E8517F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8517F on black background.


Color preview on white background

This text has color #E8517F on white background.



Black color preview on #E8517F background

This text has black color on #E8517F background.


White color preview on #E8517F background

This text has white color on #E8517F background.