#e80497

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

Shades of Hollywood Cerise #E80497

Tints of Hollywood Cerise #E80497

Color information

#E80497 (or 0xE80497) is unknown color: approx Hollywood Cerise. HEX triplet: E8, 04 and 97. RGB value is (232,4,151). Sum of RGB (Red+Green+Blue) = 232+4+151=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E80497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80497 is #17FB68. Grayscale: #585858. Windows color (decimal): -1571689 or 9897192. OLE color: 9897192.

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

Color convert

RGB2324151-
CMYK00.980.350.09
HSL321.32º96.61%46.27%-
HSV(B)321.32º98.28%90.98%-
XYZ38.9119.4830.99-
YUV88.93163.04230.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 59.95%
GREEN value IS 4 (1.95% from 255) = 1.03%
BLUE value IS 151 (59.38% from 255) = 39.02%
R=59.95%
G=1.03%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232415100.980.350.09321.3296.6146.27
HexE8497062239141612e
Octal35042270142431150114156
Binary11101000100100101110110001010001110011010000011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e80497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e80497; }

 p { color: rgb(232,4,151); }

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

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

 a { background-color: rgb(232,4,151); }

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

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

 span { border-color: rgb(232,4,151); }

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