Shades of Hollywood Cerise #E5019C
Tints of Hollywood Cerise #E5019C
RGB
CMYK
RGB Variations
Color information
#E5019C (or 0xE5019C) is known color: Hollywood Cerise. HEX triplet: E5, 01 and 9C. RGB value is (229,1,156). Sum of RGB (Red+Green+Blue) = 229+1+156=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E5019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5019C is #1AFE63. Grayscale: #565656. Windows color (decimal): -1769060 or 10224101. OLE color: 10224101.
HSL color Cylindrical-coordinate representation of color #E5019C: hue angle of 319.21º 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 #E5019C is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 156 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.10 |
| HSL | 319.21º | 0.99% | 0.45% | - |
| HSV(B) | 319.21º | 1% | 0.9% | - |
| XYZ | 38.32 | 19.08 | 33.12 | - |
| YUV | 86.84 | 167.04 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 156 | 0 | 1.00 | 0.32 | 0.10 | 319.21 | 0.99 | 0.45 |
| Hex | E5 | 1 | 9C | 0 | 64 | 20 | A | 13F | 63 | 2D |
| Octal | 345 | 1 | 234 | 0 | 144 | 40 | 12 | 477 | 143 | 55 |
| Binary | 11100101 | 1 | 10011100 | 0 | 1100100 | 100000 | 1010 | 100111111 | 1100011 | 101101 |
Color Harmonies of #E5019C
Complementary color
Monochromatic Colors of #E5019C
Black with #E5019C
Text Example
Text Example
White with #E5019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5019C; }
p { color: rgb(229,1,156); }
H1.HeaderClassName
{
color: #E5019C;
}
.AnyTagClassName
{
color: #E5019C;
}
</style>
background-color css
<style>
a { background-color: #E5019C; }
a { background-color: rgb(229,1,156); }
div.DivClassName
{
background-color: #E5019C;
}
.BgClassName
{
background-color: #E5019C;
}
</style>
border-color css
<style>
span { border-color: #E5019C; }
span { border-color: rgb(229,1,156); }
td.TdClassName
{
border-color: #E5019C;
}
.TagClassName
{
border-color: #E5019C;
}
</style>