Shades of Hollywood Cerise #E70AAA
Tints of Hollywood Cerise #E70AAA
RGB
CMYK
RGB Variations
Color information
#E70AAA (or 0xE70AAA) is known color: Hollywood Cerise. HEX triplet: E7, 0A and AA. RGB value is (231,10,170). Sum of RGB (Red+Green+Blue) = 231+10+170=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E70AAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70AAA is #18F555. Grayscale: #5D5D5D. Windows color (decimal): -1635670 or 11143911. OLE color: 11143911.
HSL color Cylindrical-coordinate representation of color #E70AAA: hue angle of 316.56º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70AAA is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 170 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.09 |
| HSL | 316.56º | 0.92% | 0.47% | - |
| HSV(B) | 316.56º | 0.96% | 0.91% | - |
| XYZ | 40.32 | 20.11 | 39.79 | - |
| YUV | 94.32 | 170.72 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 170 | 0 | 0.96 | 0.26 | 0.09 | 316.56 | 0.92 | 0.47 |
| Hex | E7 | A | AA | 0 | 60 | 1A | 9 | 13D | 5C | 2F |
| Octal | 347 | 12 | 252 | 0 | 140 | 32 | 11 | 475 | 134 | 57 |
| Binary | 11100111 | 1010 | 10101010 | 0 | 1100000 | 11010 | 1001 | 100111101 | 1011100 | 101111 |
Color Harmonies of #E70AAA
Complementary color
Monochromatic Colors of #E70AAA
Black with #E70AAA
Text Example
Text Example
White with #E70AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70AAA; }
p { color: rgb(231,10,170); }
H1.HeaderClassName
{
color: #E70AAA;
}
.AnyTagClassName
{
color: #E70AAA;
}
</style>
background-color css
<style>
a { background-color: #E70AAA; }
a { background-color: rgb(231,10,170); }
div.DivClassName
{
background-color: #E70AAA;
}
.BgClassName
{
background-color: #E70AAA;
}
</style>
border-color css
<style>
span { border-color: #E70AAA; }
span { border-color: rgb(231,10,170); }
td.TdClassName
{
border-color: #E70AAA;
}
.TagClassName
{
border-color: #E70AAA;
}
</style>