Shades of Hollywood Cerise #E70D93
Tints of Hollywood Cerise #E70D93
RGB
CMYK
RGB Variations
Color information
#E70D93 (or 0xE70D93) is known color: Hollywood Cerise. HEX triplet: E7, 0D and 93. RGB value is (231,13,147). Sum of RGB (Red+Green+Blue) = 231+13+147=391 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.08% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70D93 is #18F26C. Grayscale: #5D5D5D. Windows color (decimal): -1634925 or 9637351. OLE color: 9637351.
HSL color Cylindrical-coordinate representation of color #E70D93: hue angle of 323.12º 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 #E70D93 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 147 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.09 |
| HSL | 323.12º | 0.89% | 0.48% | - |
| HSV(B) | 323.12º | 0.94% | 0.91% | - |
| XYZ | 38.37 | 19.38 | 29.32 | - |
| YUV | 93.46 | 158.22 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 147 | 0 | 0.94 | 0.36 | 0.09 | 323.12 | 0.89 | 0.48 |
| Hex | E7 | D | 93 | 0 | 5E | 24 | 9 | 143 | 59 | 30 |
| Octal | 347 | 15 | 223 | 0 | 136 | 44 | 11 | 503 | 131 | 60 |
| Binary | 11100111 | 1101 | 10010011 | 0 | 1011110 | 100100 | 1001 | 101000011 | 1011001 | 110000 |
Color Harmonies of #E70D93
Complementary color
Monochromatic Colors of #E70D93
Black with #E70D93
Text Example
Text Example
White with #E70D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70D93; }
p { color: rgb(231,13,147); }
H1.HeaderClassName
{
color: #E70D93;
}
.AnyTagClassName
{
color: #E70D93;
}
</style>
background-color css
<style>
a { background-color: #E70D93; }
a { background-color: rgb(231,13,147); }
div.DivClassName
{
background-color: #E70D93;
}
.BgClassName
{
background-color: #E70D93;
}
</style>
border-color css
<style>
span { border-color: #E70D93; }
span { border-color: rgb(231,13,147); }
td.TdClassName
{
border-color: #E70D93;
}
.TagClassName
{
border-color: #E70D93;
}
</style>