Shades of Hollywood Cerise #E01BA0
Tints of Hollywood Cerise #E01BA0
RGB
CMYK
RGB Variations
Color information
#E01BA0 (or 0xE01BA0) is known color: Hollywood Cerise. HEX triplet: E0, 1B and A0. RGB value is (224,27,160). Sum of RGB (Red+Green+Blue) = 224+27+160=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01BA0 is #1FE45F. Grayscale: #646464. Windows color (decimal): -2090080 or 10492896. OLE color: 10492896.
HSL color Cylindrical-coordinate representation of color #E01BA0: hue angle of 319.49º 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 #E01BA0 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 160 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.12 |
| HSL | 319.49º | 0.78% | 0.49% | - |
| HSV(B) | 319.49º | 0.88% | 0.88% | - |
| XYZ | 37.48 | 19.17 | 34.98 | - |
| YUV | 101.07 | 161.27 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 160 | 0 | 0.88 | 0.29 | 0.12 | 319.49 | 0.78 | 0.49 |
| Hex | E0 | 1B | A0 | 0 | 58 | 1D | C | 13F | 4E | 31 |
| Octal | 340 | 33 | 240 | 0 | 130 | 35 | 14 | 477 | 116 | 61 |
| Binary | 11100000 | 11011 | 10100000 | 0 | 1011000 | 11101 | 1100 | 100111111 | 1001110 | 110001 |
Color Harmonies of #E01BA0
Complementary color
Monochromatic Colors of #E01BA0
Black with #E01BA0
Text Example
Text Example
White with #E01BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BA0; }
p { color: rgb(224,27,160); }
H1.HeaderClassName
{
color: #E01BA0;
}
.AnyTagClassName
{
color: #E01BA0;
}
</style>
background-color css
<style>
a { background-color: #E01BA0; }
a { background-color: rgb(224,27,160); }
div.DivClassName
{
background-color: #E01BA0;
}
.BgClassName
{
background-color: #E01BA0;
}
</style>
border-color css
<style>
span { border-color: #E01BA0; }
span { border-color: rgb(224,27,160); }
td.TdClassName
{
border-color: #E01BA0;
}
.TagClassName
{
border-color: #E01BA0;
}
</style>