Shades of Hollywood Cerise #E40BA4
Tints of Hollywood Cerise #E40BA4
RGB
CMYK
RGB Variations
Color information
#E40BA4 (or 0xE40BA4) is known color: Hollywood Cerise. HEX triplet: E4, 0B and A4. RGB value is (228,11,164). Sum of RGB (Red+Green+Blue) = 228+11+164=403 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.58% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40BA4 is #1BF45B. Grayscale: #5C5C5C. Windows color (decimal): -1832028 or 10750948. OLE color: 10750948.
HSL color Cylindrical-coordinate representation of color #E40BA4: hue angle of 317.7º 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 #E40BA4 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 164 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.11 |
| HSL | 317.7º | 0.91% | 0.47% | - |
| HSV(B) | 317.7º | 0.95% | 0.89% | - |
| XYZ | 38.82 | 19.41 | 36.82 | - |
| YUV | 93.33 | 167.89 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 164 | 0 | 0.95 | 0.28 | 0.11 | 317.7 | 0.91 | 0.47 |
| Hex | E4 | B | A4 | 0 | 5F | 1C | B | 13E | 5B | 2F |
| Octal | 344 | 13 | 244 | 0 | 137 | 34 | 13 | 476 | 133 | 57 |
| Binary | 11100100 | 1011 | 10100100 | 0 | 1011111 | 11100 | 1011 | 100111110 | 1011011 | 101111 |
Color Harmonies of #E40BA4
Complementary color
Monochromatic Colors of #E40BA4
Black with #E40BA4
Text Example
Text Example
White with #E40BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BA4; }
p { color: rgb(228,11,164); }
H1.HeaderClassName
{
color: #E40BA4;
}
.AnyTagClassName
{
color: #E40BA4;
}
</style>
background-color css
<style>
a { background-color: #E40BA4; }
a { background-color: rgb(228,11,164); }
div.DivClassName
{
background-color: #E40BA4;
}
.BgClassName
{
background-color: #E40BA4;
}
</style>
border-color css
<style>
span { border-color: #E40BA4; }
span { border-color: rgb(228,11,164); }
td.TdClassName
{
border-color: #E40BA4;
}
.TagClassName
{
border-color: #E40BA4;
}
</style>