Shades of Hollywood Cerise #E60097
Tints of Hollywood Cerise #E60097
RGB
CMYK
RGB Variations
Color information
#E60097 (or 0xE60097) is known color: Hollywood Cerise. HEX triplet: E6, 00 and 97. RGB value is (230,0,151). Sum of RGB (Red+Green+Blue) = 230+0+151=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E60097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60097 is #19FF68. Grayscale: #555555. Windows color (decimal): -1703785 or 9896166. OLE color: 9896166.
HSL color Cylindrical-coordinate representation of color #E60097: hue angle of 320.61º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60097 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.34 | 0.10 |
| HSL | 320.61º | 1% | 0.45% | - |
| HSV(B) | 320.61º | 1% | 0.9% | - |
| XYZ | 38.22 | 19.06 | 30.94 | - |
| YUV | 85.98 | 164.7 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 151 | 0 | 1 | 0.34 | 0.10 | 320.61 | 1 | 0.45 |
| Hex | E6 | 0 | 97 | 0 | 64 | 22 | A | 141 | 64 | 2D |
| Octal | 346 | 0 | 227 | 0 | 144 | 42 | 12 | 501 | 144 | 55 |
| Binary | 11100110 | 0 | 10010111 | 0 | 1100100 | 100010 | 1010 | 101000001 | 1100100 | 101101 |
Color Harmonies of #E60097
Complementary color
Monochromatic Colors of #E60097
Black with #E60097
Text Example
Text Example
White with #E60097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60097; }
p { color: rgb(230,0,151); }
H1.HeaderClassName
{
color: #E60097;
}
.AnyTagClassName
{
color: #E60097;
}
</style>
background-color css
<style>
a { background-color: #E60097; }
a { background-color: rgb(230,0,151); }
div.DivClassName
{
background-color: #E60097;
}
.BgClassName
{
background-color: #E60097;
}
</style>
border-color css
<style>
span { border-color: #E60097; }
span { border-color: rgb(230,0,151); }
td.TdClassName
{
border-color: #E60097;
}
.TagClassName
{
border-color: #E60097;
}
</style>