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