Shades of Hollywood Cerise #E61096
Tints of Hollywood Cerise #E61096
RGB
CMYK
RGB Variations
Color information
#E61096 (or 0xE61096) is known color: Hollywood Cerise. HEX triplet: E6, 10 and 96. RGB value is (230,16,150). Sum of RGB (Red+Green+Blue) = 230+16+150=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E61096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61096 is #19EF69. Grayscale: #5E5E5E. Windows color (decimal): -1699690 or 9834726. OLE color: 9834726.
HSL color Cylindrical-coordinate representation of color #E61096: hue angle of 322.43º degrees, saturation: 0.87, 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 #E61096 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 150 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.10 |
| HSL | 322.43º | 0.87% | 0.48% | - |
| HSV(B) | 322.43º | 0.93% | 0.9% | - |
| XYZ | 38.32 | 19.4 | 30.58 | - |
| YUV | 95.26 | 158.9 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 150 | 0 | 0.93 | 0.35 | 0.10 | 322.43 | 0.87 | 0.48 |
| Hex | E6 | 10 | 96 | 0 | 5D | 23 | A | 142 | 57 | 30 |
| Octal | 346 | 20 | 226 | 0 | 135 | 43 | 12 | 502 | 127 | 60 |
| Binary | 11100110 | 10000 | 10010110 | 0 | 1011101 | 100011 | 1010 | 101000010 | 1010111 | 110000 |
Color Harmonies of #E61096
Complementary color
Monochromatic Colors of #E61096
Black with #E61096
Text Example
Text Example
White with #E61096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61096; }
p { color: rgb(230,16,150); }
H1.HeaderClassName
{
color: #E61096;
}
.AnyTagClassName
{
color: #E61096;
}
</style>
background-color css
<style>
a { background-color: #E61096; }
a { background-color: rgb(230,16,150); }
div.DivClassName
{
background-color: #E61096;
}
.BgClassName
{
background-color: #E61096;
}
</style>
border-color css
<style>
span { border-color: #E61096; }
span { border-color: rgb(230,16,150); }
td.TdClassName
{
border-color: #E61096;
}
.TagClassName
{
border-color: #E61096;
}
</style>