Shades of Hollywood Cerise #E0078E
Tints of Hollywood Cerise #E0078E
RGB
CMYK
RGB Variations
Color information
#E0078E (or 0xE0078E) is known color: Hollywood Cerise. HEX triplet: E0, 07 and 8E. RGB value is (224,7,142). Sum of RGB (Red+Green+Blue) = 224+7+142=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E0078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0078E is #1FF871. Grayscale: #565656. Windows color (decimal): -2095218 or 9308128. OLE color: 9308128.
HSL color Cylindrical-coordinate representation of color #E0078E: hue angle of 322.67º 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 #E0078E is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 142 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.12 |
| HSL | 322.67º | 0.94% | 0.45% | - |
| HSV(B) | 322.67º | 0.97% | 0.88% | - |
| XYZ | 35.7 | 17.95 | 27.17 | - |
| YUV | 87.27 | 158.89 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 142 | 0 | 0.97 | 0.37 | 0.12 | 322.67 | 0.94 | 0.45 |
| Hex | E0 | 7 | 8E | 0 | 61 | 25 | C | 143 | 5E | 2D |
| Octal | 340 | 7 | 216 | 0 | 141 | 45 | 14 | 503 | 136 | 55 |
| Binary | 11100000 | 111 | 10001110 | 0 | 1100001 | 100101 | 1100 | 101000011 | 1011110 | 101101 |
Color Harmonies of #E0078E
Complementary color
Monochromatic Colors of #E0078E
Black with #E0078E
Text Example
Text Example
White with #E0078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0078E; }
p { color: rgb(224,7,142); }
H1.HeaderClassName
{
color: #E0078E;
}
.AnyTagClassName
{
color: #E0078E;
}
</style>
background-color css
<style>
a { background-color: #E0078E; }
a { background-color: rgb(224,7,142); }
div.DivClassName
{
background-color: #E0078E;
}
.BgClassName
{
background-color: #E0078E;
}
</style>
border-color css
<style>
span { border-color: #E0078E; }
span { border-color: rgb(224,7,142); }
td.TdClassName
{
border-color: #E0078E;
}
.TagClassName
{
border-color: #E0078E;
}
</style>