COLOR #E80D9F

HEX: #E80D9F
RGB: (232,13,159)

Color info

#E80D9F contains mainly red color. Web safe color of #E80D9F is #FF0099 (or #F09).

RGB color model

#E80D9F color RGB value is (232,13,159).

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

RGB channels and saturation

R 232 of 255 = 91%
G 13 of 255 = 5%
B 159 of 255 = 62%

232
13
159

R + G + B ~ 53%. #E80D9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
232 + 13 + 159 = 404 (100%)
R 232 of 404 ~ 57.43%
G 13 of 404 ~ 3.22%
B 159 of 404 ~ 39.36%

%57.43
%39.36

CMYK color model

#E80D9F color CMYK value is (0,94,31,9).

  • cyan value is 0.00%
  • magenta value is 94.40%
  • yellow value is 31.47%
  • key color value is 9.02%
CMYK:
(0,94,31,9)
C0M94Y31K9 
(0%,94%,31%,9%)
(0.00/0.94/0.31/0.09)	

CMYK percentages

%0
%94.4
%31.47
%9.02

Codes

Color #E80D9F in popluar color models

E80D9F
RGB23213159
HSL320°89.39%48.04%
HSB/HSV320°94.40%90.98%
CMYK0.00%94.40%31.47%
9.02%

Color #E80D9F in popluar number systems.

HEXE80D9F
Decimal23213159
Binary11101000110110011111
Octal35015237

Shades and tints

Shades of #E80D9F

#E80D9F
(232,13,159)
#D30C91
(211,12,145)
#BE0B83
(190,11,131)
#A90A75
(169,10,117)
#940967
(148,9,103)
#7F0859
(127,8,89)
#6A074B
(106,7,75)
#55063D
(85,6,61)
#40052F
(64,5,47)
#2B0421
(43,4,33)
#160313
(22,3,19)
#000000
(0,0,0)

Tints of #E80D9F

#E80D9F
(232,13,159)
#EA23A7
(234,35,167)
#EC39AF
(236,57,175)
#EE4FB7
(238,79,183)
#F065BF
(240,101,191)
#F27BC7
(242,123,199)
#F491CF
(244,145,207)
#F6A7D7
(246,167,215)
#F8BDDF
(248,189,223)
#FAD3E7
(250,211,231)
#FCE9EF
(252,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E80D9F; }

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

This text font color is #E80D9F.


Background Color

.myBgColor { background-color: #E80D9F; }

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

This div background color is #E80D9F.


Border color

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

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

This div border color is #E80D9F.


Opacity

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

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

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

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

This text has shadow with #E80D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E80D9F on black background.


Color preview on white background

This text has color #E80D9F on white background.



Black color preview on #E80D9F background

This text has black color on #E80D9F background.


White color preview on #E80D9F background

This text has white color on #E80D9F background.