Shades of Hollywood Cerise #E70D9A
Tints of Hollywood Cerise #E70D9A
RGB
CMYK
RGB Variations
Color information
#E70D9A (or 0xE70D9A) is known color: Hollywood Cerise. HEX triplet: E7, 0D and 9A. RGB value is (231,13,154). Sum of RGB (Red+Green+Blue) = 231+13+154=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70D9A is #18F265. Grayscale: #5D5D5D. Windows color (decimal): -1634918 or 10096103. OLE color: 10096103.
HSL color Cylindrical-coordinate representation of color #E70D9A: hue angle of 321.19º 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 #E70D9A is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 154 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.09 |
| HSL | 321.19º | 0.89% | 0.48% | - |
| HSV(B) | 321.19º | 0.94% | 0.91% | - |
| XYZ | 38.93 | 19.61 | 32.31 | - |
| YUV | 94.26 | 161.72 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 154 | 0 | 0.94 | 0.33 | 0.09 | 321.19 | 0.89 | 0.48 |
| Hex | E7 | D | 9A | 0 | 5E | 21 | 9 | 141 | 59 | 30 |
| Octal | 347 | 15 | 232 | 0 | 136 | 41 | 11 | 501 | 131 | 60 |
| Binary | 11100111 | 1101 | 10011010 | 0 | 1011110 | 100001 | 1001 | 101000001 | 1011001 | 110000 |
Color Harmonies of #E70D9A
Complementary color
Monochromatic Colors of #E70D9A
Black with #E70D9A
Text Example
Text Example
White with #E70D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70D9A; }
p { color: rgb(231,13,154); }
H1.HeaderClassName
{
color: #E70D9A;
}
.AnyTagClassName
{
color: #E70D9A;
}
</style>
background-color css
<style>
a { background-color: #E70D9A; }
a { background-color: rgb(231,13,154); }
div.DivClassName
{
background-color: #E70D9A;
}
.BgClassName
{
background-color: #E70D9A;
}
</style>
border-color css
<style>
span { border-color: #E70D9A; }
span { border-color: rgb(231,13,154); }
td.TdClassName
{
border-color: #E70D9A;
}
.TagClassName
{
border-color: #E70D9A;
}
</style>