Shades of Hollywood Cerise #E70099
Tints of Hollywood Cerise #E70099
RGB
CMYK
RGB Variations
Color information
#E70099 (or 0xE70099) is known color: Hollywood Cerise. HEX triplet: E7, 00 and 99. RGB value is (231,0,153). Sum of RGB (Red+Green+Blue) = 231+0+153=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E70099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70099 is #18FF66. Grayscale: #565656. Windows color (decimal): -1638247 or 10027239. OLE color: 10027239.
HSL color Cylindrical-coordinate representation of color #E70099: hue angle of 320.26º 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 #E70099 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.34 | 0.09 |
| HSL | 320.26º | 1% | 0.45% | - |
| HSV(B) | 320.26º | 1% | 0.91% | - |
| XYZ | 38.7 | 19.29 | 31.82 | - |
| YUV | 86.51 | 165.53 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 153 | 0 | 1 | 0.34 | 0.09 | 320.26 | 1 | 0.45 |
| Hex | E7 | 0 | 99 | 0 | 64 | 22 | 9 | 140 | 64 | 2D |
| Octal | 347 | 0 | 231 | 0 | 144 | 42 | 11 | 500 | 144 | 55 |
| Binary | 11100111 | 0 | 10011001 | 0 | 1100100 | 100010 | 1001 | 101000000 | 1100100 | 101101 |
Color Harmonies of #E70099
Complementary color
Monochromatic Colors of #E70099
Black with #E70099
Text Example
Text Example
White with #E70099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70099; }
p { color: rgb(231,0,153); }
H1.HeaderClassName
{
color: #E70099;
}
.AnyTagClassName
{
color: #E70099;
}
</style>
background-color css
<style>
a { background-color: #E70099; }
a { background-color: rgb(231,0,153); }
div.DivClassName
{
background-color: #E70099;
}
.BgClassName
{
background-color: #E70099;
}
</style>
border-color css
<style>
span { border-color: #E70099; }
span { border-color: rgb(231,0,153); }
td.TdClassName
{
border-color: #E70099;
}
.TagClassName
{
border-color: #E70099;
}
</style>