Shades of Hollywood Cerise #E1069E
Tints of Hollywood Cerise #E1069E
RGB
CMYK
RGB Variations
Color information
#E1069E (or 0xE1069E) is known color: Hollywood Cerise. HEX triplet: E1, 06 and 9E. RGB value is (225,6,158). Sum of RGB (Red+Green+Blue) = 225+6+158=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E1069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1069E is #1EF961. Grayscale: #585858. Windows color (decimal): -2029922 or 10356449. OLE color: 10356449.
HSL color Cylindrical-coordinate representation of color #E1069E: hue angle of 318.36º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1069E is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 158 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.12 |
| HSL | 318.36º | 0.95% | 0.45% | - |
| HSV(B) | 318.36º | 0.97% | 0.88% | - |
| XYZ | 37.29 | 18.61 | 33.97 | - |
| YUV | 88.81 | 167.05 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 158 | 0 | 0.97 | 0.30 | 0.12 | 318.36 | 0.95 | 0.45 |
| Hex | E1 | 6 | 9E | 0 | 61 | 1E | C | 13E | 5F | 2D |
| Octal | 341 | 6 | 236 | 0 | 141 | 36 | 14 | 476 | 137 | 55 |
| Binary | 11100001 | 110 | 10011110 | 0 | 1100001 | 11110 | 1100 | 100111110 | 1011111 | 101101 |
Color Harmonies of #E1069E
Complementary color
Monochromatic Colors of #E1069E
Black with #E1069E
Text Example
Text Example
White with #E1069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1069E; }
p { color: rgb(225,6,158); }
H1.HeaderClassName
{
color: #E1069E;
}
.AnyTagClassName
{
color: #E1069E;
}
</style>
background-color css
<style>
a { background-color: #E1069E; }
a { background-color: rgb(225,6,158); }
div.DivClassName
{
background-color: #E1069E;
}
.BgClassName
{
background-color: #E1069E;
}
</style>
border-color css
<style>
span { border-color: #E1069E; }
span { border-color: rgb(225,6,158); }
td.TdClassName
{
border-color: #E1069E;
}
.TagClassName
{
border-color: #E1069E;
}
</style>