COLOR #E85FA5

HEX: #E85FA5
RGB: (232,95,165)

Color info

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

RGB color model

#E85FA5 color RGB value is (232,95,165).

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

RGB channels and saturation

R 232 of 255 = 91%
G 95 of 255 = 37%
B 165 of 255 = 65%

232
95
165

R + G + B ~ 64%. #E85FA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 95 + 165 = 492 (100%)
R 232 of 492 ~ 47.15%
G 95 of 492 ~ 19.31%
B 165 of 492 ~ 33.54%

%47.15
%19.31
%33.54

CMYK color model

#E85FA5 color CMYK value is (0,59,29,9).

  • cyan value is 0.00%
  • magenta value is 59.05%
  • yellow value is 28.88%
  • key color value is 9.02%
CMYK:
(0,59,29,9)
C0M59Y29K9 
(0%,59%,29%,9%)
(0.00/0.59/0.29/0.09)	

CMYK percentages

%0
%59.05
%28.88
%9.02

Codes

Color #E85FA5 in popluar color models

E85FA5
RGB23295165
HSL329°74.86%64.12%
HSB/HSV329°59.05%90.98%
CMYK0.00%59.05%28.88%
9.02%

Color #E85FA5 in popluar number systems.

HEXE85FA5
Decimal23295165
Binary11101000101111110100101
Octal350137245

Shades and tints

Shades of #E85FA5

#E85FA5
(232,95,165)
#D35796
(211,87,150)
#BE4F87
(190,79,135)
#A94778
(169,71,120)
#943F69
(148,63,105)
#7F375A
(127,55,90)
#6A2F4B
(106,47,75)
#55273C
(85,39,60)
#401F2D
(64,31,45)
#2B171E
(43,23,30)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #E85FA5

#E85FA5
(232,95,165)
#EA6DAD
(234,109,173)
#EC7BB5
(236,123,181)
#EE89BD
(238,137,189)
#F097C5
(240,151,197)
#F2A5CD
(242,165,205)
#F4B3D5
(244,179,213)
#F6C1DD
(246,193,221)
#F8CFE5
(248,207,229)
#FADDED
(250,221,237)
#FCEBF5
(252,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E85FA5; }

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

This text font color is #E85FA5.


Background Color

.myBgColor { background-color: #E85FA5; }

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

This div background color is #E85FA5.


Border color

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

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

This div border color is #E85FA5.


Opacity

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

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

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

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

This text has shadow with #E85FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E85FA5 on black background.


Color preview on white background

This text has color #E85FA5 on white background.



Black color preview on #E85FA5 background

This text has black color on #E85FA5 background.


White color preview on #E85FA5 background

This text has white color on #E85FA5 background.