Shades of Hollywood Cerise #E70795
Tints of Hollywood Cerise #E70795
RGB
CMYK
RGB Variations
Color information
#E70795 (or 0xE70795) is known color: Hollywood Cerise. HEX triplet: E7, 07 and 95. RGB value is (231,7,149). Sum of RGB (Red+Green+Blue) = 231+7+149=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E70795 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70795 is #18F86A. Grayscale: #595959. Windows color (decimal): -1636459 or 9766887. OLE color: 9766887.
HSL color Cylindrical-coordinate representation of color #E70795: hue angle of 321.96º degrees, saturation: 0.94, 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 #E70795 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 149 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.09 |
| HSL | 321.96º | 0.94% | 0.47% | - |
| HSV(B) | 321.96º | 0.97% | 0.91% | - |
| XYZ | 38.46 | 19.31 | 30.13 | - |
| YUV | 90.16 | 161.21 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 149 | 0 | 0.97 | 0.35 | 0.09 | 321.96 | 0.94 | 0.47 |
| Hex | E7 | 7 | 95 | 0 | 61 | 23 | 9 | 142 | 5E | 2F |
| Octal | 347 | 7 | 225 | 0 | 141 | 43 | 11 | 502 | 136 | 57 |
| Binary | 11100111 | 111 | 10010101 | 0 | 1100001 | 100011 | 1001 | 101000010 | 1011110 | 101111 |
Color Harmonies of #E70795
Complementary color
Monochromatic Colors of #E70795
Black with #E70795
Text Example
Text Example
White with #E70795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70795; }
p { color: rgb(231,7,149); }
H1.HeaderClassName
{
color: #E70795;
}
.AnyTagClassName
{
color: #E70795;
}
</style>
background-color css
<style>
a { background-color: #E70795; }
a { background-color: rgb(231,7,149); }
div.DivClassName
{
background-color: #E70795;
}
.BgClassName
{
background-color: #E70795;
}
</style>
border-color css
<style>
span { border-color: #E70795; }
span { border-color: rgb(231,7,149); }
td.TdClassName
{
border-color: #E70795;
}
.TagClassName
{
border-color: #E70795;
}
</style>