COLOR #E8008C

HEX: #E8008C
RGB: (232,0,140)

Color info

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

RGB color model

#E8008C color RGB value is (232,0,140).

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

RGB channels and saturation

R 232 of 255 = 91%
G 0 of 255 = 0%
B 140 of 255 = 55%

232
0
140

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

Portions of RGB colors in percentages

R + G + B =
232 + 0 + 140 = 372 (100%)
R 232 of 372 ~ 62.37%
G 0 of 372 ~ 0%
B 140 of 372 ~ 37.63%

%62.37
%37.63

CMYK color model

#E8008C color CMYK value is (0,100,40,9).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 39.66%
  • key color value is 9.02%
CMYK:
(0,100,40,9)
C0M100Y40K9 
(0%,100%,40%,9%)
(0.00/1.00/0.40/0.09)	

CMYK percentages

%0
%100
%39.66
%9.02

Codes

Color #E8008C in popluar color models

E8008C
RGB2320140
HSL324°100.00%45.49%
HSB/HSV324°100.00%90.98%
CMYK0.00%100.00%39.66%
9.02%

Color #E8008C in popluar number systems.

HEXE8008C
Decimal2320140
Binary11101000010001100
Octal3500214

Shades and tints

Shades of #E8008C

#E8008C
(232,0,140)
#D30080
(211,0,128)
#BE0074
(190,0,116)
#A90068
(169,0,104)
#94005C
(148,0,92)
#7F0050
(127,0,80)
#6A0044
(106,0,68)
#550038
(85,0,56)
#40002C
(64,0,44)
#2B0020
(43,0,32)
#160014
(22,0,20)
#000000
(0,0,0)

Tints of #E8008C

#E8008C
(232,0,140)
#EA1796
(234,23,150)
#EC2EA0
(236,46,160)
#EE45AA
(238,69,170)
#F05CB4
(240,92,180)
#F273BE
(242,115,190)
#F48AC8
(244,138,200)
#F6A1D2
(246,161,210)
#F8B8DC
(248,184,220)
#FACFE6
(250,207,230)
#FCE6F0
(252,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8008C; }

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

This text font color is #E8008C.


Background Color

.myBgColor { background-color: #E8008C; }

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

This div background color is #E8008C.


Border color

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

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

This div border color is #E8008C.


Opacity

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

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

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

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

This text has shadow with #E8008C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8008C on black background.


Color preview on white background

This text has color #E8008C on white background.



Black color preview on #E8008C background

This text has black color on #E8008C background.


White color preview on #E8008C background

This text has white color on #E8008C background.