COLOR #E854A5

HEX: #E854A5
RGB: (232,84,165)

Color info

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

RGB color model

#E854A5 color RGB value is (232,84,165).

  • red value is 232;
  • green value is 84;
  • blue value is 165.
RGB:
(232,84,165)
(91%,33%,65%)

RGB channels and saturation

R 232 of 255 = 91%
G 84 of 255 = 33%
B 165 of 255 = 65%

232
84
165

R + G + B ~ 63%. #E854A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 84 + 165 = 481 (100%)
R 232 of 481 ~ 48.23%
G 84 of 481 ~ 17.46%
B 165 of 481 ~ 34.3%

%48.23
%17.46
%34.3

CMYK color model

#E854A5 color CMYK value is (0,64,29,9).

  • cyan value is 0.00%
  • magenta value is 63.79%
  • yellow value is 28.88%
  • key color value is 9.02%
CMYK:
(0,64,29,9)
C0M64Y29K9 
(0%,64%,29%,9%)
(0.00/0.64/0.29/0.09)	

CMYK percentages

%0
%63.79
%28.88
%9.02

Codes

Color #E854A5 in popluar color models

E854A5
RGB23284165
HSL327°76.29%61.96%
HSB/HSV327°63.79%90.98%
CMYK0.00%63.79%28.88%
9.02%

Color #E854A5 in popluar number systems.

HEXE854A5
Decimal23284165
Binary11101000101010010100101
Octal350124245

Shades and tints

Shades of #E854A5

#E854A5
(232,84,165)
#D34D96
(211,77,150)
#BE4687
(190,70,135)
#A93F78
(169,63,120)
#943869
(148,56,105)
#7F315A
(127,49,90)
#6A2A4B
(106,42,75)
#55233C
(85,35,60)
#401C2D
(64,28,45)
#2B151E
(43,21,30)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #E854A5

#E854A5
(232,84,165)
#EA63AD
(234,99,173)
#EC72B5
(236,114,181)
#EE81BD
(238,129,189)
#F090C5
(240,144,197)
#F29FCD
(242,159,205)
#F4AED5
(244,174,213)
#F6BDDD
(246,189,221)
#F8CCE5
(248,204,229)
#FADBED
(250,219,237)
#FCEAF5
(252,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E854A5 color. Also use rgb(232,84,165) instead hex code.

Text Font Color

.myTextColor { color: #E854A5; }

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

This text font color is #E854A5.


Background Color

.myBgColor { background-color: #E854A5; }

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

This div background color is #E854A5.


Border color

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

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

This div border color is #E854A5.


Opacity

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

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

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

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

This text has shadow with #E854A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E854A5 on black background.


Color preview on white background

This text has color #E854A5 on white background.



Black color preview on #E854A5 background

This text has black color on #E854A5 background.


White color preview on #E854A5 background

This text has white color on #E854A5 background.