Shades of Hollywood Cerise #E60C9D
Tints of Hollywood Cerise #E60C9D
RGB
CMYK
RGB Variations
Color information
#E60C9D (or 0xE60C9D) is known color: Hollywood Cerise. HEX triplet: E6, 0C and 9D. RGB value is (230,12,157). Sum of RGB (Red+Green+Blue) = 230+12+157=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60C9D is #19F362. Grayscale: #5D5D5D. Windows color (decimal): -1700707 or 10292454. OLE color: 10292454.
HSL color Cylindrical-coordinate representation of color #E60C9D: hue angle of 320.09º 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 #E60C9D is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 157 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.10 |
| HSL | 320.09º | 0.9% | 0.47% | - |
| HSV(B) | 320.09º | 0.95% | 0.9% | - |
| XYZ | 38.85 | 19.52 | 33.62 | - |
| YUV | 93.71 | 163.72 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 157 | 0 | 0.95 | 0.32 | 0.10 | 320.09 | 0.9 | 0.47 |
| Hex | E6 | C | 9D | 0 | 5F | 20 | A | 140 | 5A | 2F |
| Octal | 346 | 14 | 235 | 0 | 137 | 40 | 12 | 500 | 132 | 57 |
| Binary | 11100110 | 1100 | 10011101 | 0 | 1011111 | 100000 | 1010 | 101000000 | 1011010 | 101111 |
Color Harmonies of #E60C9D
Complementary color
Monochromatic Colors of #E60C9D
Black with #E60C9D
Text Example
Text Example
White with #E60C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60C9D; }
p { color: rgb(230,12,157); }
H1.HeaderClassName
{
color: #E60C9D;
}
.AnyTagClassName
{
color: #E60C9D;
}
</style>
background-color css
<style>
a { background-color: #E60C9D; }
a { background-color: rgb(230,12,157); }
div.DivClassName
{
background-color: #E60C9D;
}
.BgClassName
{
background-color: #E60C9D;
}
</style>
border-color css
<style>
span { border-color: #E60C9D; }
span { border-color: rgb(230,12,157); }
td.TdClassName
{
border-color: #E60C9D;
}
.TagClassName
{
border-color: #E60C9D;
}
</style>