Shades of Hollywood Cerise #E60F94
Tints of Hollywood Cerise #E60F94
RGB
CMYK
RGB Variations
Color information
#E60F94 (or 0xE60F94) is known color: Hollywood Cerise. HEX triplet: E6, 0F and 94. RGB value is (230,15,148). Sum of RGB (Red+Green+Blue) = 230+15+148=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F94 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60F94 is #19F06B. Grayscale: #5E5E5E. Windows color (decimal): -1699948 or 9703398. OLE color: 9703398.
HSL color Cylindrical-coordinate representation of color #E60F94: hue angle of 322.88º 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 #E60F94 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 148 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.10 |
| HSL | 322.88º | 0.88% | 0.48% | - |
| HSV(B) | 322.88º | 0.93% | 0.9% | - |
| XYZ | 38.15 | 19.3 | 29.73 | - |
| YUV | 94.45 | 158.23 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 148 | 0 | 0.93 | 0.36 | 0.10 | 322.88 | 0.88 | 0.48 |
| Hex | E6 | F | 94 | 0 | 5D | 24 | A | 143 | 58 | 30 |
| Octal | 346 | 17 | 224 | 0 | 135 | 44 | 12 | 503 | 130 | 60 |
| Binary | 11100110 | 1111 | 10010100 | 0 | 1011101 | 100100 | 1010 | 101000011 | 1011000 | 110000 |
Color Harmonies of #E60F94
Complementary color
Monochromatic Colors of #E60F94
Black with #E60F94
Text Example
Text Example
White with #E60F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F94; }
p { color: rgb(230,15,148); }
H1.HeaderClassName
{
color: #E60F94;
}
.AnyTagClassName
{
color: #E60F94;
}
</style>
background-color css
<style>
a { background-color: #E60F94; }
a { background-color: rgb(230,15,148); }
div.DivClassName
{
background-color: #E60F94;
}
.BgClassName
{
background-color: #E60F94;
}
</style>
border-color css
<style>
span { border-color: #E60F94; }
span { border-color: rgb(230,15,148); }
td.TdClassName
{
border-color: #E60F94;
}
.TagClassName
{
border-color: #E60F94;
}
</style>