Shades of Hollywood Cerise #E4019F
Tints of Hollywood Cerise #E4019F
RGB
CMYK
RGB Variations
Color information
#E4019F (or 0xE4019F) is known color: Hollywood Cerise. HEX triplet: E4, 01 and 9F. RGB value is (228,1,159). Sum of RGB (Red+Green+Blue) = 228+1+159=388 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.76% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 228 - color contains mainly: red. Hex color #E4019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4019F is #1BFE60. Grayscale: #565656. Windows color (decimal): -1834593 or 10420708. OLE color: 10420708.
HSL color Cylindrical-coordinate representation of color #E4019F: hue angle of 318.24º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4019F is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 159 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.11 |
| HSL | 318.24º | 0.99% | 0.45% | - |
| HSV(B) | 318.24º | 1% | 0.89% | - |
| XYZ | 38.26 | 19.02 | 34.46 | - |
| YUV | 86.89 | 168.71 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 159 | 0 | 1.00 | 0.30 | 0.11 | 318.24 | 0.99 | 0.45 |
| Hex | E4 | 1 | 9F | 0 | 64 | 1E | B | 13E | 63 | 2D |
| Octal | 344 | 1 | 237 | 0 | 144 | 36 | 13 | 476 | 143 | 55 |
| Binary | 11100100 | 1 | 10011111 | 0 | 1100100 | 11110 | 1011 | 100111110 | 1100011 | 101101 |
Color Harmonies of #E4019F
Complementary color
Monochromatic Colors of #E4019F
Black with #E4019F
Text Example
Text Example
White with #E4019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4019F; }
p { color: rgb(228,1,159); }
H1.HeaderClassName
{
color: #E4019F;
}
.AnyTagClassName
{
color: #E4019F;
}
</style>
background-color css
<style>
a { background-color: #E4019F; }
a { background-color: rgb(228,1,159); }
div.DivClassName
{
background-color: #E4019F;
}
.BgClassName
{
background-color: #E4019F;
}
</style>
border-color css
<style>
span { border-color: #E4019F; }
span { border-color: rgb(228,1,159); }
td.TdClassName
{
border-color: #E4019F;
}
.TagClassName
{
border-color: #E4019F;
}
</style>