Shades of Hollywood Cerise #E60AAA
Tints of Hollywood Cerise #E60AAA
RGB
CMYK
RGB Variations
Color information
#E60AAA (or 0xE60AAA) is known color: Hollywood Cerise. HEX triplet: E6, 0A and AA. RGB value is (230,10,170). Sum of RGB (Red+Green+Blue) = 230+10+170=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E60AAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60AAA is #19F555. Grayscale: #5D5D5D. Windows color (decimal): -1701206 or 11143910. OLE color: 11143910.
HSL color Cylindrical-coordinate representation of color #E60AAA: hue angle of 316.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60AAA is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 170 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.10 |
| HSL | 316.36º | 0.92% | 0.47% | - |
| HSV(B) | 316.36º | 0.96% | 0.9% | - |
| XYZ | 40 | 19.94 | 39.77 | - |
| YUV | 94.02 | 170.89 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 170 | 0 | 0.96 | 0.26 | 0.10 | 316.36 | 0.92 | 0.47 |
| Hex | E6 | A | AA | 0 | 60 | 1A | A | 13C | 5C | 2F |
| Octal | 346 | 12 | 252 | 0 | 140 | 32 | 12 | 474 | 134 | 57 |
| Binary | 11100110 | 1010 | 10101010 | 0 | 1100000 | 11010 | 1010 | 100111100 | 1011100 | 101111 |
Color Harmonies of #E60AAA
Complementary color
Monochromatic Colors of #E60AAA
Black with #E60AAA
Text Example
Text Example
White with #E60AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60AAA; }
p { color: rgb(230,10,170); }
H1.HeaderClassName
{
color: #E60AAA;
}
.AnyTagClassName
{
color: #E60AAA;
}
</style>
background-color css
<style>
a { background-color: #E60AAA; }
a { background-color: rgb(230,10,170); }
div.DivClassName
{
background-color: #E60AAA;
}
.BgClassName
{
background-color: #E60AAA;
}
</style>
border-color css
<style>
span { border-color: #E60AAA; }
span { border-color: rgb(230,10,170); }
td.TdClassName
{
border-color: #E60AAA;
}
.TagClassName
{
border-color: #E60AAA;
}
</style>