#E807A2

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

Shades of Hollywood Cerise #E807A2

Tints of Hollywood Cerise #E807A2

Color information

#E807A2 (or 0xE807A2) is unknown color: approx Hollywood Cerise. HEX triplet: E8, 07 and A2. RGB value is (232,7,162). Sum of RGB (Red+Green+Blue) = 232+7+162=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E807A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E807A2 is #17F85D. Grayscale: #5B5B5B. Windows color (decimal): -1570910 or 10618856. OLE color: 10618856.

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

Color convert

RGB2327162-
CMYK00.970.300.09
HSL318.67º94.14%46.86%-
HSV(B)318.67º96.98%90.98%-
XYZ39.8819.9235.92-
YUV91.94167.54227.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.86%
GREEN value IS 7 (3.12% from 255) = 1.75%
BLUE value IS 162 (63.67% from 255) = 40.40%
R=57.86%
G=1.75%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232716200.970.300.09318.6794.1446.86
HexE87A20611E913f5e2f
Octal35072420141361147713657
Binary1110100011110100010011000011111010011001111111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E807A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E807A2; }

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

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

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

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

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

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

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

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