Shades of Hollywood Cerise #E00991
Tints of Hollywood Cerise #E00991
RGB
CMYK
RGB Variations
Color information
#E00991 (or 0xE00991) is known color: Hollywood Cerise. HEX triplet: E0, 09 and 91. RGB value is (224,9,145). Sum of RGB (Red+Green+Blue) = 224+9+145=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E00991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00991 is #1FF66E. Grayscale: #585858. Windows color (decimal): -2094703 or 9505248. OLE color: 9505248.
HSL color Cylindrical-coordinate representation of color #E00991: hue angle of 322.05º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00991 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 145 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.12 |
| HSL | 322.05º | 0.92% | 0.46% | - |
| HSV(B) | 322.05º | 0.96% | 0.88% | - |
| XYZ | 35.95 | 18.09 | 28.38 | - |
| YUV | 88.79 | 159.73 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 145 | 0 | 0.96 | 0.35 | 0.12 | 322.05 | 0.92 | 0.46 |
| Hex | E0 | 9 | 91 | 0 | 60 | 23 | C | 142 | 5C | 2E |
| Octal | 340 | 11 | 221 | 0 | 140 | 43 | 14 | 502 | 134 | 56 |
| Binary | 11100000 | 1001 | 10010001 | 0 | 1100000 | 100011 | 1100 | 101000010 | 1011100 | 101110 |
Color Harmonies of #E00991
Complementary color
Monochromatic Colors of #E00991
Black with #E00991
Text Example
Text Example
White with #E00991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00991; }
p { color: rgb(224,9,145); }
H1.HeaderClassName
{
color: #E00991;
}
.AnyTagClassName
{
color: #E00991;
}
</style>
background-color css
<style>
a { background-color: #E00991; }
a { background-color: rgb(224,9,145); }
div.DivClassName
{
background-color: #E00991;
}
.BgClassName
{
background-color: #E00991;
}
</style>
border-color css
<style>
span { border-color: #E00991; }
span { border-color: rgb(224,9,145); }
td.TdClassName
{
border-color: #E00991;
}
.TagClassName
{
border-color: #E00991;
}
</style>