Shades of Hollywood Cerise #E70893
Tints of Hollywood Cerise #E70893
RGB
CMYK
RGB Variations
Color information
#E70893 (or 0xE70893) is known color: Hollywood Cerise. HEX triplet: E7, 08 and 93. RGB value is (231,8,147). Sum of RGB (Red+Green+Blue) = 231+8+147=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E70893 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70893 is #18F76C. Grayscale: #5A5A5A. Windows color (decimal): -1636205 or 9636071. OLE color: 9636071.
HSL color Cylindrical-coordinate representation of color #E70893: hue angle of 322.6º 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 #E70893 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 147 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.09 |
| HSL | 322.6º | 0.93% | 0.47% | - |
| HSV(B) | 322.6º | 0.97% | 0.91% | - |
| XYZ | 38.31 | 19.27 | 29.3 | - |
| YUV | 90.52 | 159.88 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 147 | 0 | 0.97 | 0.36 | 0.09 | 322.6 | 0.93 | 0.47 |
| Hex | E7 | 8 | 93 | 0 | 61 | 24 | 9 | 143 | 5D | 2F |
| Octal | 347 | 10 | 223 | 0 | 141 | 44 | 11 | 503 | 135 | 57 |
| Binary | 11100111 | 1000 | 10010011 | 0 | 1100001 | 100100 | 1001 | 101000011 | 1011101 | 101111 |
Color Harmonies of #E70893
Complementary color
Monochromatic Colors of #E70893
Black with #E70893
Text Example
Text Example
White with #E70893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70893; }
p { color: rgb(231,8,147); }
H1.HeaderClassName
{
color: #E70893;
}
.AnyTagClassName
{
color: #E70893;
}
</style>
background-color css
<style>
a { background-color: #E70893; }
a { background-color: rgb(231,8,147); }
div.DivClassName
{
background-color: #E70893;
}
.BgClassName
{
background-color: #E70893;
}
</style>
border-color css
<style>
span { border-color: #E70893; }
span { border-color: rgb(231,8,147); }
td.TdClassName
{
border-color: #E70893;
}
.TagClassName
{
border-color: #E70893;
}
</style>