Shades of Hollywood Cerise #E20CAA
Tints of Hollywood Cerise #E20CAA
RGB
CMYK
RGB Variations
Color information
#E20CAA (or 0xE20CAA) is known color: Hollywood Cerise. HEX triplet: E2, 0C and AA. RGB value is (226,12,170). Sum of RGB (Red+Green+Blue) = 226+12+170=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20CAA is #1DF355. Grayscale: #5D5D5D. Windows color (decimal): -1962838 or 11144418. OLE color: 11144418.
HSL color Cylindrical-coordinate representation of color #E20CAA: hue angle of 315.7º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20CAA is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 170 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.11 |
| HSL | 315.7º | 0.9% | 0.47% | - |
| HSV(B) | 315.7º | 0.95% | 0.89% | - |
| XYZ | 38.75 | 19.33 | 39.72 | - |
| YUV | 94 | 170.9 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 170 | 0 | 0.95 | 0.25 | 0.11 | 315.7 | 0.9 | 0.47 |
| Hex | E2 | C | AA | 0 | 5F | 19 | B | 13C | 5A | 2F |
| Octal | 342 | 14 | 252 | 0 | 137 | 31 | 13 | 474 | 132 | 57 |
| Binary | 11100010 | 1100 | 10101010 | 0 | 1011111 | 11001 | 1011 | 100111100 | 1011010 | 101111 |
Color Harmonies of #E20CAA
Complementary color
Monochromatic Colors of #E20CAA
Black with #E20CAA
Text Example
Text Example
White with #E20CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CAA; }
p { color: rgb(226,12,170); }
H1.HeaderClassName
{
color: #E20CAA;
}
.AnyTagClassName
{
color: #E20CAA;
}
</style>
background-color css
<style>
a { background-color: #E20CAA; }
a { background-color: rgb(226,12,170); }
div.DivClassName
{
background-color: #E20CAA;
}
.BgClassName
{
background-color: #E20CAA;
}
</style>
border-color css
<style>
span { border-color: #E20CAA; }
span { border-color: rgb(226,12,170); }
td.TdClassName
{
border-color: #E20CAA;
}
.TagClassName
{
border-color: #E20CAA;
}
</style>