Shades of Hollywood Cerise #E00792
Tints of Hollywood Cerise #E00792
RGB
CMYK
RGB Variations
Color information
#E00792 (or 0xE00792) is known color: Hollywood Cerise. HEX triplet: E0, 07 and 92. RGB value is (224,7,146). Sum of RGB (Red+Green+Blue) = 224+7+146=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E00792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00792 is #1FF86D. Grayscale: #575757. Windows color (decimal): -2095214 or 9570272. OLE color: 9570272.
HSL color Cylindrical-coordinate representation of color #E00792: hue angle of 321.57º 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 #E00792 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 146 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.12 |
| HSL | 321.57º | 0.94% | 0.45% | - |
| HSV(B) | 321.57º | 0.97% | 0.88% | - |
| XYZ | 36 | 18.07 | 28.79 | - |
| YUV | 87.73 | 160.89 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 146 | 0 | 0.97 | 0.35 | 0.12 | 321.57 | 0.94 | 0.45 |
| Hex | E0 | 7 | 92 | 0 | 61 | 23 | C | 142 | 5E | 2D |
| Octal | 340 | 7 | 222 | 0 | 141 | 43 | 14 | 502 | 136 | 55 |
| Binary | 11100000 | 111 | 10010010 | 0 | 1100001 | 100011 | 1100 | 101000010 | 1011110 | 101101 |
Color Harmonies of #E00792
Complementary color
Monochromatic Colors of #E00792
Black with #E00792
Text Example
Text Example
White with #E00792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00792; }
p { color: rgb(224,7,146); }
H1.HeaderClassName
{
color: #E00792;
}
.AnyTagClassName
{
color: #E00792;
}
</style>
background-color css
<style>
a { background-color: #E00792; }
a { background-color: rgb(224,7,146); }
div.DivClassName
{
background-color: #E00792;
}
.BgClassName
{
background-color: #E00792;
}
</style>
border-color css
<style>
span { border-color: #E00792; }
span { border-color: rgb(224,7,146); }
td.TdClassName
{
border-color: #E00792;
}
.TagClassName
{
border-color: #E00792;
}
</style>