Shades of Hollywood Cerise #E20AAB
Tints of Hollywood Cerise #E20AAB
RGB
CMYK
RGB Variations
Color information
#E20AAB (or 0xE20AAB) is known color: Hollywood Cerise. HEX triplet: E2, 0A and AB. RGB value is (226,10,171). Sum of RGB (Red+Green+Blue) = 226+10+171=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E20AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20AAB is #1DF554. Grayscale: #5C5C5C. Windows color (decimal): -1963349 or 11209442. OLE color: 11209442.
HSL color Cylindrical-coordinate representation of color #E20AAB: hue angle of 315.28º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20AAB is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 171 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.11 |
| HSL | 315.28º | 0.92% | 0.46% | - |
| HSV(B) | 315.28º | 0.96% | 0.89% | - |
| XYZ | 38.82 | 19.33 | 40.21 | - |
| YUV | 92.94 | 172.06 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 171 | 0 | 0.96 | 0.24 | 0.11 | 315.28 | 0.92 | 0.46 |
| Hex | E2 | A | AB | 0 | 60 | 18 | B | 13B | 5C | 2E |
| Octal | 342 | 12 | 253 | 0 | 140 | 30 | 13 | 473 | 134 | 56 |
| Binary | 11100010 | 1010 | 10101011 | 0 | 1100000 | 11000 | 1011 | 100111011 | 1011100 | 101110 |
Color Harmonies of #E20AAB
Complementary color
Monochromatic Colors of #E20AAB
Black with #E20AAB
Text Example
Text Example
White with #E20AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20AAB; }
p { color: rgb(226,10,171); }
H1.HeaderClassName
{
color: #E20AAB;
}
.AnyTagClassName
{
color: #E20AAB;
}
</style>
background-color css
<style>
a { background-color: #E20AAB; }
a { background-color: rgb(226,10,171); }
div.DivClassName
{
background-color: #E20AAB;
}
.BgClassName
{
background-color: #E20AAB;
}
</style>
border-color css
<style>
span { border-color: #E20AAB; }
span { border-color: rgb(226,10,171); }
td.TdClassName
{
border-color: #E20AAB;
}
.TagClassName
{
border-color: #E20AAB;
}
</style>