Shades of Hollywood Cerise #E60489
Tints of Hollywood Cerise #E60489
RGB
CMYK
RGB Variations
Color information
#E60489 (or 0xE60489) is known color: Hollywood Cerise. HEX triplet: E6, 04 and 89. RGB value is (230,4,137). Sum of RGB (Red+Green+Blue) = 230+4+137=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E60489 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60489 is #19FB76. Grayscale: #565656. Windows color (decimal): -1702775 or 8979686. OLE color: 8979686.
HSL color Cylindrical-coordinate representation of color #E60489: hue angle of 324.69º 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 #E60489 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 137 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.10 |
| HSL | 324.69º | 0.97% | 0.46% | - |
| HSV(B) | 324.69º | 0.98% | 0.9% | - |
| XYZ | 37.19 | 18.72 | 25.32 | - |
| YUV | 86.74 | 156.37 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 137 | 0 | 0.98 | 0.40 | 0.10 | 324.69 | 0.97 | 0.46 |
| Hex | E6 | 4 | 89 | 0 | 62 | 28 | A | 145 | 61 | 2E |
| Octal | 346 | 4 | 211 | 0 | 142 | 50 | 12 | 505 | 141 | 56 |
| Binary | 11100110 | 100 | 10001001 | 0 | 1100010 | 101000 | 1010 | 101000101 | 1100001 | 101110 |
Color Harmonies of #E60489
Complementary color
Monochromatic Colors of #E60489
Black with #E60489
Text Example
Text Example
White with #E60489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60489; }
p { color: rgb(230,4,137); }
H1.HeaderClassName
{
color: #E60489;
}
.AnyTagClassName
{
color: #E60489;
}
</style>
background-color css
<style>
a { background-color: #E60489; }
a { background-color: rgb(230,4,137); }
div.DivClassName
{
background-color: #E60489;
}
.BgClassName
{
background-color: #E60489;
}
</style>
border-color css
<style>
span { border-color: #E60489; }
span { border-color: rgb(230,4,137); }
td.TdClassName
{
border-color: #E60489;
}
.TagClassName
{
border-color: #E60489;
}
</style>