Shades of Hollywood Cerise #E60D9C
Tints of Hollywood Cerise #E60D9C
RGB
CMYK
RGB Variations
Color information
#E60D9C (or 0xE60D9C) is known color: Hollywood Cerise. HEX triplet: E6, 0D and 9C. RGB value is (230,13,156). Sum of RGB (Red+Green+Blue) = 230+13+156=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60D9C is #19F263. Grayscale: #5D5D5D. Windows color (decimal): -1700452 or 10227174. OLE color: 10227174.
HSL color Cylindrical-coordinate representation of color #E60D9C: hue angle of 320.46º 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 #E60D9C is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 156 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.10 |
| HSL | 320.46º | 0.89% | 0.48% | - |
| HSV(B) | 320.46º | 0.94% | 0.9% | - |
| XYZ | 38.78 | 19.51 | 33.17 | - |
| YUV | 94.19 | 162.89 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 156 | 0 | 0.94 | 0.32 | 0.10 | 320.46 | 0.89 | 0.48 |
| Hex | E6 | D | 9C | 0 | 5E | 20 | A | 140 | 59 | 30 |
| Octal | 346 | 15 | 234 | 0 | 136 | 40 | 12 | 500 | 131 | 60 |
| Binary | 11100110 | 1101 | 10011100 | 0 | 1011110 | 100000 | 1010 | 101000000 | 1011001 | 110000 |
Color Harmonies of #E60D9C
Complementary color
Monochromatic Colors of #E60D9C
Black with #E60D9C
Text Example
Text Example
White with #E60D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D9C; }
p { color: rgb(230,13,156); }
H1.HeaderClassName
{
color: #E60D9C;
}
.AnyTagClassName
{
color: #E60D9C;
}
</style>
background-color css
<style>
a { background-color: #E60D9C; }
a { background-color: rgb(230,13,156); }
div.DivClassName
{
background-color: #E60D9C;
}
.BgClassName
{
background-color: #E60D9C;
}
</style>
border-color css
<style>
span { border-color: #E60D9C; }
span { border-color: rgb(230,13,156); }
td.TdClassName
{
border-color: #E60D9C;
}
.TagClassName
{
border-color: #E60D9C;
}
</style>