Shades of Hollywood Cerise #E00997
Tints of Hollywood Cerise #E00997
RGB
CMYK
RGB Variations
Color information
#E00997 (or 0xE00997) is known color: Hollywood Cerise. HEX triplet: E0, 09 and 97. RGB value is (224,9,151). Sum of RGB (Red+Green+Blue) = 224+9+151=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E00997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00997 is #1FF668. Grayscale: #595959. Windows color (decimal): -2094697 or 9898464. OLE color: 9898464.
HSL color Cylindrical-coordinate representation of color #E00997: hue angle of 320.37º 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 #E00997 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 151 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.12 |
| HSL | 320.37º | 0.92% | 0.46% | - |
| HSV(B) | 320.37º | 0.96% | 0.88% | - |
| XYZ | 36.42 | 18.28 | 30.89 | - |
| YUV | 89.47 | 162.73 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 151 | 0 | 0.96 | 0.33 | 0.12 | 320.37 | 0.92 | 0.46 |
| Hex | E0 | 9 | 97 | 0 | 60 | 21 | C | 140 | 5C | 2E |
| Octal | 340 | 11 | 227 | 0 | 140 | 41 | 14 | 500 | 134 | 56 |
| Binary | 11100000 | 1001 | 10010111 | 0 | 1100000 | 100001 | 1100 | 101000000 | 1011100 | 101110 |
Color Harmonies of #E00997
Complementary color
Monochromatic Colors of #E00997
Black with #E00997
Text Example
Text Example
White with #E00997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00997; }
p { color: rgb(224,9,151); }
H1.HeaderClassName
{
color: #E00997;
}
.AnyTagClassName
{
color: #E00997;
}
</style>
background-color css
<style>
a { background-color: #E00997; }
a { background-color: rgb(224,9,151); }
div.DivClassName
{
background-color: #E00997;
}
.BgClassName
{
background-color: #E00997;
}
</style>
border-color css
<style>
span { border-color: #E00997; }
span { border-color: rgb(224,9,151); }
td.TdClassName
{
border-color: #E00997;
}
.TagClassName
{
border-color: #E00997;
}
</style>