Shades of Hollywood Cerise #E60F9E
Tints of Hollywood Cerise #E60F9E
RGB
CMYK
RGB Variations
Color information
#E60F9E (or 0xE60F9E) is known color: Hollywood Cerise. HEX triplet: E6, 0F and 9E. RGB value is (230,15,158). Sum of RGB (Red+Green+Blue) = 230+15+158=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60F9E is #19F061. Grayscale: #5F5F5F. Windows color (decimal): -1699938 or 10358758. OLE color: 10358758.
HSL color Cylindrical-coordinate representation of color #E60F9E: hue angle of 320.09º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60F9E is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 158 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.10 |
| HSL | 320.09º | 0.88% | 0.48% | - |
| HSV(B) | 320.09º | 0.93% | 0.9% | - |
| XYZ | 38.98 | 19.63 | 34.08 | - |
| YUV | 95.59 | 163.23 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 158 | 0 | 0.93 | 0.31 | 0.10 | 320.09 | 0.88 | 0.48 |
| Hex | E6 | F | 9E | 0 | 5D | 1F | A | 140 | 58 | 30 |
| Octal | 346 | 17 | 236 | 0 | 135 | 37 | 12 | 500 | 130 | 60 |
| Binary | 11100110 | 1111 | 10011110 | 0 | 1011101 | 11111 | 1010 | 101000000 | 1011000 | 110000 |
Color Harmonies of #E60F9E
Complementary color
Monochromatic Colors of #E60F9E
Black with #E60F9E
Text Example
Text Example
White with #E60F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F9E; }
p { color: rgb(230,15,158); }
H1.HeaderClassName
{
color: #E60F9E;
}
.AnyTagClassName
{
color: #E60F9E;
}
</style>
background-color css
<style>
a { background-color: #E60F9E; }
a { background-color: rgb(230,15,158); }
div.DivClassName
{
background-color: #E60F9E;
}
.BgClassName
{
background-color: #E60F9E;
}
</style>
border-color css
<style>
span { border-color: #E60F9E; }
span { border-color: rgb(230,15,158); }
td.TdClassName
{
border-color: #E60F9E;
}
.TagClassName
{
border-color: #E60F9E;
}
</style>