Shades of Hollywood Cerise #E0079E
Tints of Hollywood Cerise #E0079E
RGB
CMYK
RGB Variations
Color information
#E0079E (or 0xE0079E) is known color: Hollywood Cerise. HEX triplet: E0, 07 and 9E. RGB value is (224,7,158). Sum of RGB (Red+Green+Blue) = 224+7+158=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E0079E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0079E is #1FF861. Grayscale: #585858. Windows color (decimal): -2095202 or 10356704. OLE color: 10356704.
HSL color Cylindrical-coordinate representation of color #E0079E: hue angle of 318.25º 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 #E0079E is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 158 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.12 |
| HSL | 318.25º | 0.94% | 0.45% | - |
| HSV(B) | 318.25º | 0.97% | 0.88% | - |
| XYZ | 36.99 | 18.47 | 33.96 | - |
| YUV | 89.1 | 166.89 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 158 | 0 | 0.97 | 0.29 | 0.12 | 318.25 | 0.94 | 0.45 |
| Hex | E0 | 7 | 9E | 0 | 61 | 1D | C | 13E | 5E | 2D |
| Octal | 340 | 7 | 236 | 0 | 141 | 35 | 14 | 476 | 136 | 55 |
| Binary | 11100000 | 111 | 10011110 | 0 | 1100001 | 11101 | 1100 | 100111110 | 1011110 | 101101 |
Color Harmonies of #E0079E
Complementary color
Monochromatic Colors of #E0079E
Black with #E0079E
Text Example
Text Example
White with #E0079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0079E; }
p { color: rgb(224,7,158); }
H1.HeaderClassName
{
color: #E0079E;
}
.AnyTagClassName
{
color: #E0079E;
}
</style>
background-color css
<style>
a { background-color: #E0079E; }
a { background-color: rgb(224,7,158); }
div.DivClassName
{
background-color: #E0079E;
}
.BgClassName
{
background-color: #E0079E;
}
</style>
border-color css
<style>
span { border-color: #E0079E; }
span { border-color: rgb(224,7,158); }
td.TdClassName
{
border-color: #E0079E;
}
.TagClassName
{
border-color: #E0079E;
}
</style>