Shades of Hollywood Cerise #E60389
Tints of Hollywood Cerise #E60389
RGB
CMYK
RGB Variations
Color information
#E60389 (or 0xE60389) is known color: Hollywood Cerise. HEX triplet: E6, 03 and 89. RGB value is (230,3,137). Sum of RGB (Red+Green+Blue) = 230+3+137=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E60389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60389 is #19FC76. Grayscale: #555555. Windows color (decimal): -1703031 or 8979430. OLE color: 8979430.
HSL color Cylindrical-coordinate representation of color #E60389: hue angle of 324.58º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60389 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 137 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.10 |
| HSL | 324.58º | 0.97% | 0.46% | - |
| HSV(B) | 324.58º | 0.99% | 0.9% | - |
| XYZ | 37.18 | 18.69 | 25.32 | - |
| YUV | 86.15 | 156.71 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 137 | 0 | 0.99 | 0.40 | 0.10 | 324.58 | 0.97 | 0.46 |
| Hex | E6 | 3 | 89 | 0 | 63 | 28 | A | 145 | 61 | 2E |
| Octal | 346 | 3 | 211 | 0 | 143 | 50 | 12 | 505 | 141 | 56 |
| Binary | 11100110 | 11 | 10001001 | 0 | 1100011 | 101000 | 1010 | 101000101 | 1100001 | 101110 |
Color Harmonies of #E60389
Complementary color
Monochromatic Colors of #E60389
Black with #E60389
Text Example
Text Example
White with #E60389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60389; }
p { color: rgb(230,3,137); }
H1.HeaderClassName
{
color: #E60389;
}
.AnyTagClassName
{
color: #E60389;
}
</style>
background-color css
<style>
a { background-color: #E60389; }
a { background-color: rgb(230,3,137); }
div.DivClassName
{
background-color: #E60389;
}
.BgClassName
{
background-color: #E60389;
}
</style>
border-color css
<style>
span { border-color: #E60389; }
span { border-color: rgb(230,3,137); }
td.TdClassName
{
border-color: #E60389;
}
.TagClassName
{
border-color: #E60389;
}
</style>