Shades of Hollywood Cerise #E00088
Tints of Hollywood Cerise #E00088
RGB
CMYK
RGB Variations
Color information
#E00088 (or 0xE00088) is known color: Hollywood Cerise. HEX triplet: E0, 00 and 88. RGB value is (224,0,136). Sum of RGB (Red+Green+Blue) = 224+0+136=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E00088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00088 is #1FFF77. Grayscale: #525252. Windows color (decimal): -2097016 or 8913120. OLE color: 8913120.
HSL color Cylindrical-coordinate representation of color #E00088: hue angle of 323.57º 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 #E00088 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 136 | - |
| CMYK | 0 | 1 | 0.39 | 0.12 |
| HSL | 323.57º | 1% | 0.44% | - |
| HSV(B) | 323.57º | 1% | 0.88% | - |
| XYZ | 35.18 | 17.62 | 24.84 | - |
| YUV | 82.48 | 158.21 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 136 | 0 | 1 | 0.39 | 0.12 | 323.57 | 1 | 0.44 |
| Hex | E0 | 0 | 88 | 0 | 64 | 27 | C | 144 | 64 | 2C |
| Octal | 340 | 0 | 210 | 0 | 144 | 47 | 14 | 504 | 144 | 54 |
| Binary | 11100000 | 0 | 10001000 | 0 | 1100100 | 100111 | 1100 | 101000100 | 1100100 | 101100 |
Color Harmonies of #E00088
Complementary color
Monochromatic Colors of #E00088
Black with #E00088
Text Example
Text Example
White with #E00088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00088; }
p { color: rgb(224,0,136); }
H1.HeaderClassName
{
color: #E00088;
}
.AnyTagClassName
{
color: #E00088;
}
</style>
background-color css
<style>
a { background-color: #E00088; }
a { background-color: rgb(224,0,136); }
div.DivClassName
{
background-color: #E00088;
}
.BgClassName
{
background-color: #E00088;
}
</style>
border-color css
<style>
span { border-color: #E00088; }
span { border-color: rgb(224,0,136); }
td.TdClassName
{
border-color: #E00088;
}
.TagClassName
{
border-color: #E00088;
}
</style>