Shades of Hollywood Cerise #E0088E
Tints of Hollywood Cerise #E0088E
RGB
CMYK
RGB Variations
Color information
#E0088E (or 0xE0088E) is known color: Hollywood Cerise. HEX triplet: E0, 08 and 8E. RGB value is (224,8,142). Sum of RGB (Red+Green+Blue) = 224+8+142=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E0088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0088E is #1FF771. Grayscale: #575757. Windows color (decimal): -2094962 or 9308384. OLE color: 9308384.
HSL color Cylindrical-coordinate representation of color #E0088E: hue angle of 322.78º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0088E is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 142 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.12 |
| HSL | 322.78º | 0.93% | 0.45% | - |
| HSV(B) | 322.78º | 0.96% | 0.88% | - |
| XYZ | 35.71 | 17.97 | 27.18 | - |
| YUV | 87.86 | 158.56 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 142 | 0 | 0.96 | 0.37 | 0.12 | 322.78 | 0.93 | 0.45 |
| Hex | E0 | 8 | 8E | 0 | 60 | 25 | C | 143 | 5D | 2D |
| Octal | 340 | 10 | 216 | 0 | 140 | 45 | 14 | 503 | 135 | 55 |
| Binary | 11100000 | 1000 | 10001110 | 0 | 1100000 | 100101 | 1100 | 101000011 | 1011101 | 101101 |
Color Harmonies of #E0088E
Complementary color
Monochromatic Colors of #E0088E
Black with #E0088E
Text Example
Text Example
White with #E0088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0088E; }
p { color: rgb(224,8,142); }
H1.HeaderClassName
{
color: #E0088E;
}
.AnyTagClassName
{
color: #E0088E;
}
</style>
background-color css
<style>
a { background-color: #E0088E; }
a { background-color: rgb(224,8,142); }
div.DivClassName
{
background-color: #E0088E;
}
.BgClassName
{
background-color: #E0088E;
}
</style>
border-color css
<style>
span { border-color: #E0088E; }
span { border-color: rgb(224,8,142); }
td.TdClassName
{
border-color: #E0088E;
}
.TagClassName
{
border-color: #E0088E;
}
</style>