Shades of Hollywood Cerise #E70897
Tints of Hollywood Cerise #E70897
RGB
CMYK
RGB Variations
Color information
#E70897 (or 0xE70897) is known color: Hollywood Cerise. HEX triplet: E7, 08 and 97. RGB value is (231,8,151). Sum of RGB (Red+Green+Blue) = 231+8+151=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E70897 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70897 is #18F768. Grayscale: #5A5A5A. Windows color (decimal): -1636201 or 9898215. OLE color: 9898215.
HSL color Cylindrical-coordinate representation of color #E70897: hue angle of 321.52º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70897 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 151 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.09 |
| HSL | 321.52º | 0.93% | 0.47% | - |
| HSV(B) | 321.52º | 0.97% | 0.91% | - |
| XYZ | 38.63 | 19.4 | 30.99 | - |
| YUV | 90.98 | 161.88 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 151 | 0 | 0.97 | 0.35 | 0.09 | 321.52 | 0.93 | 0.47 |
| Hex | E7 | 8 | 97 | 0 | 61 | 23 | 9 | 142 | 5D | 2F |
| Octal | 347 | 10 | 227 | 0 | 141 | 43 | 11 | 502 | 135 | 57 |
| Binary | 11100111 | 1000 | 10010111 | 0 | 1100001 | 100011 | 1001 | 101000010 | 1011101 | 101111 |
Color Harmonies of #E70897
Complementary color
Monochromatic Colors of #E70897
Black with #E70897
Text Example
Text Example
White with #E70897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70897; }
p { color: rgb(231,8,151); }
H1.HeaderClassName
{
color: #E70897;
}
.AnyTagClassName
{
color: #E70897;
}
</style>
background-color css
<style>
a { background-color: #E70897; }
a { background-color: rgb(231,8,151); }
div.DivClassName
{
background-color: #E70897;
}
.BgClassName
{
background-color: #E70897;
}
</style>
border-color css
<style>
span { border-color: #E70897; }
span { border-color: rgb(231,8,151); }
td.TdClassName
{
border-color: #E70897;
}
.TagClassName
{
border-color: #E70897;
}
</style>