Shades of Hollywood Cerise #E60589
Tints of Hollywood Cerise #E60589
RGB
CMYK
RGB Variations
Color information
#E60589 (or 0xE60589) is known color: Hollywood Cerise. HEX triplet: E6, 05 and 89. RGB value is (230,5,137). Sum of RGB (Red+Green+Blue) = 230+5+137=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E60589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60589 is #19FA76. Grayscale: #575757. Windows color (decimal): -1702519 or 8979942. OLE color: 8979942.
HSL color Cylindrical-coordinate representation of color #E60589: hue angle of 324.8º 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 #E60589 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 137 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.10 |
| HSL | 324.8º | 0.96% | 0.46% | - |
| HSV(B) | 324.8º | 0.98% | 0.9% | - |
| XYZ | 37.2 | 18.74 | 25.32 | - |
| YUV | 87.32 | 156.04 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 137 | 0 | 0.98 | 0.40 | 0.10 | 324.8 | 0.96 | 0.46 |
| Hex | E6 | 5 | 89 | 0 | 62 | 28 | A | 145 | 60 | 2E |
| Octal | 346 | 5 | 211 | 0 | 142 | 50 | 12 | 505 | 140 | 56 |
| Binary | 11100110 | 101 | 10001001 | 0 | 1100010 | 101000 | 1010 | 101000101 | 1100000 | 101110 |
Color Harmonies of #E60589
Complementary color
Monochromatic Colors of #E60589
Black with #E60589
Text Example
Text Example
White with #E60589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60589; }
p { color: rgb(230,5,137); }
H1.HeaderClassName
{
color: #E60589;
}
.AnyTagClassName
{
color: #E60589;
}
</style>
background-color css
<style>
a { background-color: #E60589; }
a { background-color: rgb(230,5,137); }
div.DivClassName
{
background-color: #E60589;
}
.BgClassName
{
background-color: #E60589;
}
</style>
border-color css
<style>
span { border-color: #E60589; }
span { border-color: rgb(230,5,137); }
td.TdClassName
{
border-color: #E60589;
}
.TagClassName
{
border-color: #E60589;
}
</style>