Shades of Hollywood Cerise #E60EAF
Tints of Hollywood Cerise #E60EAF
RGB
CMYK
RGB Variations
Color information
#E60EAF (or 0xE60EAF) is known color: Hollywood Cerise. HEX triplet: E6, 0E and AF. RGB value is (230,14,175). Sum of RGB (Red+Green+Blue) = 230+14+175=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E60EAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60EAF is #19F150. Grayscale: #606060. Windows color (decimal): -1700177 or 11472614. OLE color: 11472614.
HSL color Cylindrical-coordinate representation of color #E60EAF: hue angle of 315.28º 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 #E60EAF is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 175 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.10 |
| HSL | 315.28º | 0.89% | 0.48% | - |
| HSV(B) | 315.28º | 0.94% | 0.9% | - |
| XYZ | 40.53 | 20.23 | 42.33 | - |
| YUV | 96.94 | 172.06 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 175 | 0 | 0.94 | 0.24 | 0.10 | 315.28 | 0.89 | 0.48 |
| Hex | E6 | E | AF | 0 | 5E | 18 | A | 13B | 59 | 30 |
| Octal | 346 | 16 | 257 | 0 | 136 | 30 | 12 | 473 | 131 | 60 |
| Binary | 11100110 | 1110 | 10101111 | 0 | 1011110 | 11000 | 1010 | 100111011 | 1011001 | 110000 |
Color Harmonies of #E60EAF
Complementary color
Monochromatic Colors of #E60EAF
Black with #E60EAF
Text Example
Text Example
White with #E60EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EAF; }
p { color: rgb(230,14,175); }
H1.HeaderClassName
{
color: #E60EAF;
}
.AnyTagClassName
{
color: #E60EAF;
}
</style>
background-color css
<style>
a { background-color: #E60EAF; }
a { background-color: rgb(230,14,175); }
div.DivClassName
{
background-color: #E60EAF;
}
.BgClassName
{
background-color: #E60EAF;
}
</style>
border-color css
<style>
span { border-color: #E60EAF; }
span { border-color: rgb(230,14,175); }
td.TdClassName
{
border-color: #E60EAF;
}
.TagClassName
{
border-color: #E60EAF;
}
</style>