Shades of Hollywood Cerise #E60EB0
Tints of Hollywood Cerise #E60EB0
RGB
CMYK
RGB Variations
Color information
#E60EB0 (or 0xE60EB0) is known color: Hollywood Cerise. HEX triplet: E6, 0E and B0. RGB value is (230,14,176). Sum of RGB (Red+Green+Blue) = 230+14+176=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E60EB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60EB0 is #19F14F. Grayscale: #606060. Windows color (decimal): -1700176 or 11538150. OLE color: 11538150.
HSL color Cylindrical-coordinate representation of color #E60EB0: hue angle of 315º 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 #E60EB0 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 176 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.10 |
| HSL | 315º | 0.89% | 0.48% | - |
| HSV(B) | 315º | 0.94% | 0.9% | - |
| XYZ | 40.63 | 20.27 | 42.85 | - |
| YUV | 97.05 | 172.56 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 176 | 0 | 0.94 | 0.23 | 0.10 | 315 | 0.89 | 0.48 |
| Hex | E6 | E | B0 | 0 | 5E | 17 | A | 13B | 59 | 30 |
| Octal | 346 | 16 | 260 | 0 | 136 | 27 | 12 | 473 | 131 | 60 |
| Binary | 11100110 | 1110 | 10110000 | 0 | 1011110 | 10111 | 1010 | 100111011 | 1011001 | 110000 |
Color Harmonies of #E60EB0
Complementary color
Monochromatic Colors of #E60EB0
Black with #E60EB0
Text Example
Text Example
White with #E60EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EB0; }
p { color: rgb(230,14,176); }
H1.HeaderClassName
{
color: #E60EB0;
}
.AnyTagClassName
{
color: #E60EB0;
}
</style>
background-color css
<style>
a { background-color: #E60EB0; }
a { background-color: rgb(230,14,176); }
div.DivClassName
{
background-color: #E60EB0;
}
.BgClassName
{
background-color: #E60EB0;
}
</style>
border-color css
<style>
span { border-color: #E60EB0; }
span { border-color: rgb(230,14,176); }
td.TdClassName
{
border-color: #E60EB0;
}
.TagClassName
{
border-color: #E60EB0;
}
</style>