Shades of Hollywood Cerise #E60AA5
Tints of Hollywood Cerise #E60AA5
RGB
CMYK
RGB Variations
Color information
#E60AA5 (or 0xE60AA5) is known color: Hollywood Cerise. HEX triplet: E6, 0A and A5. RGB value is (230,10,165). Sum of RGB (Red+Green+Blue) = 230+10+165=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E60AA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60AA5 is #19F55A. Grayscale: #5D5D5D. Windows color (decimal): -1701211 or 10816230. OLE color: 10816230.
HSL color Cylindrical-coordinate representation of color #E60AA5: hue angle of 317.73º 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 #E60AA5 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 165 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.10 |
| HSL | 317.73º | 0.92% | 0.47% | - |
| HSV(B) | 317.73º | 0.96% | 0.9% | - |
| XYZ | 39.53 | 19.76 | 37.33 | - |
| YUV | 93.45 | 168.39 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 165 | 0 | 0.96 | 0.28 | 0.10 | 317.73 | 0.92 | 0.47 |
| Hex | E6 | A | A5 | 0 | 60 | 1C | A | 13E | 5C | 2F |
| Octal | 346 | 12 | 245 | 0 | 140 | 34 | 12 | 476 | 134 | 57 |
| Binary | 11100110 | 1010 | 10100101 | 0 | 1100000 | 11100 | 1010 | 100111110 | 1011100 | 101111 |
Color Harmonies of #E60AA5
Complementary color
Monochromatic Colors of #E60AA5
Black with #E60AA5
Text Example
Text Example
White with #E60AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60AA5; }
p { color: rgb(230,10,165); }
H1.HeaderClassName
{
color: #E60AA5;
}
.AnyTagClassName
{
color: #E60AA5;
}
</style>
background-color css
<style>
a { background-color: #E60AA5; }
a { background-color: rgb(230,10,165); }
div.DivClassName
{
background-color: #E60AA5;
}
.BgClassName
{
background-color: #E60AA5;
}
</style>
border-color css
<style>
span { border-color: #E60AA5; }
span { border-color: rgb(230,10,165); }
td.TdClassName
{
border-color: #E60AA5;
}
.TagClassName
{
border-color: #E60AA5;
}
</style>