Shades of Hollywood Cerise #E60D9E
Tints of Hollywood Cerise #E60D9E
RGB
CMYK
RGB Variations
Color information
#E60D9E (or 0xE60D9E) is known color: Hollywood Cerise. HEX triplet: E6, 0D and 9E. RGB value is (230,13,158). Sum of RGB (Red+Green+Blue) = 230+13+158=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60D9E is #19F261. Grayscale: #5E5E5E. Windows color (decimal): -1700450 or 10358246. OLE color: 10358246.
HSL color Cylindrical-coordinate representation of color #E60D9E: hue angle of 319.91º 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 #E60D9E is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 158 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.10 |
| HSL | 319.91º | 0.89% | 0.48% | - |
| HSV(B) | 319.91º | 0.94% | 0.9% | - |
| XYZ | 38.95 | 19.58 | 34.07 | - |
| YUV | 94.41 | 163.89 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 158 | 0 | 0.94 | 0.31 | 0.10 | 319.91 | 0.89 | 0.48 |
| Hex | E6 | D | 9E | 0 | 5E | 1F | A | 140 | 59 | 30 |
| Octal | 346 | 15 | 236 | 0 | 136 | 37 | 12 | 500 | 131 | 60 |
| Binary | 11100110 | 1101 | 10011110 | 0 | 1011110 | 11111 | 1010 | 101000000 | 1011001 | 110000 |
Color Harmonies of #E60D9E
Complementary color
Monochromatic Colors of #E60D9E
Black with #E60D9E
Text Example
Text Example
White with #E60D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D9E; }
p { color: rgb(230,13,158); }
H1.HeaderClassName
{
color: #E60D9E;
}
.AnyTagClassName
{
color: #E60D9E;
}
</style>
background-color css
<style>
a { background-color: #E60D9E; }
a { background-color: rgb(230,13,158); }
div.DivClassName
{
background-color: #E60D9E;
}
.BgClassName
{
background-color: #E60D9E;
}
</style>
border-color css
<style>
span { border-color: #E60D9E; }
span { border-color: rgb(230,13,158); }
td.TdClassName
{
border-color: #E60D9E;
}
.TagClassName
{
border-color: #E60D9E;
}
</style>