Shades of Hollywood Cerise #E40BAC
Tints of Hollywood Cerise #E40BAC
RGB
CMYK
RGB Variations
Color information
#E40BAC (or 0xE40BAC) is known color: Hollywood Cerise. HEX triplet: E4, 0B and AC. RGB value is (228,11,172). Sum of RGB (Red+Green+Blue) = 228+11+172=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40BAC is #1BF453. Grayscale: #5D5D5D. Windows color (decimal): -1832020 or 11275236. OLE color: 11275236.
HSL color Cylindrical-coordinate representation of color #E40BAC: hue angle of 315.48º degrees, saturation: 0.91, 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 #E40BAC is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 172 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.11 |
| HSL | 315.48º | 0.91% | 0.47% | - |
| HSV(B) | 315.48º | 0.95% | 0.89% | - |
| XYZ | 39.56 | 19.71 | 40.75 | - |
| YUV | 94.24 | 171.89 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 172 | 0 | 0.95 | 0.25 | 0.11 | 315.48 | 0.91 | 0.47 |
| Hex | E4 | B | AC | 0 | 5F | 19 | B | 13B | 5B | 2F |
| Octal | 344 | 13 | 254 | 0 | 137 | 31 | 13 | 473 | 133 | 57 |
| Binary | 11100100 | 1011 | 10101100 | 0 | 1011111 | 11001 | 1011 | 100111011 | 1011011 | 101111 |
Color Harmonies of #E40BAC
Complementary color
Monochromatic Colors of #E40BAC
Black with #E40BAC
Text Example
Text Example
White with #E40BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BAC; }
p { color: rgb(228,11,172); }
H1.HeaderClassName
{
color: #E40BAC;
}
.AnyTagClassName
{
color: #E40BAC;
}
</style>
background-color css
<style>
a { background-color: #E40BAC; }
a { background-color: rgb(228,11,172); }
div.DivClassName
{
background-color: #E40BAC;
}
.BgClassName
{
background-color: #E40BAC;
}
</style>
border-color css
<style>
span { border-color: #E40BAC; }
span { border-color: rgb(228,11,172); }
td.TdClassName
{
border-color: #E40BAC;
}
.TagClassName
{
border-color: #E40BAC;
}
</style>