COLOR #E85DBA

HEX: #E85DBA
RGB: (232,93,186)

Color info

#E85DBA contains mainly red and blue colors. Web safe color of #E85DBA is #FF66CC (or #F6C).

RGB color model

#E85DBA color RGB value is (232,93,186).

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

RGB channels and saturation

R 232 of 255 = 91%
G 93 of 255 = 36%
B 186 of 255 = 73%

232
93
186

R + G + B ~ 67%. #E85DBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 93 + 186 = 511 (100%)
R 232 of 511 ~ 45.4%
G 93 of 511 ~ 18.2%
B 186 of 511 ~ 36.4%

%45.4
%18.2
%36.4

CMYK color model

#E85DBA color CMYK value is (0,60,20,9).

  • cyan value is 0.00%
  • magenta value is 59.91%
  • yellow value is 19.83%
  • key color value is 9.02%
CMYK:
(0,60,20,9)
C0M60Y20K9 
(0%,60%,20%,9%)
(0.00/0.60/0.20/0.09)	

CMYK percentages

%0
%59.91
%19.83
%9.02

Codes

Color #E85DBA in popluar color models

E85DBA
RGB23293186
HSL320°75.14%63.73%
HSB/HSV320°59.91%90.98%
CMYK0.00%59.91%19.83%
9.02%

Color #E85DBA in popluar number systems.

HEXE85DBA
Decimal23293186
Binary11101000101110110111010
Octal350135272

Shades and tints

Shades of #E85DBA

#E85DBA
(232,93,186)
#D355AA
(211,85,170)
#BE4D9A
(190,77,154)
#A9458A
(169,69,138)
#943D7A
(148,61,122)
#7F356A
(127,53,106)
#6A2D5A
(106,45,90)
#55254A
(85,37,74)
#401D3A
(64,29,58)
#2B152A
(43,21,42)
#160D1A
(22,13,26)
#000000
(0,0,0)

Tints of #E85DBA

#E85DBA
(232,93,186)
#EA6BC0
(234,107,192)
#EC79C6
(236,121,198)
#EE87CC
(238,135,204)
#F095D2
(240,149,210)
#F2A3D8
(242,163,216)
#F4B1DE
(244,177,222)
#F6BFE4
(246,191,228)
#F8CDEA
(248,205,234)
#FADBF0
(250,219,240)
#FCE9F6
(252,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E85DBA; }

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

This text font color is #E85DBA.


Background Color

.myBgColor { background-color: #E85DBA; }

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

This div background color is #E85DBA.


Border color

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

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

This div border color is #E85DBA.


Opacity

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

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

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

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

This text has shadow with #E85DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E85DBA on black background.


Color preview on white background

This text has color #E85DBA on white background.



Black color preview on #E85DBA background

This text has black color on #E85DBA background.


White color preview on #E85DBA background

This text has white color on #E85DBA background.