Shades of Hollywood Cerise #E10598
Tints of Hollywood Cerise #E10598
RGB
CMYK
RGB Variations
Color information
#E10598 (or 0xE10598) is known color: Hollywood Cerise. HEX triplet: E1, 05 and 98. RGB value is (225,5,152). Sum of RGB (Red+Green+Blue) = 225+5+152=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E10598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10598 is #1EFA67. Grayscale: #575757. Windows color (decimal): -2030184 or 9962977. OLE color: 9962977.
HSL color Cylindrical-coordinate representation of color #E10598: hue angle of 319.91º 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 #E10598 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 152 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.12 |
| HSL | 319.91º | 0.96% | 0.45% | - |
| HSV(B) | 319.91º | 0.98% | 0.88% | - |
| XYZ | 36.77 | 18.38 | 31.32 | - |
| YUV | 87.54 | 164.39 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 152 | 0 | 0.98 | 0.32 | 0.12 | 319.91 | 0.96 | 0.45 |
| Hex | E1 | 5 | 98 | 0 | 62 | 20 | C | 140 | 60 | 2D |
| Octal | 341 | 5 | 230 | 0 | 142 | 40 | 14 | 500 | 140 | 55 |
| Binary | 11100001 | 101 | 10011000 | 0 | 1100010 | 100000 | 1100 | 101000000 | 1100000 | 101101 |
Color Harmonies of #E10598
Complementary color
Monochromatic Colors of #E10598
Black with #E10598
Text Example
Text Example
White with #E10598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10598; }
p { color: rgb(225,5,152); }
H1.HeaderClassName
{
color: #E10598;
}
.AnyTagClassName
{
color: #E10598;
}
</style>
background-color css
<style>
a { background-color: #E10598; }
a { background-color: rgb(225,5,152); }
div.DivClassName
{
background-color: #E10598;
}
.BgClassName
{
background-color: #E10598;
}
</style>
border-color css
<style>
span { border-color: #E10598; }
span { border-color: rgb(225,5,152); }
td.TdClassName
{
border-color: #E10598;
}
.TagClassName
{
border-color: #E10598;
}
</style>