Shades of Hollywood Cerise #E7009C
Tints of Hollywood Cerise #E7009C
RGB
CMYK
RGB Variations
Color information
#E7009C (or 0xE7009C) is known color: Hollywood Cerise. HEX triplet: E7, 00 and 9C. RGB value is (231,0,156). Sum of RGB (Red+Green+Blue) = 231+0+156=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E7009C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7009C is #18FF63. Grayscale: #565656. Windows color (decimal): -1638244 or 10223847. OLE color: 10223847.
HSL color Cylindrical-coordinate representation of color #E7009C: hue angle of 319.48º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7009C is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.32 | 0.09 |
| HSL | 319.48º | 1% | 0.45% | - |
| HSV(B) | 319.48º | 1% | 0.91% | - |
| XYZ | 38.96 | 19.39 | 33.14 | - |
| YUV | 86.85 | 167.03 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 156 | 0 | 1 | 0.32 | 0.09 | 319.48 | 1 | 0.45 |
| Hex | E7 | 0 | 9C | 0 | 64 | 20 | 9 | 13F | 64 | 2D |
| Octal | 347 | 0 | 234 | 0 | 144 | 40 | 11 | 477 | 144 | 55 |
| Binary | 11100111 | 0 | 10011100 | 0 | 1100100 | 100000 | 1001 | 100111111 | 1100100 | 101101 |
Color Harmonies of #E7009C
Complementary color
Monochromatic Colors of #E7009C
Black with #E7009C
Text Example
Text Example
White with #E7009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7009C; }
p { color: rgb(231,0,156); }
H1.HeaderClassName
{
color: #E7009C;
}
.AnyTagClassName
{
color: #E7009C;
}
</style>
background-color css
<style>
a { background-color: #E7009C; }
a { background-color: rgb(231,0,156); }
div.DivClassName
{
background-color: #E7009C;
}
.BgClassName
{
background-color: #E7009C;
}
</style>
border-color css
<style>
span { border-color: #E7009C; }
span { border-color: rgb(231,0,156); }
td.TdClassName
{
border-color: #E7009C;
}
.TagClassName
{
border-color: #E7009C;
}
</style>