Shades of Hollywood Cerise #E0028E
Tints of Hollywood Cerise #E0028E
RGB
CMYK
RGB Variations
Color information
#E0028E (or 0xE0028E) is known color: Hollywood Cerise. HEX triplet: E0, 02 and 8E. RGB value is (224,2,142). Sum of RGB (Red+Green+Blue) = 224+2+142=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E0028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0028E is #1FFD71. Grayscale: #545454. Windows color (decimal): -2096498 or 9306848. OLE color: 9306848.
HSL color Cylindrical-coordinate representation of color #E0028E: hue angle of 322.16º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0028E is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.12 |
| HSL | 322.16º | 0.98% | 0.44% | - |
| HSV(B) | 322.16º | 0.99% | 0.88% | - |
| XYZ | 35.64 | 17.84 | 27.16 | - |
| YUV | 84.34 | 160.55 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 142 | 0 | 0.99 | 0.37 | 0.12 | 322.16 | 0.98 | 0.44 |
| Hex | E0 | 2 | 8E | 0 | 63 | 25 | C | 142 | 62 | 2C |
| Octal | 340 | 2 | 216 | 0 | 143 | 45 | 14 | 502 | 142 | 54 |
| Binary | 11100000 | 10 | 10001110 | 0 | 1100011 | 100101 | 1100 | 101000010 | 1100010 | 101100 |
Color Harmonies of #E0028E
Complementary color
Monochromatic Colors of #E0028E
Black with #E0028E
Text Example
Text Example
White with #E0028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0028E; }
p { color: rgb(224,2,142); }
H1.HeaderClassName
{
color: #E0028E;
}
.AnyTagClassName
{
color: #E0028E;
}
</style>
background-color css
<style>
a { background-color: #E0028E; }
a { background-color: rgb(224,2,142); }
div.DivClassName
{
background-color: #E0028E;
}
.BgClassName
{
background-color: #E0028E;
}
</style>
border-color css
<style>
span { border-color: #E0028E; }
span { border-color: rgb(224,2,142); }
td.TdClassName
{
border-color: #E0028E;
}
.TagClassName
{
border-color: #E0028E;
}
</style>