Shades of Hollywood Cerise #E61196
Tints of Hollywood Cerise #E61196
RGB
CMYK
RGB Variations
Color information
#E61196 (or 0xE61196) is known color: Hollywood Cerise. HEX triplet: E6, 11 and 96. RGB value is (230,17,150). Sum of RGB (Red+Green+Blue) = 230+17+150=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E61196 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61196 is #19EE69. Grayscale: #5F5F5F. Windows color (decimal): -1699434 or 9834982. OLE color: 9834982.
HSL color Cylindrical-coordinate representation of color #E61196: hue angle of 322.54º degrees, saturation: 0.86, 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 #E61196 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 150 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.10 |
| HSL | 322.54º | 0.86% | 0.48% | - |
| HSV(B) | 322.54º | 0.93% | 0.9% | - |
| XYZ | 38.34 | 19.43 | 30.58 | - |
| YUV | 95.85 | 158.57 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 150 | 0 | 0.93 | 0.35 | 0.10 | 322.54 | 0.86 | 0.48 |
| Hex | E6 | 11 | 96 | 0 | 5D | 23 | A | 143 | 56 | 30 |
| Octal | 346 | 21 | 226 | 0 | 135 | 43 | 12 | 503 | 126 | 60 |
| Binary | 11100110 | 10001 | 10010110 | 0 | 1011101 | 100011 | 1010 | 101000011 | 1010110 | 110000 |
Color Harmonies of #E61196
Complementary color
Monochromatic Colors of #E61196
Black with #E61196
Text Example
Text Example
White with #E61196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61196; }
p { color: rgb(230,17,150); }
H1.HeaderClassName
{
color: #E61196;
}
.AnyTagClassName
{
color: #E61196;
}
</style>
background-color css
<style>
a { background-color: #E61196; }
a { background-color: rgb(230,17,150); }
div.DivClassName
{
background-color: #E61196;
}
.BgClassName
{
background-color: #E61196;
}
</style>
border-color css
<style>
span { border-color: #E61196; }
span { border-color: rgb(230,17,150); }
td.TdClassName
{
border-color: #E61196;
}
.TagClassName
{
border-color: #E61196;
}
</style>