COLOR #E80DE6

HEX: #E80DE6
RGB: (232,13,230)

Color info

#E80DE6 contains mainly red and blue colors. Web safe color of #E80DE6 is #FF00CC (or #F0C).

RGB color model

#E80DE6 color RGB value is (232,13,230).

  • red value is 232;
  • green value is 13;
  • blue value is 230.
RGB:
(232,13,230)
(91%,5%,90%)

RGB channels and saturation

R 232 of 255 = 91%
G 13 of 255 = 5%
B 230 of 255 = 90%

232
13
230

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

Portions of RGB colors in percentages

R + G + B =
232 + 13 + 230 = 475 (100%)
R 232 of 475 ~ 48.84%
G 13 of 475 ~ 2.74%
B 230 of 475 ~ 48.42%

%48.84
%48.42

CMYK color model

#E80DE6 color CMYK value is (0,94,1,9).

  • cyan value is 0.00%
  • magenta value is 94.40%
  • yellow value is 0.86%
  • key color value is 9.02%
CMYK:
(0,94,1,9)
C0M94Y1K9 
(0%,94%,1%,9%)
(0.00/0.94/0.01/0.09)	

CMYK percentages

%0
%94.4
%0.86
%9.02

Codes

Color #E80DE6 in popluar color models

E80DE6
RGB23213230
HSL301°89.39%48.04%
HSB/HSV301°94.40%90.98%
CMYK0.00%94.40%0.86%
9.02%

Color #E80DE6 in popluar number systems.

HEXE80DE6
Decimal23213230
Binary11101000110111100110
Octal35015346

Shades and tints

Shades of #E80DE6

#E80DE6
(232,13,230)
#D30CD2
(211,12,210)
#BE0BBE
(190,11,190)
#A90AAA
(169,10,170)
#940996
(148,9,150)
#7F0882
(127,8,130)
#6A076E
(106,7,110)
#55065A
(85,6,90)
#400546
(64,5,70)
#2B0432
(43,4,50)
#16031E
(22,3,30)
#000000
(0,0,0)

Tints of #E80DE6

#E80DE6
(232,13,230)
#EA23E8
(234,35,232)
#EC39EA
(236,57,234)
#EE4FEC
(238,79,236)
#F065EE
(240,101,238)
#F27BF0
(242,123,240)
#F491F2
(244,145,242)
#F6A7F4
(246,167,244)
#F8BDF6
(248,189,246)
#FAD3F8
(250,211,248)
#FCE9FA
(252,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E80DE6 color. Also use rgb(232,13,230) instead hex code.

Text Font Color

.myTextColor { color: #E80DE6; }

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

This text font color is #E80DE6.


Background Color

.myBgColor { background-color: #E80DE6; }

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

This div background color is #E80DE6.


Border color

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

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

This div border color is #E80DE6.


Opacity

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

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

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

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

This text has shadow with #E80DE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E80DE6 on black background.


Color preview on white background

This text has color #E80DE6 on white background.



Black color preview on #E80DE6 background

This text has black color on #E80DE6 background.


White color preview on #E80DE6 background

This text has white color on #E80DE6 background.