Shades of Hollywood Cerise #E4019E
Tints of Hollywood Cerise #E4019E
RGB
CMYK
RGB Variations
Color information
#E4019E (or 0xE4019E) is known color: Hollywood Cerise. HEX triplet: E4, 01 and 9E. RGB value is (228,1,158). Sum of RGB (Red+Green+Blue) = 228+1+158=387 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.91% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 228 - color contains mainly: red. Hex color #E4019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4019E is #1BFE61. Grayscale: #565656. Windows color (decimal): -1834594 or 10355172. OLE color: 10355172.
HSL color Cylindrical-coordinate representation of color #E4019E: hue angle of 318.5º 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 #E4019E is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 158 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.11 |
| HSL | 318.5º | 0.99% | 0.45% | - |
| HSV(B) | 318.5º | 1% | 0.89% | - |
| XYZ | 38.18 | 18.98 | 34 | - |
| YUV | 86.77 | 168.21 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 158 | 0 | 1.00 | 0.31 | 0.11 | 318.5 | 0.99 | 0.45 |
| Hex | E4 | 1 | 9E | 0 | 64 | 1F | B | 13F | 63 | 2D |
| Octal | 344 | 1 | 236 | 0 | 144 | 37 | 13 | 477 | 143 | 55 |
| Binary | 11100100 | 1 | 10011110 | 0 | 1100100 | 11111 | 1011 | 100111111 | 1100011 | 101101 |
Color Harmonies of #E4019E
Complementary color
Monochromatic Colors of #E4019E
Black with #E4019E
Text Example
Text Example
White with #E4019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4019E; }
p { color: rgb(228,1,158); }
H1.HeaderClassName
{
color: #E4019E;
}
.AnyTagClassName
{
color: #E4019E;
}
</style>
background-color css
<style>
a { background-color: #E4019E; }
a { background-color: rgb(228,1,158); }
div.DivClassName
{
background-color: #E4019E;
}
.BgClassName
{
background-color: #E4019E;
}
</style>
border-color css
<style>
span { border-color: #E4019E; }
span { border-color: rgb(228,1,158); }
td.TdClassName
{
border-color: #E4019E;
}
.TagClassName
{
border-color: #E4019E;
}
</style>