#e00799

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

Shades of Hollywood Cerise #E00799

Tints of Hollywood Cerise #E00799

Color information

#E00799 (or 0xE00799) is unknown color: approx Hollywood Cerise. HEX triplet: E0, 07 and 99. RGB value is (224,7,153). Sum of RGB (Red+Green+Blue) = 224+7+153=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E00799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00799 is #1FF866. Grayscale: #585858. Windows color (decimal): -2095207 or 10029024. OLE color: 10029024.

HSL color Cylindrical-coordinate representation of color #E00799: hue angle of 319.63º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00799 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB2247153-
CMYK00.970.320.12
HSL319.63º93.94%45.29%-
HSV(B)319.63º96.88%87.84%-
XYZ36.5718.331.74-
YUV88.53164.39224.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.33%
GREEN value IS 7 (3.12% from 255) = 1.82%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=58.33%
G=1.82%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224715300.970.320.12319.6393.9445.29
HexE079906120C1405e2d
Octal34072310141401450013655
Binary11100000111100110010110000110000011001010000001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e00799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e00799; }

 p { color: rgb(224,7,153); }

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

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

 a { background-color: rgb(224,7,153); }

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

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

 span { border-color: rgb(224,7,153); }

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