Shades of Hollywood Cerise #E40BAA
Tints of Hollywood Cerise #E40BAA
RGB
CMYK
RGB Variations
Color information
#E40BAA (or 0xE40BAA) is known color: Hollywood Cerise. HEX triplet: E4, 0B and AA. RGB value is (228,11,170). Sum of RGB (Red+Green+Blue) = 228+11+170=409 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.75% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40BAA is #1BF455. Grayscale: #5D5D5D. Windows color (decimal): -1832022 or 11144164. OLE color: 11144164.
HSL color Cylindrical-coordinate representation of color #E40BAA: hue angle of 316.04º 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 #E40BAA is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 170 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.11 |
| HSL | 316.04º | 0.91% | 0.47% | - |
| HSV(B) | 316.04º | 0.95% | 0.89% | - |
| XYZ | 39.37 | 19.64 | 39.75 | - |
| YUV | 94.01 | 170.89 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 170 | 0 | 0.95 | 0.25 | 0.11 | 316.04 | 0.91 | 0.47 |
| Hex | E4 | B | AA | 0 | 5F | 19 | B | 13C | 5B | 2F |
| Octal | 344 | 13 | 252 | 0 | 137 | 31 | 13 | 474 | 133 | 57 |
| Binary | 11100100 | 1011 | 10101010 | 0 | 1011111 | 11001 | 1011 | 100111100 | 1011011 | 101111 |
Color Harmonies of #E40BAA
Complementary color
Monochromatic Colors of #E40BAA
Black with #E40BAA
Text Example
Text Example
White with #E40BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BAA; }
p { color: rgb(228,11,170); }
H1.HeaderClassName
{
color: #E40BAA;
}
.AnyTagClassName
{
color: #E40BAA;
}
</style>
background-color css
<style>
a { background-color: #E40BAA; }
a { background-color: rgb(228,11,170); }
div.DivClassName
{
background-color: #E40BAA;
}
.BgClassName
{
background-color: #E40BAA;
}
</style>
border-color css
<style>
span { border-color: #E40BAA; }
span { border-color: rgb(228,11,170); }
td.TdClassName
{
border-color: #E40BAA;
}
.TagClassName
{
border-color: #E40BAA;
}
</style>