COLOR #E85D8C

HEX: #E85D8C
RGB: (232,93,140)

Color info

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

RGB color model

#E85D8C color RGB value is (232,93,140).

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

RGB channels and saturation

R 232 of 255 = 91%
G 93 of 255 = 36%
B 140 of 255 = 55%

232
93
140

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

Portions of RGB colors in percentages

R + G + B =
232 + 93 + 140 = 465 (100%)
R 232 of 465 ~ 49.89%
G 93 of 465 ~ 20%
B 140 of 465 ~ 30.11%

%49.89
%20
%30.11

CMYK color model

#E85D8C color CMYK value is (0,60,40,9).

  • cyan value is 0.00%
  • magenta value is 59.91%
  • yellow value is 39.66%
  • key color value is 9.02%
CMYK:
(0,60,40,9)
C0M60Y40K9 
(0%,60%,40%,9%)
(0.00/0.60/0.40/0.09)	

CMYK percentages

%0
%59.91
%39.66
%9.02

Codes

Color #E85D8C in popluar color models

E85D8C
RGB23293140
HSL340°75.14%63.73%
HSB/HSV340°59.91%90.98%
CMYK0.00%59.91%39.66%
9.02%

Color #E85D8C in popluar number systems.

HEXE85D8C
Decimal23293140
Binary11101000101110110001100
Octal350135214

Shades and tints

Shades of #E85D8C

#E85D8C
(232,93,140)
#D35580
(211,85,128)
#BE4D74
(190,77,116)
#A94568
(169,69,104)
#943D5C
(148,61,92)
#7F3550
(127,53,80)
#6A2D44
(106,45,68)
#552538
(85,37,56)
#401D2C
(64,29,44)
#2B1520
(43,21,32)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #E85D8C

#E85D8C
(232,93,140)
#EA6B96
(234,107,150)
#EC79A0
(236,121,160)
#EE87AA
(238,135,170)
#F095B4
(240,149,180)
#F2A3BE
(242,163,190)
#F4B1C8
(244,177,200)
#F6BFD2
(246,191,210)
#F8CDDC
(248,205,220)
#FADBE6
(250,219,230)
#FCE9F0
(252,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E85D8C; }

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

This text font color is #E85D8C.


Background Color

.myBgColor { background-color: #E85D8C; }

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

This div background color is #E85D8C.


Border color

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

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

This div border color is #E85D8C.


Opacity

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

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

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

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

This text has shadow with #E85D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E85D8C on black background.


Color preview on white background

This text has color #E85D8C on white background.



Black color preview on #E85D8C background

This text has black color on #E85D8C background.


White color preview on #E85D8C background

This text has white color on #E85D8C background.