Shades of Hollywood Cerise #E1019A
Tints of Hollywood Cerise #E1019A
RGB
CMYK
RGB Variations
Color information
#E1019A (or 0xE1019A) is known color: Hollywood Cerise. HEX triplet: E1, 01 and 9A. RGB value is (225,1,154). Sum of RGB (Red+Green+Blue) = 225+1+154=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E1019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1019A is #1EFE65. Grayscale: #555555. Windows color (decimal): -2031206 or 10093025. OLE color: 10093025.
HSL color Cylindrical-coordinate representation of color #E1019A: hue angle of 319.02º 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 #E1019A is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 154 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.12 |
| HSL | 319.02º | 0.99% | 0.44% | - |
| HSV(B) | 319.02º | 1% | 0.88% | - |
| XYZ | 36.89 | 18.36 | 32.17 | - |
| YUV | 85.42 | 166.71 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 154 | 0 | 1.00 | 0.32 | 0.12 | 319.02 | 0.99 | 0.44 |
| Hex | E1 | 1 | 9A | 0 | 64 | 20 | C | 13F | 63 | 2C |
| Octal | 341 | 1 | 232 | 0 | 144 | 40 | 14 | 477 | 143 | 54 |
| Binary | 11100001 | 1 | 10011010 | 0 | 1100100 | 100000 | 1100 | 100111111 | 1100011 | 101100 |
Color Harmonies of #E1019A
Complementary color
Monochromatic Colors of #E1019A
Black with #E1019A
Text Example
Text Example
White with #E1019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1019A; }
p { color: rgb(225,1,154); }
H1.HeaderClassName
{
color: #E1019A;
}
.AnyTagClassName
{
color: #E1019A;
}
</style>
background-color css
<style>
a { background-color: #E1019A; }
a { background-color: rgb(225,1,154); }
div.DivClassName
{
background-color: #E1019A;
}
.BgClassName
{
background-color: #E1019A;
}
</style>
border-color css
<style>
span { border-color: #E1019A; }
span { border-color: rgb(225,1,154); }
td.TdClassName
{
border-color: #E1019A;
}
.TagClassName
{
border-color: #E1019A;
}
</style>