#E815A2

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

Shades of Hollywood Cerise #E815A2

Tints of Hollywood Cerise #E815A2

Color information

#E815A2 (or 0xE815A2) is unknown color: approx Hollywood Cerise. HEX triplet: E8, 15 and A2. RGB value is (232,21,162). Sum of RGB (Red+Green+Blue) = 232+21+162=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E815A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E815A2 is #17EA5D. Grayscale: #636363. Windows color (decimal): -1567326 or 10622440. OLE color: 10622440.

HSL color Cylindrical-coordinate representation of color #E815A2: hue angle of 319.91º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E815A2 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB23221162-
CMYK00.910.300.09
HSL319.91º83.4%49.61%-
HSV(B)319.91º90.95%90.98%-
XYZ40.0720.335.99-
YUV100.16162.9222.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.90%
GREEN value IS 21 (8.59% from 255) = 5.06%
BLUE value IS 162 (63.67% from 255) = 39.04%
R=55.90%
G=5.06%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322116200.910.300.09319.9183.449.61
HexE815A205B1E91405332
Octal350252420133361150012362
Binary111010001010110100010010110111111010011010000001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E815A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E815A2; }

 p { color: rgb(232,21,162); }

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

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

 a { background-color: rgb(232,21,162); }

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

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

 span { border-color: rgb(232,21,162); }

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