Shades of Hollywood Cerise #E00C97
Tints of Hollywood Cerise #E00C97
RGB
CMYK
RGB Variations
Color information
#E00C97 (or 0xE00C97) is known color: Hollywood Cerise. HEX triplet: E0, 0C and 97. RGB value is (224,12,151). Sum of RGB (Red+Green+Blue) = 224+12+151=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00C97 is #1FF368. Grayscale: #5A5A5A. Windows color (decimal): -2093929 or 9899232. OLE color: 9899232.
HSL color Cylindrical-coordinate representation of color #E00C97: hue angle of 320.66º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00C97 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 151 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.12 |
| HSL | 320.66º | 0.9% | 0.46% | - |
| HSV(B) | 320.66º | 0.95% | 0.88% | - |
| XYZ | 36.46 | 18.34 | 30.9 | - |
| YUV | 91.23 | 161.74 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 151 | 0 | 0.95 | 0.33 | 0.12 | 320.66 | 0.9 | 0.46 |
| Hex | E0 | C | 97 | 0 | 5F | 21 | C | 141 | 5A | 2E |
| Octal | 340 | 14 | 227 | 0 | 137 | 41 | 14 | 501 | 132 | 56 |
| Binary | 11100000 | 1100 | 10010111 | 0 | 1011111 | 100001 | 1100 | 101000001 | 1011010 | 101110 |
Color Harmonies of #E00C97
Complementary color
Monochromatic Colors of #E00C97
Black with #E00C97
Text Example
Text Example
White with #E00C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C97; }
p { color: rgb(224,12,151); }
H1.HeaderClassName
{
color: #E00C97;
}
.AnyTagClassName
{
color: #E00C97;
}
</style>
background-color css
<style>
a { background-color: #E00C97; }
a { background-color: rgb(224,12,151); }
div.DivClassName
{
background-color: #E00C97;
}
.BgClassName
{
background-color: #E00C97;
}
</style>
border-color css
<style>
span { border-color: #E00C97; }
span { border-color: rgb(224,12,151); }
td.TdClassName
{
border-color: #E00C97;
}
.TagClassName
{
border-color: #E00C97;
}
</style>