Shades of Hollywood Cerise #E5019E
Tints of Hollywood Cerise #E5019E
RGB
CMYK
RGB Variations
Color information
#E5019E (or 0xE5019E) is known color: Hollywood Cerise. HEX triplet: E5, 01 and 9E. RGB value is (229,1,158). Sum of RGB (Red+Green+Blue) = 229+1+158=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E5019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5019E is #1AFE61. Grayscale: #565656. Windows color (decimal): -1769058 or 10355173. OLE color: 10355173.
HSL color Cylindrical-coordinate representation of color #E5019E: hue angle of 318.68º 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 #E5019E is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 158 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.10 |
| HSL | 318.68º | 0.99% | 0.45% | - |
| HSV(B) | 318.68º | 1% | 0.9% | - |
| XYZ | 38.5 | 19.15 | 34.01 | - |
| YUV | 87.07 | 168.04 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 158 | 0 | 1.00 | 0.31 | 0.10 | 318.68 | 0.99 | 0.45 |
| Hex | E5 | 1 | 9E | 0 | 64 | 1F | A | 13F | 63 | 2D |
| Octal | 345 | 1 | 236 | 0 | 144 | 37 | 12 | 477 | 143 | 55 |
| Binary | 11100101 | 1 | 10011110 | 0 | 1100100 | 11111 | 1010 | 100111111 | 1100011 | 101101 |
Color Harmonies of #E5019E
Complementary color
Monochromatic Colors of #E5019E
Black with #E5019E
Text Example
Text Example
White with #E5019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5019E; }
p { color: rgb(229,1,158); }
H1.HeaderClassName
{
color: #E5019E;
}
.AnyTagClassName
{
color: #E5019E;
}
</style>
background-color css
<style>
a { background-color: #E5019E; }
a { background-color: rgb(229,1,158); }
div.DivClassName
{
background-color: #E5019E;
}
.BgClassName
{
background-color: #E5019E;
}
</style>
border-color css
<style>
span { border-color: #E5019E; }
span { border-color: rgb(229,1,158); }
td.TdClassName
{
border-color: #E5019E;
}
.TagClassName
{
border-color: #E5019E;
}
</style>