Shades of Hollywood Cerise #E7009D
Tints of Hollywood Cerise #E7009D
RGB
CMYK
RGB Variations
Color information
#E7009D (or 0xE7009D) is known color: Hollywood Cerise. HEX triplet: E7, 00 and 9D. RGB value is (231,0,157). Sum of RGB (Red+Green+Blue) = 231+0+157=388 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.54% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 231 - color contains mainly: red. Hex color #E7009D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7009D is #18FF62. Grayscale: #565656. Windows color (decimal): -1638243 or 10289383. OLE color: 10289383.
HSL color Cylindrical-coordinate representation of color #E7009D: hue angle of 319.22º 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 #E7009D is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.32 | 0.09 |
| HSL | 319.22º | 1% | 0.45% | - |
| HSV(B) | 319.22º | 1% | 0.91% | - |
| XYZ | 39.04 | 19.42 | 33.59 | - |
| YUV | 86.97 | 167.53 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 157 | 0 | 1 | 0.32 | 0.09 | 319.22 | 1 | 0.45 |
| Hex | E7 | 0 | 9D | 0 | 64 | 20 | 9 | 13F | 64 | 2D |
| Octal | 347 | 0 | 235 | 0 | 144 | 40 | 11 | 477 | 144 | 55 |
| Binary | 11100111 | 0 | 10011101 | 0 | 1100100 | 100000 | 1001 | 100111111 | 1100100 | 101101 |
Color Harmonies of #E7009D
Complementary color
Monochromatic Colors of #E7009D
Black with #E7009D
Text Example
Text Example
White with #E7009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7009D; }
p { color: rgb(231,0,157); }
H1.HeaderClassName
{
color: #E7009D;
}
.AnyTagClassName
{
color: #E7009D;
}
</style>
background-color css
<style>
a { background-color: #E7009D; }
a { background-color: rgb(231,0,157); }
div.DivClassName
{
background-color: #E7009D;
}
.BgClassName
{
background-color: #E7009D;
}
</style>
border-color css
<style>
span { border-color: #E7009D; }
span { border-color: rgb(231,0,157); }
td.TdClassName
{
border-color: #E7009D;
}
.TagClassName
{
border-color: #E7009D;
}
</style>