Shades of Hollywood Cerise #E5019A
Tints of Hollywood Cerise #E5019A
RGB
CMYK
RGB Variations
Color information
#E5019A (or 0xE5019A) is known color: Hollywood Cerise. HEX triplet: E5, 01 and 9A. RGB value is (229,1,154). Sum of RGB (Red+Green+Blue) = 229+1+154=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E5019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5019A is #1AFE65. Grayscale: #565656. Windows color (decimal): -1769062 or 10093029. OLE color: 10093029.
HSL color Cylindrical-coordinate representation of color #E5019A: hue angle of 319.74º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5019A is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 154 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.10 |
| HSL | 319.74º | 0.99% | 0.45% | - |
| HSV(B) | 319.74º | 1% | 0.9% | - |
| XYZ | 38.16 | 19.01 | 32.23 | - |
| YUV | 86.61 | 166.04 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 154 | 0 | 1.00 | 0.33 | 0.10 | 319.74 | 0.99 | 0.45 |
| Hex | E5 | 1 | 9A | 0 | 64 | 21 | A | 140 | 63 | 2D |
| Octal | 345 | 1 | 232 | 0 | 144 | 41 | 12 | 500 | 143 | 55 |
| Binary | 11100101 | 1 | 10011010 | 0 | 1100100 | 100001 | 1010 | 101000000 | 1100011 | 101101 |
Color Harmonies of #E5019A
Complementary color
Monochromatic Colors of #E5019A
Black with #E5019A
Text Example
Text Example
White with #E5019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5019A; }
p { color: rgb(229,1,154); }
H1.HeaderClassName
{
color: #E5019A;
}
.AnyTagClassName
{
color: #E5019A;
}
</style>
background-color css
<style>
a { background-color: #E5019A; }
a { background-color: rgb(229,1,154); }
div.DivClassName
{
background-color: #E5019A;
}
.BgClassName
{
background-color: #E5019A;
}
</style>
border-color css
<style>
span { border-color: #E5019A; }
span { border-color: rgb(229,1,154); }
td.TdClassName
{
border-color: #E5019A;
}
.TagClassName
{
border-color: #E5019A;
}
</style>