Shades of Hollywood Cerise #E60F93
Tints of Hollywood Cerise #E60F93
RGB
CMYK
RGB Variations
Color information
#E60F93 (or 0xE60F93) is known color: Hollywood Cerise. HEX triplet: E6, 0F and 93. RGB value is (230,15,147). Sum of RGB (Red+Green+Blue) = 230+15+147=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60F93 is #19F06C. Grayscale: #5E5E5E. Windows color (decimal): -1699949 or 9637862. OLE color: 9637862.
HSL color Cylindrical-coordinate representation of color #E60F93: hue angle of 323.16º 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 #E60F93 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 147 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.10 |
| HSL | 323.16º | 0.88% | 0.48% | - |
| HSV(B) | 323.16º | 0.93% | 0.9% | - |
| XYZ | 38.07 | 19.27 | 29.32 | - |
| YUV | 94.33 | 157.73 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 147 | 0 | 0.93 | 0.36 | 0.10 | 323.16 | 0.88 | 0.48 |
| Hex | E6 | F | 93 | 0 | 5D | 24 | A | 143 | 58 | 30 |
| Octal | 346 | 17 | 223 | 0 | 135 | 44 | 12 | 503 | 130 | 60 |
| Binary | 11100110 | 1111 | 10010011 | 0 | 1011101 | 100100 | 1010 | 101000011 | 1011000 | 110000 |
Color Harmonies of #E60F93
Complementary color
Monochromatic Colors of #E60F93
Black with #E60F93
Text Example
Text Example
White with #E60F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F93; }
p { color: rgb(230,15,147); }
H1.HeaderClassName
{
color: #E60F93;
}
.AnyTagClassName
{
color: #E60F93;
}
</style>
background-color css
<style>
a { background-color: #E60F93; }
a { background-color: rgb(230,15,147); }
div.DivClassName
{
background-color: #E60F93;
}
.BgClassName
{
background-color: #E60F93;
}
</style>
border-color css
<style>
span { border-color: #E60F93; }
span { border-color: rgb(230,15,147); }
td.TdClassName
{
border-color: #E60F93;
}
.TagClassName
{
border-color: #E60F93;
}
</style>