Shades of Hollywood Cerise #E21295
Tints of Hollywood Cerise #E21295
RGB
CMYK
RGB Variations
Color information
#E21295 (or 0xE21295) is known color: Hollywood Cerise. HEX triplet: E2, 12 and 95. RGB value is (226,18,149). Sum of RGB (Red+Green+Blue) = 226+18+149=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E21295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21295 is #1DED6A. Grayscale: #5E5E5E. Windows color (decimal): -1961323 or 9769698. OLE color: 9769698.
HSL color Cylindrical-coordinate representation of color #E21295: hue angle of 322.21º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21295 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 149 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.11 |
| HSL | 322.21º | 0.85% | 0.48% | - |
| HSV(B) | 322.21º | 0.92% | 0.89% | - |
| XYZ | 37.01 | 18.77 | 30.11 | - |
| YUV | 95.13 | 158.41 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 149 | 0 | 0.92 | 0.34 | 0.11 | 322.21 | 0.85 | 0.48 |
| Hex | E2 | 12 | 95 | 0 | 5C | 22 | B | 142 | 55 | 30 |
| Octal | 342 | 22 | 225 | 0 | 134 | 42 | 13 | 502 | 125 | 60 |
| Binary | 11100010 | 10010 | 10010101 | 0 | 1011100 | 100010 | 1011 | 101000010 | 1010101 | 110000 |
Color Harmonies of #E21295
Complementary color
Monochromatic Colors of #E21295
Black with #E21295
Text Example
Text Example
White with #E21295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21295; }
p { color: rgb(226,18,149); }
H1.HeaderClassName
{
color: #E21295;
}
.AnyTagClassName
{
color: #E21295;
}
</style>
background-color css
<style>
a { background-color: #E21295; }
a { background-color: rgb(226,18,149); }
div.DivClassName
{
background-color: #E21295;
}
.BgClassName
{
background-color: #E21295;
}
</style>
border-color css
<style>
span { border-color: #E21295; }
span { border-color: rgb(226,18,149); }
td.TdClassName
{
border-color: #E21295;
}
.TagClassName
{
border-color: #E21295;
}
</style>