Shades of Hollywood Cerise #E60596
Tints of Hollywood Cerise #E60596
RGB
CMYK
RGB Variations
Color information
#E60596 (or 0xE60596) is known color: Hollywood Cerise. HEX triplet: E6, 05 and 96. RGB value is (230,5,150). Sum of RGB (Red+Green+Blue) = 230+5+150=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E60596 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60596 is #19FA69. Grayscale: #585858. Windows color (decimal): -1702506 or 9831910. OLE color: 9831910.
HSL color Cylindrical-coordinate representation of color #E60596: hue angle of 321.33º degrees, saturation: 0.96, 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 #E60596 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 150 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.10 |
| HSL | 321.33º | 0.96% | 0.46% | - |
| HSV(B) | 321.33º | 0.98% | 0.9% | - |
| XYZ | 38.19 | 19.13 | 30.53 | - |
| YUV | 88.81 | 162.54 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 150 | 0 | 0.98 | 0.35 | 0.10 | 321.33 | 0.96 | 0.46 |
| Hex | E6 | 5 | 96 | 0 | 62 | 23 | A | 141 | 60 | 2E |
| Octal | 346 | 5 | 226 | 0 | 142 | 43 | 12 | 501 | 140 | 56 |
| Binary | 11100110 | 101 | 10010110 | 0 | 1100010 | 100011 | 1010 | 101000001 | 1100000 | 101110 |
Color Harmonies of #E60596
Complementary color
Monochromatic Colors of #E60596
Black with #E60596
Text Example
Text Example
White with #E60596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60596; }
p { color: rgb(230,5,150); }
H1.HeaderClassName
{
color: #E60596;
}
.AnyTagClassName
{
color: #E60596;
}
</style>
background-color css
<style>
a { background-color: #E60596; }
a { background-color: rgb(230,5,150); }
div.DivClassName
{
background-color: #E60596;
}
.BgClassName
{
background-color: #E60596;
}
</style>
border-color css
<style>
span { border-color: #E60596; }
span { border-color: rgb(230,5,150); }
td.TdClassName
{
border-color: #E60596;
}
.TagClassName
{
border-color: #E60596;
}
</style>