Shades of Hollywood Cerise #E10997
Tints of Hollywood Cerise #E10997
RGB
CMYK
RGB Variations
Color information
#E10997 (or 0xE10997) is known color: Hollywood Cerise. HEX triplet: E1, 09 and 97. RGB value is (225,9,151). Sum of RGB (Red+Green+Blue) = 225+9+151=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E10997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10997 is #1EF668. Grayscale: #595959. Windows color (decimal): -2029161 or 9898465. OLE color: 9898465.
HSL color Cylindrical-coordinate representation of color #E10997: hue angle of 320.56º 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 #E10997 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 151 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.12 |
| HSL | 320.56º | 0.92% | 0.46% | - |
| HSV(B) | 320.56º | 0.96% | 0.88% | - |
| XYZ | 36.73 | 18.44 | 30.9 | - |
| YUV | 89.77 | 162.56 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 151 | 0 | 0.96 | 0.33 | 0.12 | 320.56 | 0.92 | 0.46 |
| Hex | E1 | 9 | 97 | 0 | 60 | 21 | C | 141 | 5C | 2E |
| Octal | 341 | 11 | 227 | 0 | 140 | 41 | 14 | 501 | 134 | 56 |
| Binary | 11100001 | 1001 | 10010111 | 0 | 1100000 | 100001 | 1100 | 101000001 | 1011100 | 101110 |
Color Harmonies of #E10997
Complementary color
Monochromatic Colors of #E10997
Black with #E10997
Text Example
Text Example
White with #E10997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10997; }
p { color: rgb(225,9,151); }
H1.HeaderClassName
{
color: #E10997;
}
.AnyTagClassName
{
color: #E10997;
}
</style>
background-color css
<style>
a { background-color: #E10997; }
a { background-color: rgb(225,9,151); }
div.DivClassName
{
background-color: #E10997;
}
.BgClassName
{
background-color: #E10997;
}
</style>
border-color css
<style>
span { border-color: #E10997; }
span { border-color: rgb(225,9,151); }
td.TdClassName
{
border-color: #E10997;
}
.TagClassName
{
border-color: #E10997;
}
</style>