Shades of Hollywood Cerise #E10499
Tints of Hollywood Cerise #E10499
RGB
CMYK
RGB Variations
Color information
#E10499 (or 0xE10499) is known color: Hollywood Cerise. HEX triplet: E1, 04 and 99. RGB value is (225,4,153). Sum of RGB (Red+Green+Blue) = 225+4+153=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E10499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10499 is #1EFB66. Grayscale: #565656. Windows color (decimal): -2030439 or 10028257. OLE color: 10028257.
HSL color Cylindrical-coordinate representation of color #E10499: hue angle of 319.55º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10499 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 153 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.12 |
| HSL | 319.55º | 0.97% | 0.45% | - |
| HSV(B) | 319.55º | 0.98% | 0.88% | - |
| XYZ | 36.84 | 18.39 | 31.75 | - |
| YUV | 87.07 | 165.22 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 153 | 0 | 0.98 | 0.32 | 0.12 | 319.55 | 0.97 | 0.45 |
| Hex | E1 | 4 | 99 | 0 | 62 | 20 | C | 140 | 61 | 2D |
| Octal | 341 | 4 | 231 | 0 | 142 | 40 | 14 | 500 | 141 | 55 |
| Binary | 11100001 | 100 | 10011001 | 0 | 1100010 | 100000 | 1100 | 101000000 | 1100001 | 101101 |
Color Harmonies of #E10499
Complementary color
Monochromatic Colors of #E10499
Black with #E10499
Text Example
Text Example
White with #E10499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10499; }
p { color: rgb(225,4,153); }
H1.HeaderClassName
{
color: #E10499;
}
.AnyTagClassName
{
color: #E10499;
}
</style>
background-color css
<style>
a { background-color: #E10499; }
a { background-color: rgb(225,4,153); }
div.DivClassName
{
background-color: #E10499;
}
.BgClassName
{
background-color: #E10499;
}
</style>
border-color css
<style>
span { border-color: #E10499; }
span { border-color: rgb(225,4,153); }
td.TdClassName
{
border-color: #E10499;
}
.TagClassName
{
border-color: #E10499;
}
</style>