Shades of Hollywood Cerise #E40BAB
Tints of Hollywood Cerise #E40BAB
RGB
CMYK
RGB Variations
Color information
#E40BAB (or 0xE40BAB) is known color: Hollywood Cerise. HEX triplet: E4, 0B and AB. RGB value is (228,11,171). Sum of RGB (Red+Green+Blue) = 228+11+171=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40BAB is #1BF454. Grayscale: #5D5D5D. Windows color (decimal): -1832021 or 11209700. OLE color: 11209700.
HSL color Cylindrical-coordinate representation of color #E40BAB: hue angle of 315.76º 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 #E40BAB is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 171 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.11 |
| HSL | 315.76º | 0.91% | 0.47% | - |
| HSV(B) | 315.76º | 0.95% | 0.89% | - |
| XYZ | 39.47 | 19.67 | 40.25 | - |
| YUV | 94.12 | 171.39 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 171 | 0 | 0.95 | 0.25 | 0.11 | 315.76 | 0.91 | 0.47 |
| Hex | E4 | B | AB | 0 | 5F | 19 | B | 13C | 5B | 2F |
| Octal | 344 | 13 | 253 | 0 | 137 | 31 | 13 | 474 | 133 | 57 |
| Binary | 11100100 | 1011 | 10101011 | 0 | 1011111 | 11001 | 1011 | 100111100 | 1011011 | 101111 |
Color Harmonies of #E40BAB
Complementary color
Monochromatic Colors of #E40BAB
Black with #E40BAB
Text Example
Text Example
White with #E40BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BAB; }
p { color: rgb(228,11,171); }
H1.HeaderClassName
{
color: #E40BAB;
}
.AnyTagClassName
{
color: #E40BAB;
}
</style>
background-color css
<style>
a { background-color: #E40BAB; }
a { background-color: rgb(228,11,171); }
div.DivClassName
{
background-color: #E40BAB;
}
.BgClassName
{
background-color: #E40BAB;
}
</style>
border-color css
<style>
span { border-color: #E40BAB; }
span { border-color: rgb(228,11,171); }
td.TdClassName
{
border-color: #E40BAB;
}
.TagClassName
{
border-color: #E40BAB;
}
</style>