Shades of Hollywood Cerise #E60496
Tints of Hollywood Cerise #E60496
RGB
CMYK
RGB Variations
Color information
#E60496 (or 0xE60496) is known color: Hollywood Cerise. HEX triplet: E6, 04 and 96. RGB value is (230,4,150). Sum of RGB (Red+Green+Blue) = 230+4+150=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E60496 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60496 is #19FB69. Grayscale: #575757. Windows color (decimal): -1702762 or 9831654. OLE color: 9831654.
HSL color Cylindrical-coordinate representation of color #E60496: hue angle of 321.24º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60496 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 150 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.10 |
| HSL | 321.24º | 0.97% | 0.46% | - |
| HSV(B) | 321.24º | 0.98% | 0.9% | - |
| XYZ | 38.18 | 19.11 | 30.53 | - |
| YUV | 88.22 | 162.87 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 150 | 0 | 0.98 | 0.35 | 0.10 | 321.24 | 0.97 | 0.46 |
| Hex | E6 | 4 | 96 | 0 | 62 | 23 | A | 141 | 61 | 2E |
| Octal | 346 | 4 | 226 | 0 | 142 | 43 | 12 | 501 | 141 | 56 |
| Binary | 11100110 | 100 | 10010110 | 0 | 1100010 | 100011 | 1010 | 101000001 | 1100001 | 101110 |
Color Harmonies of #E60496
Complementary color
Monochromatic Colors of #E60496
Black with #E60496
Text Example
Text Example
White with #E60496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60496; }
p { color: rgb(230,4,150); }
H1.HeaderClassName
{
color: #E60496;
}
.AnyTagClassName
{
color: #E60496;
}
</style>
background-color css
<style>
a { background-color: #E60496; }
a { background-color: rgb(230,4,150); }
div.DivClassName
{
background-color: #E60496;
}
.BgClassName
{
background-color: #E60496;
}
</style>
border-color css
<style>
span { border-color: #E60496; }
span { border-color: rgb(230,4,150); }
td.TdClassName
{
border-color: #E60496;
}
.TagClassName
{
border-color: #E60496;
}
</style>