Shades of Hollywood Cerise #E1018C
Tints of Hollywood Cerise #E1018C
RGB
CMYK
RGB Variations
Color information
#E1018C (or 0xE1018C) is known color: Hollywood Cerise. HEX triplet: E1, 01 and 8C. RGB value is (225,1,140). Sum of RGB (Red+Green+Blue) = 225+1+140=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E1018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1018C is #1EFE73. Grayscale: #535353. Windows color (decimal): -2031220 or 9175521. OLE color: 9175521.
HSL color Cylindrical-coordinate representation of color #E1018C: hue angle of 322.77º 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 #E1018C is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.12 |
| HSL | 322.77º | 0.99% | 0.44% | - |
| HSV(B) | 322.77º | 1% | 0.88% | - |
| XYZ | 35.8 | 17.92 | 26.38 | - |
| YUV | 83.82 | 159.71 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 140 | 0 | 1.00 | 0.38 | 0.12 | 322.77 | 0.99 | 0.44 |
| Hex | E1 | 1 | 8C | 0 | 64 | 26 | C | 143 | 63 | 2C |
| Octal | 341 | 1 | 214 | 0 | 144 | 46 | 14 | 503 | 143 | 54 |
| Binary | 11100001 | 1 | 10001100 | 0 | 1100100 | 100110 | 1100 | 101000011 | 1100011 | 101100 |
Color Harmonies of #E1018C
Complementary color
Monochromatic Colors of #E1018C
Black with #E1018C
Text Example
Text Example
White with #E1018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1018C; }
p { color: rgb(225,1,140); }
H1.HeaderClassName
{
color: #E1018C;
}
.AnyTagClassName
{
color: #E1018C;
}
</style>
background-color css
<style>
a { background-color: #E1018C; }
a { background-color: rgb(225,1,140); }
div.DivClassName
{
background-color: #E1018C;
}
.BgClassName
{
background-color: #E1018C;
}
</style>
border-color css
<style>
span { border-color: #E1018C; }
span { border-color: rgb(225,1,140); }
td.TdClassName
{
border-color: #E1018C;
}
.TagClassName
{
border-color: #E1018C;
}
</style>