Shades of Hollywood Cerise #E40BAE
Tints of Hollywood Cerise #E40BAE
RGB
CMYK
RGB Variations
Color information
#E40BAE (or 0xE40BAE) is known color: Hollywood Cerise. HEX triplet: E4, 0B and AE. RGB value is (228,11,174). Sum of RGB (Red+Green+Blue) = 228+11+174=413 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.21% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40BAE is #1BF451. Grayscale: #5E5E5E. Windows color (decimal): -1832018 or 11406308. OLE color: 11406308.
HSL color Cylindrical-coordinate representation of color #E40BAE: hue angle of 314.93º 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 #E40BAE is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 174 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.11 |
| HSL | 314.93º | 0.91% | 0.47% | - |
| HSV(B) | 314.93º | 0.95% | 0.89% | - |
| XYZ | 39.75 | 19.79 | 41.77 | - |
| YUV | 94.47 | 172.89 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 174 | 0 | 0.95 | 0.24 | 0.11 | 314.93 | 0.91 | 0.47 |
| Hex | E4 | B | AE | 0 | 5F | 18 | B | 13B | 5B | 2F |
| Octal | 344 | 13 | 256 | 0 | 137 | 30 | 13 | 473 | 133 | 57 |
| Binary | 11100100 | 1011 | 10101110 | 0 | 1011111 | 11000 | 1011 | 100111011 | 1011011 | 101111 |
Color Harmonies of #E40BAE
Complementary color
Monochromatic Colors of #E40BAE
Black with #E40BAE
Text Example
Text Example
White with #E40BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BAE; }
p { color: rgb(228,11,174); }
H1.HeaderClassName
{
color: #E40BAE;
}
.AnyTagClassName
{
color: #E40BAE;
}
</style>
background-color css
<style>
a { background-color: #E40BAE; }
a { background-color: rgb(228,11,174); }
div.DivClassName
{
background-color: #E40BAE;
}
.BgClassName
{
background-color: #E40BAE;
}
</style>
border-color css
<style>
span { border-color: #E40BAE; }
span { border-color: rgb(228,11,174); }
td.TdClassName
{
border-color: #E40BAE;
}
.TagClassName
{
border-color: #E40BAE;
}
</style>