COLOR #E80074

HEX: #E80074
RGB: (232,0,116)

Color info

#E80074 contains mainly red color. Web safe color of #E80074 is #FF0066 (or #F06).

RGB color model

#E80074 color RGB value is (232,0,116).

  • red value is 232;
  • green value is 0;
  • blue value is 116.
RGB:
(232,0,116)
(91%,0%,45%)

RGB channels and saturation

R 232 of 255 = 91%
G 0 of 255 = 0%
B 116 of 255 = 45%

232
0
116

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

Portions of RGB colors in percentages

R + G + B =
232 + 0 + 116 = 348 (100%)
R 232 of 348 ~ 66.67%
G 0 of 348 ~ 0%
B 116 of 348 ~ 33.33%

%66.67
%33.33

CMYK color model

#E80074 color CMYK value is (0,100,50,9).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 50.00%
  • key color value is 9.02%
CMYK:
(0,100,50,9)
C0M100Y50K9 
(0%,100%,50%,9%)
(0.00/1.00/0.50/0.09)	

CMYK percentages

%0
%100
%50
%9.02

Codes

Color #E80074 in popluar color models

E80074
RGB2320116
HSL330°100.00%45.49%
HSB/HSV330°100.00%90.98%
CMYK0.00%100.00%50.00%
9.02%

Color #E80074 in popluar number systems.

HEXE80074
Decimal2320116
Binary1110100001110100
Octal3500164

Shades and tints

Shades of #E80074

#E80074
(232,0,116)
#D3006A
(211,0,106)
#BE0060
(190,0,96)
#A90056
(169,0,86)
#94004C
(148,0,76)
#7F0042
(127,0,66)
#6A0038
(106,0,56)
#55002E
(85,0,46)
#400024
(64,0,36)
#2B001A
(43,0,26)
#160010
(22,0,16)
#000000
(0,0,0)

Tints of #E80074

#E80074
(232,0,116)
#EA1780
(234,23,128)
#EC2E8C
(236,46,140)
#EE4598
(238,69,152)
#F05CA4
(240,92,164)
#F273B0
(242,115,176)
#F48ABC
(244,138,188)
#F6A1C8
(246,161,200)
#F8B8D4
(248,184,212)
#FACFE0
(250,207,224)
#FCE6EC
(252,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E80074 color. Also use rgb(232,0,116) instead hex code.

Text Font Color

.myTextColor { color: #E80074; }

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

This text font color is #E80074.


Background Color

.myBgColor { background-color: #E80074; }

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

This div background color is #E80074.


Border color

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

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

This div border color is #E80074.


Opacity

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

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

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

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

This text has shadow with #E80074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E80074 on black background.


Color preview on white background

This text has color #E80074 on white background.



Black color preview on #E80074 background

This text has black color on #E80074 background.


White color preview on #E80074 background

This text has white color on #E80074 background.