Shades of Hollywood Cerise #E01BA1
Tints of Hollywood Cerise #E01BA1
RGB
CMYK
RGB Variations
Color information
#E01BA1 (or 0xE01BA1) is known color: Hollywood Cerise. HEX triplet: E0, 1B and A1. RGB value is (224,27,161). Sum of RGB (Red+Green+Blue) = 224+27+161=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01BA1 is #1FE45E. Grayscale: #646464. Windows color (decimal): -2090079 or 10558432. OLE color: 10558432.
HSL color Cylindrical-coordinate representation of color #E01BA1: hue angle of 319.19º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01BA1 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 161 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.12 |
| HSL | 319.19º | 0.78% | 0.49% | - |
| HSV(B) | 319.19º | 0.88% | 0.88% | - |
| XYZ | 37.57 | 19.2 | 35.45 | - |
| YUV | 101.18 | 161.77 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 161 | 0 | 0.88 | 0.28 | 0.12 | 319.19 | 0.78 | 0.49 |
| Hex | E0 | 1B | A1 | 0 | 58 | 1C | C | 13F | 4E | 31 |
| Octal | 340 | 33 | 241 | 0 | 130 | 34 | 14 | 477 | 116 | 61 |
| Binary | 11100000 | 11011 | 10100001 | 0 | 1011000 | 11100 | 1100 | 100111111 | 1001110 | 110001 |
Color Harmonies of #E01BA1
Complementary color
Monochromatic Colors of #E01BA1
Black with #E01BA1
Text Example
Text Example
White with #E01BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BA1; }
p { color: rgb(224,27,161); }
H1.HeaderClassName
{
color: #E01BA1;
}
.AnyTagClassName
{
color: #E01BA1;
}
</style>
background-color css
<style>
a { background-color: #E01BA1; }
a { background-color: rgb(224,27,161); }
div.DivClassName
{
background-color: #E01BA1;
}
.BgClassName
{
background-color: #E01BA1;
}
</style>
border-color css
<style>
span { border-color: #E01BA1; }
span { border-color: rgb(224,27,161); }
td.TdClassName
{
border-color: #E01BA1;
}
.TagClassName
{
border-color: #E01BA1;
}
</style>