Shades of Hollywood Cerise #E60796
Tints of Hollywood Cerise #E60796
RGB
CMYK
RGB Variations
Color information
#E60796 (or 0xE60796) is known color: Hollywood Cerise. HEX triplet: E6, 07 and 96. RGB value is (230,7,150). Sum of RGB (Red+Green+Blue) = 230+7+150=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E60796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60796 is #19F869. Grayscale: #595959. Windows color (decimal): -1701994 or 9832422. OLE color: 9832422.
HSL color Cylindrical-coordinate representation of color #E60796: hue angle of 321.52º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60796 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 150 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.10 |
| HSL | 321.52º | 0.94% | 0.46% | - |
| HSV(B) | 321.52º | 0.97% | 0.9% | - |
| XYZ | 38.21 | 19.18 | 30.54 | - |
| YUV | 89.98 | 161.88 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 150 | 0 | 0.97 | 0.35 | 0.10 | 321.52 | 0.94 | 0.46 |
| Hex | E6 | 7 | 96 | 0 | 61 | 23 | A | 142 | 5E | 2E |
| Octal | 346 | 7 | 226 | 0 | 141 | 43 | 12 | 502 | 136 | 56 |
| Binary | 11100110 | 111 | 10010110 | 0 | 1100001 | 100011 | 1010 | 101000010 | 1011110 | 101110 |
Color Harmonies of #E60796
Complementary color
Monochromatic Colors of #E60796
Black with #E60796
Text Example
Text Example
White with #E60796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60796; }
p { color: rgb(230,7,150); }
H1.HeaderClassName
{
color: #E60796;
}
.AnyTagClassName
{
color: #E60796;
}
</style>
background-color css
<style>
a { background-color: #E60796; }
a { background-color: rgb(230,7,150); }
div.DivClassName
{
background-color: #E60796;
}
.BgClassName
{
background-color: #E60796;
}
</style>
border-color css
<style>
span { border-color: #E60796; }
span { border-color: rgb(230,7,150); }
td.TdClassName
{
border-color: #E60796;
}
.TagClassName
{
border-color: #E60796;
}
</style>