Shades of Hollywood Cerise #E0008E
Tints of Hollywood Cerise #E0008E
RGB
CMYK
RGB Variations
Color information
#E0008E (or 0xE0008E) is known color: Hollywood Cerise. HEX triplet: E0, 00 and 8E. RGB value is (224,0,142). Sum of RGB (Red+Green+Blue) = 224+0+142=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E0008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0008E is #1FFF71. Grayscale: #525252. Windows color (decimal): -2097010 or 9306336. OLE color: 9306336.
HSL color Cylindrical-coordinate representation of color #E0008E: hue angle of 321.96º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0008E is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.37 | 0.12 |
| HSL | 321.96º | 1% | 0.44% | - |
| HSV(B) | 321.96º | 1% | 0.88% | - |
| XYZ | 35.62 | 17.8 | 27.15 | - |
| YUV | 83.16 | 161.21 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 142 | 0 | 1 | 0.37 | 0.12 | 321.96 | 1 | 0.44 |
| Hex | E0 | 0 | 8E | 0 | 64 | 25 | C | 142 | 64 | 2C |
| Octal | 340 | 0 | 216 | 0 | 144 | 45 | 14 | 502 | 144 | 54 |
| Binary | 11100000 | 0 | 10001110 | 0 | 1100100 | 100101 | 1100 | 101000010 | 1100100 | 101100 |
Color Harmonies of #E0008E
Complementary color
Monochromatic Colors of #E0008E
Black with #E0008E
Text Example
Text Example
White with #E0008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0008E; }
p { color: rgb(224,0,142); }
H1.HeaderClassName
{
color: #E0008E;
}
.AnyTagClassName
{
color: #E0008E;
}
</style>
background-color css
<style>
a { background-color: #E0008E; }
a { background-color: rgb(224,0,142); }
div.DivClassName
{
background-color: #E0008E;
}
.BgClassName
{
background-color: #E0008E;
}
</style>
border-color css
<style>
span { border-color: #E0008E; }
span { border-color: rgb(224,0,142); }
td.TdClassName
{
border-color: #E0008E;
}
.TagClassName
{
border-color: #E0008E;
}
</style>