Shades of Hollywood Cerise #E10999
Tints of Hollywood Cerise #E10999
RGB
CMYK
RGB Variations
Color information
#E10999 (or 0xE10999) is known color: Hollywood Cerise. HEX triplet: E1, 09 and 99. RGB value is (225,9,153). Sum of RGB (Red+Green+Blue) = 225+9+153=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E10999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10999 is #1EF666. Grayscale: #595959. Windows color (decimal): -2029159 or 10029537. OLE color: 10029537.
HSL color Cylindrical-coordinate representation of color #E10999: hue angle of 320º 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 #E10999 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 153 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.12 |
| HSL | 320º | 0.92% | 0.46% | - |
| HSV(B) | 320º | 0.96% | 0.88% | - |
| XYZ | 36.9 | 18.5 | 31.76 | - |
| YUV | 90 | 163.56 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 153 | 0 | 0.96 | 0.32 | 0.12 | 320 | 0.92 | 0.46 |
| Hex | E1 | 9 | 99 | 0 | 60 | 20 | C | 140 | 5C | 2E |
| Octal | 341 | 11 | 231 | 0 | 140 | 40 | 14 | 500 | 134 | 56 |
| Binary | 11100001 | 1001 | 10011001 | 0 | 1100000 | 100000 | 1100 | 101000000 | 1011100 | 101110 |
Color Harmonies of #E10999
Complementary color
Monochromatic Colors of #E10999
Black with #E10999
Text Example
Text Example
White with #E10999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10999; }
p { color: rgb(225,9,153); }
H1.HeaderClassName
{
color: #E10999;
}
.AnyTagClassName
{
color: #E10999;
}
</style>
background-color css
<style>
a { background-color: #E10999; }
a { background-color: rgb(225,9,153); }
div.DivClassName
{
background-color: #E10999;
}
.BgClassName
{
background-color: #E10999;
}
</style>
border-color css
<style>
span { border-color: #E10999; }
span { border-color: rgb(225,9,153); }
td.TdClassName
{
border-color: #E10999;
}
.TagClassName
{
border-color: #E10999;
}
</style>