COLOR #E85B76

HEX: #E85B76
RGB: (232,91,118)

Color info

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

RGB color model

#E85B76 color RGB value is (232,91,118).

  • red value is 232;
  • green value is 91;
  • blue value is 118.
RGB:
(232,91,118)
(91%,36%,46%)

RGB channels and saturation

R 232 of 255 = 91%
G 91 of 255 = 36%
B 118 of 255 = 46%

232
91
118

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

Portions of RGB colors in percentages

R + G + B =
232 + 91 + 118 = 441 (100%)
R 232 of 441 ~ 52.61%
G 91 of 441 ~ 20.63%
B 118 of 441 ~ 26.76%

%52.61
%20.63
%26.76

CMYK color model

#E85B76 color CMYK value is (0,61,49,9).

  • cyan value is 0.00%
  • magenta value is 60.78%
  • yellow value is 49.14%
  • key color value is 9.02%
CMYK:
(0,61,49,9)
C0M61Y49K9 
(0%,61%,49%,9%)
(0.00/0.61/0.49/0.09)	

CMYK percentages

%0
%60.78
%49.14
%9.02

Codes

Color #E85B76 in popluar color models

E85B76
RGB23291118
HSL349°75.40%63.33%
HSB/HSV349°60.78%90.98%
CMYK0.00%60.78%49.14%
9.02%

Color #E85B76 in popluar number systems.

HEXE85B76
Decimal23291118
Binary1110100010110111110110
Octal350133166

Shades and tints

Shades of #E85B76

#E85B76
(232,91,118)
#D3536C
(211,83,108)
#BE4B62
(190,75,98)
#A94358
(169,67,88)
#943B4E
(148,59,78)
#7F3344
(127,51,68)
#6A2B3A
(106,43,58)
#552330
(85,35,48)
#401B26
(64,27,38)
#2B131C
(43,19,28)
#160B12
(22,11,18)
#000000
(0,0,0)

Tints of #E85B76

#E85B76
(232,91,118)
#EA6982
(234,105,130)
#EC778E
(236,119,142)
#EE859A
(238,133,154)
#F093A6
(240,147,166)
#F2A1B2
(242,161,178)
#F4AFBE
(244,175,190)
#F6BDCA
(246,189,202)
#F8CBD6
(248,203,214)
#FAD9E2
(250,217,226)
#FCE7EE
(252,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E85B76 color. Also use rgb(232,91,118) instead hex code.

Text Font Color

.myTextColor { color: #E85B76; }

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

This text font color is #E85B76.


Background Color

.myBgColor { background-color: #E85B76; }

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

This div background color is #E85B76.


Border color

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

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

This div border color is #E85B76.


Opacity

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

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

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

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

This text has shadow with #E85B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E85B76 on black background.


Color preview on white background

This text has color #E85B76 on white background.



Black color preview on #E85B76 background

This text has black color on #E85B76 background.


White color preview on #E85B76 background

This text has white color on #E85B76 background.