Shades of Hollywood Cerise #E60AAB
Tints of Hollywood Cerise #E60AAB
RGB
CMYK
RGB Variations
Color information
#E60AAB (or 0xE60AAB) is known color: Hollywood Cerise. HEX triplet: E6, 0A and AB. RGB value is (230,10,171). Sum of RGB (Red+Green+Blue) = 230+10+171=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E60AAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60AAB is #19F554. Grayscale: #5D5D5D. Windows color (decimal): -1701205 or 11209446. OLE color: 11209446.
HSL color Cylindrical-coordinate representation of color #E60AAB: hue angle of 316.09º 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 #E60AAB is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 171 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.10 |
| HSL | 316.09º | 0.92% | 0.47% | - |
| HSV(B) | 316.09º | 0.96% | 0.9% | - |
| XYZ | 40.09 | 19.98 | 40.27 | - |
| YUV | 94.13 | 171.39 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 171 | 0 | 0.96 | 0.26 | 0.10 | 316.09 | 0.92 | 0.47 |
| Hex | E6 | A | AB | 0 | 60 | 1A | A | 13C | 5C | 2F |
| Octal | 346 | 12 | 253 | 0 | 140 | 32 | 12 | 474 | 134 | 57 |
| Binary | 11100110 | 1010 | 10101011 | 0 | 1100000 | 11010 | 1010 | 100111100 | 1011100 | 101111 |
Color Harmonies of #E60AAB
Complementary color
Monochromatic Colors of #E60AAB
Black with #E60AAB
Text Example
Text Example
White with #E60AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60AAB; }
p { color: rgb(230,10,171); }
H1.HeaderClassName
{
color: #E60AAB;
}
.AnyTagClassName
{
color: #E60AAB;
}
</style>
background-color css
<style>
a { background-color: #E60AAB; }
a { background-color: rgb(230,10,171); }
div.DivClassName
{
background-color: #E60AAB;
}
.BgClassName
{
background-color: #E60AAB;
}
</style>
border-color css
<style>
span { border-color: #E60AAB; }
span { border-color: rgb(230,10,171); }
td.TdClassName
{
border-color: #E60AAB;
}
.TagClassName
{
border-color: #E60AAB;
}
</style>