Shades of Hollywood Cerise #E21096
Tints of Hollywood Cerise #E21096
RGB
CMYK
RGB Variations
Color information
#E21096 (or 0xE21096) is known color: Hollywood Cerise. HEX triplet: E2, 10 and 96. RGB value is (226,16,150). Sum of RGB (Red+Green+Blue) = 226+16+150=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E21096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21096 is #1DEF69. Grayscale: #5D5D5D. Windows color (decimal): -1961834 or 9834722. OLE color: 9834722.
HSL color Cylindrical-coordinate representation of color #E21096: hue angle of 321.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E21096 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 150 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.11 |
| HSL | 321.71º | 0.87% | 0.47% | - |
| HSV(B) | 321.71º | 0.93% | 0.89% | - |
| XYZ | 37.05 | 18.74 | 30.52 | - |
| YUV | 94.07 | 159.57 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 150 | 0 | 0.93 | 0.34 | 0.11 | 321.71 | 0.87 | 0.47 |
| Hex | E2 | 10 | 96 | 0 | 5D | 22 | B | 142 | 57 | 2F |
| Octal | 342 | 20 | 226 | 0 | 135 | 42 | 13 | 502 | 127 | 57 |
| Binary | 11100010 | 10000 | 10010110 | 0 | 1011101 | 100010 | 1011 | 101000010 | 1010111 | 101111 |
Color Harmonies of #E21096
Complementary color
Monochromatic Colors of #E21096
Black with #E21096
Text Example
Text Example
White with #E21096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21096; }
p { color: rgb(226,16,150); }
H1.HeaderClassName
{
color: #E21096;
}
.AnyTagClassName
{
color: #E21096;
}
</style>
background-color css
<style>
a { background-color: #E21096; }
a { background-color: rgb(226,16,150); }
div.DivClassName
{
background-color: #E21096;
}
.BgClassName
{
background-color: #E21096;
}
</style>
border-color css
<style>
span { border-color: #E21096; }
span { border-color: rgb(226,16,150); }
td.TdClassName
{
border-color: #E21096;
}
.TagClassName
{
border-color: #E21096;
}
</style>