Shades of Hollywood Cerise #E60D9A
Tints of Hollywood Cerise #E60D9A
RGB
CMYK
RGB Variations
Color information
#E60D9A (or 0xE60D9A) is known color: Hollywood Cerise. HEX triplet: E6, 0D and 9A. RGB value is (230,13,154). Sum of RGB (Red+Green+Blue) = 230+13+154=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60D9A is #19F265. Grayscale: #5D5D5D. Windows color (decimal): -1700454 or 10096102. OLE color: 10096102.
HSL color Cylindrical-coordinate representation of color #E60D9A: hue angle of 321.01º 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 #E60D9A is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 154 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.10 |
| HSL | 321.01º | 0.89% | 0.48% | - |
| HSV(B) | 321.01º | 0.94% | 0.9% | - |
| XYZ | 38.61 | 19.44 | 32.29 | - |
| YUV | 93.96 | 161.89 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 154 | 0 | 0.94 | 0.33 | 0.10 | 321.01 | 0.89 | 0.48 |
| Hex | E6 | D | 9A | 0 | 5E | 21 | A | 141 | 59 | 30 |
| Octal | 346 | 15 | 232 | 0 | 136 | 41 | 12 | 501 | 131 | 60 |
| Binary | 11100110 | 1101 | 10011010 | 0 | 1011110 | 100001 | 1010 | 101000001 | 1011001 | 110000 |
Color Harmonies of #E60D9A
Complementary color
Monochromatic Colors of #E60D9A
Black with #E60D9A
Text Example
Text Example
White with #E60D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D9A; }
p { color: rgb(230,13,154); }
H1.HeaderClassName
{
color: #E60D9A;
}
.AnyTagClassName
{
color: #E60D9A;
}
</style>
background-color css
<style>
a { background-color: #E60D9A; }
a { background-color: rgb(230,13,154); }
div.DivClassName
{
background-color: #E60D9A;
}
.BgClassName
{
background-color: #E60D9A;
}
</style>
border-color css
<style>
span { border-color: #E60D9A; }
span { border-color: rgb(230,13,154); }
td.TdClassName
{
border-color: #E60D9A;
}
.TagClassName
{
border-color: #E60D9A;
}
</style>