Shades of Hollywood Cerise #E40BA6
Tints of Hollywood Cerise #E40BA6
RGB
CMYK
RGB Variations
Color information
#E40BA6 (or 0xE40BA6) is known color: Hollywood Cerise. HEX triplet: E4, 0B and A6. RGB value is (228,11,166). Sum of RGB (Red+Green+Blue) = 228+11+166=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40BA6 is #1BF459. Grayscale: #5D5D5D. Windows color (decimal): -1832026 or 10882020. OLE color: 10882020.
HSL color Cylindrical-coordinate representation of color #E40BA6: hue angle of 317.14º 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 #E40BA6 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 166 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.11 |
| HSL | 317.14º | 0.91% | 0.47% | - |
| HSV(B) | 317.14º | 0.95% | 0.89% | - |
| XYZ | 39 | 19.49 | 37.78 | - |
| YUV | 93.55 | 168.89 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 166 | 0 | 0.95 | 0.27 | 0.11 | 317.14 | 0.91 | 0.47 |
| Hex | E4 | B | A6 | 0 | 5F | 1B | B | 13D | 5B | 2F |
| Octal | 344 | 13 | 246 | 0 | 137 | 33 | 13 | 475 | 133 | 57 |
| Binary | 11100100 | 1011 | 10100110 | 0 | 1011111 | 11011 | 1011 | 100111101 | 1011011 | 101111 |
Color Harmonies of #E40BA6
Complementary color
Monochromatic Colors of #E40BA6
Black with #E40BA6
Text Example
Text Example
White with #E40BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BA6; }
p { color: rgb(228,11,166); }
H1.HeaderClassName
{
color: #E40BA6;
}
.AnyTagClassName
{
color: #E40BA6;
}
</style>
background-color css
<style>
a { background-color: #E40BA6; }
a { background-color: rgb(228,11,166); }
div.DivClassName
{
background-color: #E40BA6;
}
.BgClassName
{
background-color: #E40BA6;
}
</style>
border-color css
<style>
span { border-color: #E40BA6; }
span { border-color: rgb(228,11,166); }
td.TdClassName
{
border-color: #E40BA6;
}
.TagClassName
{
border-color: #E40BA6;
}
</style>