COLOR #E85E92

HEX: #E85E92
RGB: (232,94,146)

Color info

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

RGB color model

#E85E92 color RGB value is (232,94,146).

  • red value is 232;
  • green value is 94;
  • blue value is 146.
RGB:
(232,94,146)
(91%,37%,57%)

RGB channels and saturation

R 232 of 255 = 91%
G 94 of 255 = 37%
B 146 of 255 = 57%

232
94
146

R + G + B ~ 62%. #E85E92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 94 + 146 = 472 (100%)
R 232 of 472 ~ 49.15%
G 94 of 472 ~ 19.92%
B 146 of 472 ~ 30.93%

%49.15
%19.92
%30.93

CMYK color model

#E85E92 color CMYK value is (0,59,37,9).

  • cyan value is 0.00%
  • magenta value is 59.48%
  • yellow value is 37.07%
  • key color value is 9.02%
CMYK:
(0,59,37,9)
C0M59Y37K9 
(0%,59%,37%,9%)
(0.00/0.59/0.37/0.09)	

CMYK percentages

%0
%59.48
%37.07
%9.02

Codes

Color #E85E92 in popluar color models

E85E92
RGB23294146
HSL337°75.00%63.92%
HSB/HSV337°59.48%90.98%
CMYK0.00%59.48%37.07%
9.02%

Color #E85E92 in popluar number systems.

HEXE85E92
Decimal23294146
Binary11101000101111010010010
Octal350136222

Shades and tints

Shades of #E85E92

#E85E92
(232,94,146)
#D35685
(211,86,133)
#BE4E78
(190,78,120)
#A9466B
(169,70,107)
#943E5E
(148,62,94)
#7F3651
(127,54,81)
#6A2E44
(106,46,68)
#552637
(85,38,55)
#401E2A
(64,30,42)
#2B161D
(43,22,29)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #E85E92

#E85E92
(232,94,146)
#EA6C9B
(234,108,155)
#EC7AA4
(236,122,164)
#EE88AD
(238,136,173)
#F096B6
(240,150,182)
#F2A4BF
(242,164,191)
#F4B2C8
(244,178,200)
#F6C0D1
(246,192,209)
#F8CEDA
(248,206,218)
#FADCE3
(250,220,227)
#FCEAEC
(252,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E85E92 color. Also use rgb(232,94,146) instead hex code.

Text Font Color

.myTextColor { color: #E85E92; }

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

This text font color is #E85E92.


Background Color

.myBgColor { background-color: #E85E92; }

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

This div background color is #E85E92.


Border color

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

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

This div border color is #E85E92.


Opacity

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

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

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

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

This text has shadow with #E85E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E85E92 on black background.


Color preview on white background

This text has color #E85E92 on white background.



Black color preview on #E85E92 background

This text has black color on #E85E92 background.


White color preview on #E85E92 background

This text has white color on #E85E92 background.