COLOR #E85D7F

HEX: #E85D7F
RGB: (232,93,127)

Color info

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

RGB color model

#E85D7F color RGB value is (232,93,127).

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

RGB channels and saturation

R 232 of 255 = 91%
G 93 of 255 = 36%
B 127 of 255 = 50%

232
93
127

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

Portions of RGB colors in percentages

R + G + B =
232 + 93 + 127 = 452 (100%)
R 232 of 452 ~ 51.33%
G 93 of 452 ~ 20.58%
B 127 of 452 ~ 28.1%

%51.33
%20.58
%28.1

CMYK color model

#E85D7F color CMYK value is (0,60,45,9).

  • cyan value is 0.00%
  • magenta value is 59.91%
  • yellow value is 45.26%
  • key color value is 9.02%
CMYK:
(0,60,45,9)
C0M60Y45K9 
(0%,60%,45%,9%)
(0.00/0.60/0.45/0.09)	

CMYK percentages

%0
%59.91
%45.26
%9.02

Codes

Color #E85D7F in popluar color models

E85D7F
RGB23293127
HSL345°75.14%63.73%
HSB/HSV345°59.91%90.98%
CMYK0.00%59.91%45.26%
9.02%

Color #E85D7F in popluar number systems.

HEXE85D7F
Decimal23293127
Binary1110100010111011111111
Octal350135177

Shades and tints

Shades of #E85D7F

#E85D7F
(232,93,127)
#D35574
(211,85,116)
#BE4D69
(190,77,105)
#A9455E
(169,69,94)
#943D53
(148,61,83)
#7F3548
(127,53,72)
#6A2D3D
(106,45,61)
#552532
(85,37,50)
#401D27
(64,29,39)
#2B151C
(43,21,28)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #E85D7F

#E85D7F
(232,93,127)
#EA6B8A
(234,107,138)
#EC7995
(236,121,149)
#EE87A0
(238,135,160)
#F095AB
(240,149,171)
#F2A3B6
(242,163,182)
#F4B1C1
(244,177,193)
#F6BFCC
(246,191,204)
#F8CDD7
(248,205,215)
#FADBE2
(250,219,226)
#FCE9ED
(252,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E85D7F; }

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

This text font color is #E85D7F.


Background Color

.myBgColor { background-color: #E85D7F; }

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

This div background color is #E85D7F.


Border color

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

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

This div border color is #E85D7F.


Opacity

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

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

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

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

This text has shadow with #E85D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E85D7F on black background.


Color preview on white background

This text has color #E85D7F on white background.



Black color preview on #E85D7F background

This text has black color on #E85D7F background.


White color preview on #E85D7F background

This text has white color on #E85D7F background.