Shades of Hollywood Cerise #E10C97
Tints of Hollywood Cerise #E10C97
RGB
CMYK
RGB Variations
Color information
#E10C97 (or 0xE10C97) is known color: Hollywood Cerise. HEX triplet: E1, 0C and 97. RGB value is (225,12,151). Sum of RGB (Red+Green+Blue) = 225+12+151=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10C97 is #1EF368. Grayscale: #5B5B5B. Windows color (decimal): -2028393 or 9899233. OLE color: 9899233.
HSL color Cylindrical-coordinate representation of color #E10C97: hue angle of 320.85º 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 #E10C97 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 151 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.12 |
| HSL | 320.85º | 0.9% | 0.46% | - |
| HSV(B) | 320.85º | 0.95% | 0.88% | - |
| XYZ | 36.77 | 18.5 | 30.91 | - |
| YUV | 91.53 | 161.57 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 151 | 0 | 0.95 | 0.33 | 0.12 | 320.85 | 0.9 | 0.46 |
| Hex | E1 | C | 97 | 0 | 5F | 21 | C | 141 | 5A | 2E |
| Octal | 341 | 14 | 227 | 0 | 137 | 41 | 14 | 501 | 132 | 56 |
| Binary | 11100001 | 1100 | 10010111 | 0 | 1011111 | 100001 | 1100 | 101000001 | 1011010 | 101110 |
Color Harmonies of #E10C97
Complementary color
Monochromatic Colors of #E10C97
Black with #E10C97
Text Example
Text Example
White with #E10C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C97; }
p { color: rgb(225,12,151); }
H1.HeaderClassName
{
color: #E10C97;
}
.AnyTagClassName
{
color: #E10C97;
}
</style>
background-color css
<style>
a { background-color: #E10C97; }
a { background-color: rgb(225,12,151); }
div.DivClassName
{
background-color: #E10C97;
}
.BgClassName
{
background-color: #E10C97;
}
</style>
border-color css
<style>
span { border-color: #E10C97; }
span { border-color: rgb(225,12,151); }
td.TdClassName
{
border-color: #E10C97;
}
.TagClassName
{
border-color: #E10C97;
}
</style>