Shades of Hollywood Cerise #E10596
Tints of Hollywood Cerise #E10596
RGB
CMYK
RGB Variations
Color information
#E10596 (or 0xE10596) is known color: Hollywood Cerise. HEX triplet: E1, 05 and 96. RGB value is (225,5,150). Sum of RGB (Red+Green+Blue) = 225+5+150=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E10596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10596 is #1EFA69. Grayscale: #565656. Windows color (decimal): -2030186 or 9831905. OLE color: 9831905.
HSL color Cylindrical-coordinate representation of color #E10596: hue angle of 320.45º degrees, saturation: 0.96, 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 #E10596 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 150 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.12 |
| HSL | 320.45º | 0.96% | 0.45% | - |
| HSV(B) | 320.45º | 0.98% | 0.88% | - |
| XYZ | 36.61 | 18.32 | 30.46 | - |
| YUV | 87.31 | 163.39 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 150 | 0 | 0.98 | 0.33 | 0.12 | 320.45 | 0.96 | 0.45 |
| Hex | E1 | 5 | 96 | 0 | 62 | 21 | C | 140 | 60 | 2D |
| Octal | 341 | 5 | 226 | 0 | 142 | 41 | 14 | 500 | 140 | 55 |
| Binary | 11100001 | 101 | 10010110 | 0 | 1100010 | 100001 | 1100 | 101000000 | 1100000 | 101101 |
Color Harmonies of #E10596
Complementary color
Monochromatic Colors of #E10596
Black with #E10596
Text Example
Text Example
White with #E10596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10596; }
p { color: rgb(225,5,150); }
H1.HeaderClassName
{
color: #E10596;
}
.AnyTagClassName
{
color: #E10596;
}
</style>
background-color css
<style>
a { background-color: #E10596; }
a { background-color: rgb(225,5,150); }
div.DivClassName
{
background-color: #E10596;
}
.BgClassName
{
background-color: #E10596;
}
</style>
border-color css
<style>
span { border-color: #E10596; }
span { border-color: rgb(225,5,150); }
td.TdClassName
{
border-color: #E10596;
}
.TagClassName
{
border-color: #E10596;
}
</style>