#E80C80

Color #E80C80 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #E80C80

Tints of Deep Pink #E80C80

Color information

#E80C80 (or 0xE80C80) is unknown color: approx Deep Pink. HEX triplet: E8, 0C and 80. RGB value is (232,12,128). Sum of RGB (Red+Green+Blue) = 232+12+128=372 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.37% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80C80 is #17F37F. Grayscale: #5A5A5A. Windows color (decimal): -1569664 or 8391912. OLE color: 8391912.

HSL color Cylindrical-coordinate representation of color #E80C80: hue angle of 328.36º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80C80 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB23212128-
CMYK00.950.450.09
HSL328.36º90.16%47.84%-
HSV(B)328.36º94.83%90.98%-
XYZ37.3118.9822.12-
YUV91148.89228.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 62.37%
GREEN value IS 12 (5.08% from 255) = 3.23%
BLUE value IS 128 (50.39% from 255) = 34.41%
R=62.37%
G=3.23%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321212800.950.450.09328.3690.1647.84
HexE8C8005F2D91485a30
Octal350142000137551151013260
Binary111010001100100000000101111110110110011010010001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80C80; }

 p { color: rgb(232,12,128); }

 H1.HeaderClassName
 {
   color: #E80C80;
 }
 .AnyTagClassName
 {
   color: #E80C80;
 }
</style>
background-color css

<style>
 a { background-color: #E80C80; }

 a { background-color: rgb(232,12,128); }

 div.DivClassName
 {
   background-color: #E80C80;
 }
 .BgClassName
 {
   background-color: #E80C80;
 }
</style>
border-color css

<style>
 span { border-color: #E80C80; }

 span { border-color: rgb(232,12,128); }

 td.TdClassName
 {
   border-color: #E80C80;
 }
 .TagClassName
 {
   border-color: #E80C80;
 }
</style>