Shades of Hollywood Cerise #E11AA2
Tints of Hollywood Cerise #E11AA2
RGB
CMYK
RGB Variations
Color information
#E11AA2 (or 0xE11AA2) is known color: Hollywood Cerise. HEX triplet: E1, 1A and A2. RGB value is (225,26,162). Sum of RGB (Red+Green+Blue) = 225+26+162=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E11AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11AA2 is #1EE55D. Grayscale: #646464. Windows color (decimal): -2024798 or 10623713. OLE color: 10623713.
HSL color Cylindrical-coordinate representation of color #E11AA2: hue angle of 318.99º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11AA2 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 162 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.12 |
| HSL | 319º | 0.79% | 0.49% | - |
| HSV(B) | 319º | 0.88% | 0.88% | - |
| XYZ | 37.94 | 19.35 | 35.92 | - |
| YUV | 101.01 | 162.43 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 162 | 0 | 0.88 | 0.28 | 0.12 | 319 | 0.79 | 0.49 |
| Hex | E1 | 1A | A2 | 0 | 58 | 1C | C | 13F | 4F | 31 |
| Octal | 341 | 32 | 242 | 0 | 130 | 34 | 14 | 477 | 117 | 61 |
| Binary | 11100001 | 11010 | 10100010 | 0 | 1011000 | 11100 | 1100 | 100111111 | 1001111 | 110001 |
Color Harmonies of #E11AA2
Complementary color
Monochromatic Colors of #E11AA2
Black with #E11AA2
Text Example
Text Example
White with #E11AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11AA2; }
p { color: rgb(225,26,162); }
H1.HeaderClassName
{
color: #E11AA2;
}
.AnyTagClassName
{
color: #E11AA2;
}
</style>
background-color css
<style>
a { background-color: #E11AA2; }
a { background-color: rgb(225,26,162); }
div.DivClassName
{
background-color: #E11AA2;
}
.BgClassName
{
background-color: #E11AA2;
}
</style>
border-color css
<style>
span { border-color: #E11AA2; }
span { border-color: rgb(225,26,162); }
td.TdClassName
{
border-color: #E11AA2;
}
.TagClassName
{
border-color: #E11AA2;
}
</style>