Shades of Hollywood Cerise #E01AA2
Tints of Hollywood Cerise #E01AA2
RGB
CMYK
RGB Variations
Color information
#E01AA2 (or 0xE01AA2) is known color: Hollywood Cerise. HEX triplet: E0, 1A and A2. RGB value is (224,26,162). Sum of RGB (Red+Green+Blue) = 224+26+162=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E01AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01AA2 is #1FE55D. Grayscale: #646464. Windows color (decimal): -2090334 or 10623712. OLE color: 10623712.
HSL color Cylindrical-coordinate representation of color #E01AA2: hue angle of 318.79º 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 #E01AA2 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 162 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.12 |
| HSL | 318.79º | 0.79% | 0.49% | - |
| HSV(B) | 318.79º | 0.88% | 0.88% | - |
| XYZ | 37.63 | 19.19 | 35.9 | - |
| YUV | 100.71 | 162.6 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 162 | 0 | 0.88 | 0.28 | 0.12 | 318.79 | 0.79 | 0.49 |
| Hex | E0 | 1A | A2 | 0 | 58 | 1C | C | 13F | 4F | 31 |
| Octal | 340 | 32 | 242 | 0 | 130 | 34 | 14 | 477 | 117 | 61 |
| Binary | 11100000 | 11010 | 10100010 | 0 | 1011000 | 11100 | 1100 | 100111111 | 1001111 | 110001 |
Color Harmonies of #E01AA2
Complementary color
Monochromatic Colors of #E01AA2
Black with #E01AA2
Text Example
Text Example
White with #E01AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01AA2; }
p { color: rgb(224,26,162); }
H1.HeaderClassName
{
color: #E01AA2;
}
.AnyTagClassName
{
color: #E01AA2;
}
</style>
background-color css
<style>
a { background-color: #E01AA2; }
a { background-color: rgb(224,26,162); }
div.DivClassName
{
background-color: #E01AA2;
}
.BgClassName
{
background-color: #E01AA2;
}
</style>
border-color css
<style>
span { border-color: #E01AA2; }
span { border-color: rgb(224,26,162); }
td.TdClassName
{
border-color: #E01AA2;
}
.TagClassName
{
border-color: #E01AA2;
}
</style>