Shades of Hollywood Cerise #E1019E
Tints of Hollywood Cerise #E1019E
RGB
CMYK
RGB Variations
Color information
#E1019E (or 0xE1019E) is known color: Hollywood Cerise. HEX triplet: E1, 01 and 9E. RGB value is (225,1,158). Sum of RGB (Red+Green+Blue) = 225+1+158=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1019E is #1EFE61. Grayscale: #555555. Windows color (decimal): -2031202 or 10355169. OLE color: 10355169.
HSL color Cylindrical-coordinate representation of color #E1019E: hue angle of 317.95º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1019E is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 158 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.12 |
| HSL | 317.95º | 0.99% | 0.44% | - |
| HSV(B) | 317.95º | 1% | 0.88% | - |
| XYZ | 37.23 | 18.5 | 33.96 | - |
| YUV | 85.87 | 168.71 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 158 | 0 | 1.00 | 0.30 | 0.12 | 317.95 | 0.99 | 0.44 |
| Hex | E1 | 1 | 9E | 0 | 64 | 1E | C | 13E | 63 | 2C |
| Octal | 341 | 1 | 236 | 0 | 144 | 36 | 14 | 476 | 143 | 54 |
| Binary | 11100001 | 1 | 10011110 | 0 | 1100100 | 11110 | 1100 | 100111110 | 1100011 | 101100 |
Color Harmonies of #E1019E
Complementary color
Monochromatic Colors of #E1019E
Black with #E1019E
Text Example
Text Example
White with #E1019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1019E; }
p { color: rgb(225,1,158); }
H1.HeaderClassName
{
color: #E1019E;
}
.AnyTagClassName
{
color: #E1019E;
}
</style>
background-color css
<style>
a { background-color: #E1019E; }
a { background-color: rgb(225,1,158); }
div.DivClassName
{
background-color: #E1019E;
}
.BgClassName
{
background-color: #E1019E;
}
</style>
border-color css
<style>
span { border-color: #E1019E; }
span { border-color: rgb(225,1,158); }
td.TdClassName
{
border-color: #E1019E;
}
.TagClassName
{
border-color: #E1019E;
}
</style>