Shades of Hollywood Cerise #E60C9C
Tints of Hollywood Cerise #E60C9C
RGB
CMYK
RGB Variations
Color information
#E60C9C (or 0xE60C9C) is known color: Hollywood Cerise. HEX triplet: E6, 0C and 9C. RGB value is (230,12,156). Sum of RGB (Red+Green+Blue) = 230+12+156=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60C9C is #19F363. Grayscale: #5D5D5D. Windows color (decimal): -1700708 or 10226918. OLE color: 10226918.
HSL color Cylindrical-coordinate representation of color #E60C9C: hue angle of 320.37º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60C9C is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 156 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.10 |
| HSL | 320.37º | 0.9% | 0.47% | - |
| HSV(B) | 320.37º | 0.95% | 0.9% | - |
| XYZ | 38.77 | 19.49 | 33.17 | - |
| YUV | 93.6 | 163.22 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 156 | 0 | 0.95 | 0.32 | 0.10 | 320.37 | 0.9 | 0.47 |
| Hex | E6 | C | 9C | 0 | 5F | 20 | A | 140 | 5A | 2F |
| Octal | 346 | 14 | 234 | 0 | 137 | 40 | 12 | 500 | 132 | 57 |
| Binary | 11100110 | 1100 | 10011100 | 0 | 1011111 | 100000 | 1010 | 101000000 | 1011010 | 101111 |
Color Harmonies of #E60C9C
Complementary color
Monochromatic Colors of #E60C9C
Black with #E60C9C
Text Example
Text Example
White with #E60C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60C9C; }
p { color: rgb(230,12,156); }
H1.HeaderClassName
{
color: #E60C9C;
}
.AnyTagClassName
{
color: #E60C9C;
}
</style>
background-color css
<style>
a { background-color: #E60C9C; }
a { background-color: rgb(230,12,156); }
div.DivClassName
{
background-color: #E60C9C;
}
.BgClassName
{
background-color: #E60C9C;
}
</style>
border-color css
<style>
span { border-color: #E60C9C; }
span { border-color: rgb(230,12,156); }
td.TdClassName
{
border-color: #E60C9C;
}
.TagClassName
{
border-color: #E60C9C;
}
</style>