Shades of Hollywood Cerise #E20BAC
Tints of Hollywood Cerise #E20BAC
RGB
CMYK
RGB Variations
Color information
#E20BAC (or 0xE20BAC) is known color: Hollywood Cerise. HEX triplet: E2, 0B and AC. RGB value is (226,11,172). Sum of RGB (Red+Green+Blue) = 226+11+172=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E20BAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20BAC is #1DF453. Grayscale: #5D5D5D. Windows color (decimal): -1963092 or 11275234. OLE color: 11275234.
HSL color Cylindrical-coordinate representation of color #E20BAC: hue angle of 315.07º 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 #E20BAC is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 172 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.11 |
| HSL | 315.07º | 0.91% | 0.46% | - |
| HSV(B) | 315.07º | 0.95% | 0.89% | - |
| XYZ | 38.93 | 19.39 | 40.72 | - |
| YUV | 93.64 | 172.23 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 172 | 0 | 0.95 | 0.24 | 0.11 | 315.07 | 0.91 | 0.46 |
| Hex | E2 | B | AC | 0 | 5F | 18 | B | 13B | 5B | 2E |
| Octal | 342 | 13 | 254 | 0 | 137 | 30 | 13 | 473 | 133 | 56 |
| Binary | 11100010 | 1011 | 10101100 | 0 | 1011111 | 11000 | 1011 | 100111011 | 1011011 | 101110 |
Color Harmonies of #E20BAC
Complementary color
Monochromatic Colors of #E20BAC
Black with #E20BAC
Text Example
Text Example
White with #E20BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BAC; }
p { color: rgb(226,11,172); }
H1.HeaderClassName
{
color: #E20BAC;
}
.AnyTagClassName
{
color: #E20BAC;
}
</style>
background-color css
<style>
a { background-color: #E20BAC; }
a { background-color: rgb(226,11,172); }
div.DivClassName
{
background-color: #E20BAC;
}
.BgClassName
{
background-color: #E20BAC;
}
</style>
border-color css
<style>
span { border-color: #E20BAC; }
span { border-color: rgb(226,11,172); }
td.TdClassName
{
border-color: #E20BAC;
}
.TagClassName
{
border-color: #E20BAC;
}
</style>