#E80FA8

Color #E80FA8 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E80FA8

Tints of Hollywood Cerise #E80FA8

Color information

#E80FA8 (or 0xE80FA8) is unknown color: approx Hollywood Cerise. HEX triplet: E8, 0F and A8. RGB value is (232,15,168). Sum of RGB (Red+Green+Blue) = 232+15+168=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80FA8 is #17F057. Grayscale: #606060. Windows color (decimal): -1568856 or 11014120. OLE color: 11014120.

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

Color convert

RGB23215168-
CMYK00.940.280.09
HSL317.7º87.85%48.43%-
HSV(B)317.7º93.53%90.98%-
XYZ40.5220.3238.83-
YUV97.32167.89224.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.90%
GREEN value IS 15 (6.25% from 255) = 3.61%
BLUE value IS 168 (66.02% from 255) = 40.48%
R=55.90%
G=3.61%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321516800.940.280.09317.787.8548.43
HexE8FA805E1C913e5830
Octal350172500136341147613060
Binary11101000111110101000010111101110010011001111101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80FA8; }

 p { color: rgb(232,15,168); }

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

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

 a { background-color: rgb(232,15,168); }

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

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

 span { border-color: rgb(232,15,168); }

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