Shades of Hollywood Cerise #E1029E
Tints of Hollywood Cerise #E1029E
RGB
CMYK
RGB Variations
Color information
#E1029E (or 0xE1029E) is known color: Hollywood Cerise. HEX triplet: E1, 02 and 9E. RGB value is (225,2,158). Sum of RGB (Red+Green+Blue) = 225+2+158=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1029E is #1EFD61. Grayscale: #565656. Windows color (decimal): -2030946 or 10355425. OLE color: 10355425.
HSL color Cylindrical-coordinate representation of color #E1029E: hue angle of 318.03º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1029E is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 158 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.12 |
| HSL | 318.03º | 0.98% | 0.45% | - |
| HSV(B) | 318.03º | 0.99% | 0.88% | - |
| XYZ | 37.24 | 18.52 | 33.96 | - |
| YUV | 86.46 | 168.38 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 158 | 0 | 0.99 | 0.30 | 0.12 | 318.03 | 0.98 | 0.45 |
| Hex | E1 | 2 | 9E | 0 | 63 | 1E | C | 13E | 62 | 2D |
| Octal | 341 | 2 | 236 | 0 | 143 | 36 | 14 | 476 | 142 | 55 |
| Binary | 11100001 | 10 | 10011110 | 0 | 1100011 | 11110 | 1100 | 100111110 | 1100010 | 101101 |
Color Harmonies of #E1029E
Complementary color
Monochromatic Colors of #E1029E
Black with #E1029E
Text Example
Text Example
White with #E1029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1029E; }
p { color: rgb(225,2,158); }
H1.HeaderClassName
{
color: #E1029E;
}
.AnyTagClassName
{
color: #E1029E;
}
</style>
background-color css
<style>
a { background-color: #E1029E; }
a { background-color: rgb(225,2,158); }
div.DivClassName
{
background-color: #E1029E;
}
.BgClassName
{
background-color: #E1029E;
}
</style>
border-color css
<style>
span { border-color: #E1029E; }
span { border-color: rgb(225,2,158); }
td.TdClassName
{
border-color: #E1029E;
}
.TagClassName
{
border-color: #E1029E;
}
</style>