Shades of Hollywood Cerise #E20BAB
Tints of Hollywood Cerise #E20BAB
RGB
CMYK
RGB Variations
Color information
#E20BAB (or 0xE20BAB) is known color: Hollywood Cerise. HEX triplet: E2, 0B and AB. RGB value is (226,11,171). Sum of RGB (Red+Green+Blue) = 226+11+171=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E20BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20BAB is #1DF454. Grayscale: #5D5D5D. Windows color (decimal): -1963093 or 11209698. OLE color: 11209698.
HSL color Cylindrical-coordinate representation of color #E20BAB: hue angle of 315.35º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20BAB is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 171 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.11 |
| HSL | 315.35º | 0.91% | 0.46% | - |
| HSV(B) | 315.35º | 0.95% | 0.89% | - |
| XYZ | 38.83 | 19.35 | 40.22 | - |
| YUV | 93.53 | 171.73 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 171 | 0 | 0.95 | 0.24 | 0.11 | 315.35 | 0.91 | 0.46 |
| Hex | E2 | B | AB | 0 | 5F | 18 | B | 13B | 5B | 2E |
| Octal | 342 | 13 | 253 | 0 | 137 | 30 | 13 | 473 | 133 | 56 |
| Binary | 11100010 | 1011 | 10101011 | 0 | 1011111 | 11000 | 1011 | 100111011 | 1011011 | 101110 |
Color Harmonies of #E20BAB
Complementary color
Monochromatic Colors of #E20BAB
Black with #E20BAB
Text Example
Text Example
White with #E20BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BAB; }
p { color: rgb(226,11,171); }
H1.HeaderClassName
{
color: #E20BAB;
}
.AnyTagClassName
{
color: #E20BAB;
}
</style>
background-color css
<style>
a { background-color: #E20BAB; }
a { background-color: rgb(226,11,171); }
div.DivClassName
{
background-color: #E20BAB;
}
.BgClassName
{
background-color: #E20BAB;
}
</style>
border-color css
<style>
span { border-color: #E20BAB; }
span { border-color: rgb(226,11,171); }
td.TdClassName
{
border-color: #E20BAB;
}
.TagClassName
{
border-color: #E20BAB;
}
</style>