#E000A8

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

Shades of Hollywood Cerise #E000A8

Tints of Hollywood Cerise #E000A8

Color information

#E000A8 (or 0xE000A8) is unknown color: approx Hollywood Cerise. HEX triplet: E0, 00 and A8. RGB value is (224,0,168). Sum of RGB (Red+Green+Blue) = 224+0+168=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E000A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E000A8 is #1FFF57. Grayscale: #555555. Windows color (decimal): -2096984 or 11010272. OLE color: 11010272.

HSL color Cylindrical-coordinate representation of color #E000A8: hue angle of 315º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000A8 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB2240168-
CMYK010.250.12
HSL315º100%43.92%-
HSV(B)315º100%87.84%-
XYZ37.8118.6738.66-
YUV86.13174.21226.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 168 (66.02% from 255) = 42.86%
R=57.14%
G=0%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2240168010.250.1231510043.92
HexE00A806419C13b642c
Octal34002500144311447314454
Binary11100000010101000011001001100111001001110111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E000A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E000A8; }

 p { color: rgb(224,0,168); }

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

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

 a { background-color: rgb(224,0,168); }

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

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

 span { border-color: rgb(224,0,168); }

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