Shades of Hollywood Cerise #E60AAF
Tints of Hollywood Cerise #E60AAF
RGB
CMYK
RGB Variations
Color information
#E60AAF (or 0xE60AAF) is known color: Hollywood Cerise. HEX triplet: E6, 0A and AF. RGB value is (230,10,175). Sum of RGB (Red+Green+Blue) = 230+10+175=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E60AAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60AAF is #19F550. Grayscale: #5E5E5E. Windows color (decimal): -1701201 or 11471590. OLE color: 11471590.
HSL color Cylindrical-coordinate representation of color #E60AAF: hue angle of 315º 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 #E60AAF is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 175 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.10 |
| HSL | 315º | 0.92% | 0.47% | - |
| HSV(B) | 315º | 0.96% | 0.9% | - |
| XYZ | 40.48 | 20.14 | 42.31 | - |
| YUV | 94.59 | 173.39 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 175 | 0 | 0.96 | 0.24 | 0.10 | 315 | 0.92 | 0.47 |
| Hex | E6 | A | AF | 0 | 60 | 18 | A | 13B | 5C | 2F |
| Octal | 346 | 12 | 257 | 0 | 140 | 30 | 12 | 473 | 134 | 57 |
| Binary | 11100110 | 1010 | 10101111 | 0 | 1100000 | 11000 | 1010 | 100111011 | 1011100 | 101111 |
Color Harmonies of #E60AAF
Complementary color
Monochromatic Colors of #E60AAF
Black with #E60AAF
Text Example
Text Example
White with #E60AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60AAF; }
p { color: rgb(230,10,175); }
H1.HeaderClassName
{
color: #E60AAF;
}
.AnyTagClassName
{
color: #E60AAF;
}
</style>
background-color css
<style>
a { background-color: #E60AAF; }
a { background-color: rgb(230,10,175); }
div.DivClassName
{
background-color: #E60AAF;
}
.BgClassName
{
background-color: #E60AAF;
}
</style>
border-color css
<style>
span { border-color: #E60AAF; }
span { border-color: rgb(230,10,175); }
td.TdClassName
{
border-color: #E60AAF;
}
.TagClassName
{
border-color: #E60AAF;
}
</style>