COLOR #E85CD4

HEX: #E85CD4
RGB: (232,92,212)

Color info

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

RGB color model

#E85CD4 color RGB value is (232,92,212).

  • red value is 232;
  • green value is 92;
  • blue value is 212.
RGB:
(232,92,212)
(91%,36%,83%)

RGB channels and saturation

R 232 of 255 = 91%
G 92 of 255 = 36%
B 212 of 255 = 83%

232
92
212

R + G + B ~ 70%. #E85CD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 92 + 212 = 536 (100%)
R 232 of 536 ~ 43.28%
G 92 of 536 ~ 17.16%
B 212 of 536 ~ 39.55%

%43.28
%17.16
%39.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 60.34%
  • yellow value is 8.62%
  • key color value is 9.02%
CMYK:
(0,60,9,9)
C0M60Y9K9 
(0%,60%,9%,9%)
(0.00/0.60/0.09/0.09)	

CMYK percentages

%0
%60.34
%8.62
%9.02

Codes

Color #E85CD4 in popluar color models

E85CD4
RGB23292212
HSL309°75.27%63.53%
HSB/HSV309°60.34%90.98%
CMYK0.00%60.34%8.62%
9.02%

Color #E85CD4 in popluar number systems.

HEXE85CD4
Decimal23292212
Binary11101000101110011010100
Octal350134324

Shades and tints

Shades of #E85CD4

#E85CD4
(232,92,212)
#D354C1
(211,84,193)
#BE4CAE
(190,76,174)
#A9449B
(169,68,155)
#943C88
(148,60,136)
#7F3475
(127,52,117)
#6A2C62
(106,44,98)
#55244F
(85,36,79)
#401C3C
(64,28,60)
#2B1429
(43,20,41)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #E85CD4

#E85CD4
(232,92,212)
#EA6AD7
(234,106,215)
#EC78DA
(236,120,218)
#EE86DD
(238,134,221)
#F094E0
(240,148,224)
#F2A2E3
(242,162,227)
#F4B0E6
(244,176,230)
#F6BEE9
(246,190,233)
#F8CCEC
(248,204,236)
#FADAEF
(250,218,239)
#FCE8F2
(252,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E85CD4 color. Also use rgb(232,92,212) instead hex code.

Text Font Color

.myTextColor { color: #E85CD4; }

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

This text font color is #E85CD4.


Background Color

.myBgColor { background-color: #E85CD4; }

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

This div background color is #E85CD4.


Border color

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

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

This div border color is #E85CD4.


Opacity

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

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

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

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

This text has shadow with #E85CD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E85CD4 on black background.


Color preview on white background

This text has color #E85CD4 on white background.



Black color preview on #E85CD4 background

This text has black color on #E85CD4 background.


White color preview on #E85CD4 background

This text has white color on #E85CD4 background.