#E80B80

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

Shades of Deep Pink #E80B80

Tints of Deep Pink #E80B80

Color information

#E80B80 (or 0xE80B80) is unknown color: approx Deep Pink. HEX triplet: E8, 0B and 80. RGB value is (232,11,128). Sum of RGB (Red+Green+Blue) = 232+11+128=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80B80 is #17F47F. Grayscale: #5A5A5A. Windows color (decimal): -1569920 or 8391656. OLE color: 8391656.

HSL color Cylindrical-coordinate representation of color #E80B80: hue angle of 328.24º degrees, saturation: 0.91, 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 #E80B80 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB23211128-
CMYK00.950.450.09
HSL328.24º90.95%47.65%-
HSV(B)328.24º95.26%90.98%-
XYZ37.2918.9522.11-
YUV90.42149.22228.99-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 62.53%
GREEN value IS 11 (4.69% from 255) = 2.96%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=62.53%
G=2.96%
B=34.50%

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
Decimal2321112800.950.450.09328.2490.9547.65
HexE8B8005F2D91485b30
Octal350132000137551151013360
Binary111010001011100000000101111110110110011010010001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80B80; }

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

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

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

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

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

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

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

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