Shades of Hollywood Cerise #E219A2
Tints of Hollywood Cerise #E219A2
RGB
CMYK
RGB Variations
Color information
#E219A2 (or 0xE219A2) is known color: Hollywood Cerise. HEX triplet: E2, 19 and A2. RGB value is (226,25,162). Sum of RGB (Red+Green+Blue) = 226+25+162=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E219A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E219A2 is #1DE65D. Grayscale: #646464. Windows color (decimal): -1959518 or 10623458. OLE color: 10623458.
HSL color Cylindrical-coordinate representation of color #E219A2: hue angle of 319.1º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E219A2 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 162 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.11 |
| HSL | 319.1º | 0.8% | 0.49% | - |
| HSV(B) | 319.1º | 0.89% | 0.89% | - |
| XYZ | 38.23 | 19.47 | 35.93 | - |
| YUV | 100.72 | 162.59 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 162 | 0 | 0.89 | 0.28 | 0.11 | 319.1 | 0.8 | 0.49 |
| Hex | E2 | 19 | A2 | 0 | 59 | 1C | B | 13F | 50 | 31 |
| Octal | 342 | 31 | 242 | 0 | 131 | 34 | 13 | 477 | 120 | 61 |
| Binary | 11100010 | 11001 | 10100010 | 0 | 1011001 | 11100 | 1011 | 100111111 | 1010000 | 110001 |
Color Harmonies of #E219A2
Complementary color
Monochromatic Colors of #E219A2
Black with #E219A2
Text Example
Text Example
White with #E219A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E219A2; }
p { color: rgb(226,25,162); }
H1.HeaderClassName
{
color: #E219A2;
}
.AnyTagClassName
{
color: #E219A2;
}
</style>
background-color css
<style>
a { background-color: #E219A2; }
a { background-color: rgb(226,25,162); }
div.DivClassName
{
background-color: #E219A2;
}
.BgClassName
{
background-color: #E219A2;
}
</style>
border-color css
<style>
span { border-color: #E219A2; }
span { border-color: rgb(226,25,162); }
td.TdClassName
{
border-color: #E219A2;
}
.TagClassName
{
border-color: #E219A2;
}
</style>