Shades of Hollywood Cerise #E00096
Tints of Hollywood Cerise #E00096
RGB
CMYK
RGB Variations
Color information
#E00096 (or 0xE00096) is known color: Hollywood Cerise. HEX triplet: E0, 00 and 96. RGB value is (224,0,150). Sum of RGB (Red+Green+Blue) = 224+0+150=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E00096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00096 is #1FFF69. Grayscale: #535353. Windows color (decimal): -2097002 or 9830624. OLE color: 9830624.
HSL color Cylindrical-coordinate representation of color #E00096: hue angle of 319.82º 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 #E00096 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.33 | 0.12 |
| HSL | 319.82º | 1% | 0.44% | - |
| HSV(B) | 319.82º | 1% | 0.88% | - |
| XYZ | 36.25 | 18.05 | 30.43 | - |
| YUV | 84.08 | 165.21 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 150 | 0 | 1 | 0.33 | 0.12 | 319.82 | 1 | 0.44 |
| Hex | E0 | 0 | 96 | 0 | 64 | 21 | C | 140 | 64 | 2C |
| Octal | 340 | 0 | 226 | 0 | 144 | 41 | 14 | 500 | 144 | 54 |
| Binary | 11100000 | 0 | 10010110 | 0 | 1100100 | 100001 | 1100 | 101000000 | 1100100 | 101100 |
Color Harmonies of #E00096
Complementary color
Monochromatic Colors of #E00096
Black with #E00096
Text Example
Text Example
White with #E00096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00096; }
p { color: rgb(224,0,150); }
H1.HeaderClassName
{
color: #E00096;
}
.AnyTagClassName
{
color: #E00096;
}
</style>
background-color css
<style>
a { background-color: #E00096; }
a { background-color: rgb(224,0,150); }
div.DivClassName
{
background-color: #E00096;
}
.BgClassName
{
background-color: #E00096;
}
</style>
border-color css
<style>
span { border-color: #E00096; }
span { border-color: rgb(224,0,150); }
td.TdClassName
{
border-color: #E00096;
}
.TagClassName
{
border-color: #E00096;
}
</style>