Shades of Hollywood Cerise #E70E93
Tints of Hollywood Cerise #E70E93
RGB
CMYK
RGB Variations
Color information
#E70E93 (or 0xE70E93) is known color: Hollywood Cerise. HEX triplet: E7, 0E and 93. RGB value is (231,14,147). Sum of RGB (Red+Green+Blue) = 231+14+147=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70E93 is #18F16C. Grayscale: #5D5D5D. Windows color (decimal): -1634669 or 9637607. OLE color: 9637607.
HSL color Cylindrical-coordinate representation of color #E70E93: hue angle of 323.23º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70E93 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 147 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.09 |
| HSL | 323.23º | 0.89% | 0.48% | - |
| HSV(B) | 323.23º | 0.94% | 0.91% | - |
| XYZ | 38.38 | 19.41 | 29.33 | - |
| YUV | 94.05 | 157.89 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 147 | 0 | 0.94 | 0.36 | 0.09 | 323.23 | 0.89 | 0.48 |
| Hex | E7 | E | 93 | 0 | 5E | 24 | 9 | 143 | 59 | 30 |
| Octal | 347 | 16 | 223 | 0 | 136 | 44 | 11 | 503 | 131 | 60 |
| Binary | 11100111 | 1110 | 10010011 | 0 | 1011110 | 100100 | 1001 | 101000011 | 1011001 | 110000 |
Color Harmonies of #E70E93
Complementary color
Monochromatic Colors of #E70E93
Black with #E70E93
Text Example
Text Example
White with #E70E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70E93; }
p { color: rgb(231,14,147); }
H1.HeaderClassName
{
color: #E70E93;
}
.AnyTagClassName
{
color: #E70E93;
}
</style>
background-color css
<style>
a { background-color: #E70E93; }
a { background-color: rgb(231,14,147); }
div.DivClassName
{
background-color: #E70E93;
}
.BgClassName
{
background-color: #E70E93;
}
</style>
border-color css
<style>
span { border-color: #E70E93; }
span { border-color: rgb(231,14,147); }
td.TdClassName
{
border-color: #E70E93;
}
.TagClassName
{
border-color: #E70E93;
}
</style>