Shades of Hollywood Cerise #E60EA5
Tints of Hollywood Cerise #E60EA5
RGB
CMYK
RGB Variations
Color information
#E60EA5 (or 0xE60EA5) is known color: Hollywood Cerise. HEX triplet: E6, 0E and A5. RGB value is (230,14,165). Sum of RGB (Red+Green+Blue) = 230+14+165=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E60EA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60EA5 is #19F15A. Grayscale: #5F5F5F. Windows color (decimal): -1700187 or 10817254. OLE color: 10817254.
HSL color Cylindrical-coordinate representation of color #E60EA5: hue angle of 318.06º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60EA5 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 165 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.10 |
| HSL | 318.06º | 0.89% | 0.48% | - |
| HSV(B) | 318.06º | 0.94% | 0.9% | - |
| XYZ | 39.58 | 19.85 | 37.34 | - |
| YUV | 95.8 | 167.06 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 165 | 0 | 0.94 | 0.28 | 0.10 | 318.06 | 0.89 | 0.48 |
| Hex | E6 | E | A5 | 0 | 5E | 1C | A | 13E | 59 | 30 |
| Octal | 346 | 16 | 245 | 0 | 136 | 34 | 12 | 476 | 131 | 60 |
| Binary | 11100110 | 1110 | 10100101 | 0 | 1011110 | 11100 | 1010 | 100111110 | 1011001 | 110000 |
Color Harmonies of #E60EA5
Complementary color
Monochromatic Colors of #E60EA5
Black with #E60EA5
Text Example
Text Example
White with #E60EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EA5; }
p { color: rgb(230,14,165); }
H1.HeaderClassName
{
color: #E60EA5;
}
.AnyTagClassName
{
color: #E60EA5;
}
</style>
background-color css
<style>
a { background-color: #E60EA5; }
a { background-color: rgb(230,14,165); }
div.DivClassName
{
background-color: #E60EA5;
}
.BgClassName
{
background-color: #E60EA5;
}
</style>
border-color css
<style>
span { border-color: #E60EA5; }
span { border-color: rgb(230,14,165); }
td.TdClassName
{
border-color: #E60EA5;
}
.TagClassName
{
border-color: #E60EA5;
}
</style>