Shades of Hollywood Cerise #E70DA1
Tints of Hollywood Cerise #E70DA1
RGB
CMYK
RGB Variations
Color information
#E70DA1 (or 0xE70DA1) is known color: Hollywood Cerise. HEX triplet: E7, 0D and A1. RGB value is (231,13,161). Sum of RGB (Red+Green+Blue) = 231+13+161=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70DA1 is #18F25E. Grayscale: #5E5E5E. Windows color (decimal): -1634911 or 10554855. OLE color: 10554855.
HSL color Cylindrical-coordinate representation of color #E70DA1: hue angle of 319.27º 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 #E70DA1 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 161 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.09 |
| HSL | 319.27º | 0.89% | 0.48% | - |
| HSV(B) | 319.27º | 0.94% | 0.91% | - |
| XYZ | 39.53 | 19.85 | 35.47 | - |
| YUV | 95.05 | 165.22 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 161 | 0 | 0.94 | 0.30 | 0.09 | 319.27 | 0.89 | 0.48 |
| Hex | E7 | D | A1 | 0 | 5E | 1E | 9 | 13F | 59 | 30 |
| Octal | 347 | 15 | 241 | 0 | 136 | 36 | 11 | 477 | 131 | 60 |
| Binary | 11100111 | 1101 | 10100001 | 0 | 1011110 | 11110 | 1001 | 100111111 | 1011001 | 110000 |
Color Harmonies of #E70DA1
Complementary color
Monochromatic Colors of #E70DA1
Black with #E70DA1
Text Example
Text Example
White with #E70DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DA1; }
p { color: rgb(231,13,161); }
H1.HeaderClassName
{
color: #E70DA1;
}
.AnyTagClassName
{
color: #E70DA1;
}
</style>
background-color css
<style>
a { background-color: #E70DA1; }
a { background-color: rgb(231,13,161); }
div.DivClassName
{
background-color: #E70DA1;
}
.BgClassName
{
background-color: #E70DA1;
}
</style>
border-color css
<style>
span { border-color: #E70DA1; }
span { border-color: rgb(231,13,161); }
td.TdClassName
{
border-color: #E70DA1;
}
.TagClassName
{
border-color: #E70DA1;
}
</style>