Shades of Hollywood Cerise #E1069C
Tints of Hollywood Cerise #E1069C
RGB
CMYK
RGB Variations
Color information
#E1069C (or 0xE1069C) is known color: Hollywood Cerise. HEX triplet: E1, 06 and 9C. RGB value is (225,6,156). Sum of RGB (Red+Green+Blue) = 225+6+156=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E1069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1069C is #1EF963. Grayscale: #585858. Windows color (decimal): -2029924 or 10225377. OLE color: 10225377.
HSL color Cylindrical-coordinate representation of color #E1069C: hue angle of 318.9º 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 #E1069C is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 156 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.12 |
| HSL | 318.9º | 0.95% | 0.45% | - |
| HSV(B) | 318.9º | 0.97% | 0.88% | - |
| XYZ | 37.12 | 18.54 | 33.07 | - |
| YUV | 88.58 | 166.05 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 156 | 0 | 0.97 | 0.31 | 0.12 | 318.9 | 0.95 | 0.45 |
| Hex | E1 | 6 | 9C | 0 | 61 | 1F | C | 13F | 5F | 2D |
| Octal | 341 | 6 | 234 | 0 | 141 | 37 | 14 | 477 | 137 | 55 |
| Binary | 11100001 | 110 | 10011100 | 0 | 1100001 | 11111 | 1100 | 100111111 | 1011111 | 101101 |
Color Harmonies of #E1069C
Complementary color
Monochromatic Colors of #E1069C
Black with #E1069C
Text Example
Text Example
White with #E1069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1069C; }
p { color: rgb(225,6,156); }
H1.HeaderClassName
{
color: #E1069C;
}
.AnyTagClassName
{
color: #E1069C;
}
</style>
background-color css
<style>
a { background-color: #E1069C; }
a { background-color: rgb(225,6,156); }
div.DivClassName
{
background-color: #E1069C;
}
.BgClassName
{
background-color: #E1069C;
}
</style>
border-color css
<style>
span { border-color: #E1069C; }
span { border-color: rgb(225,6,156); }
td.TdClassName
{
border-color: #E1069C;
}
.TagClassName
{
border-color: #E1069C;
}
</style>