Shades of Hollywood Cerise #E605AB
Tints of Hollywood Cerise #E605AB
RGB
CMYK
RGB Variations
Color information
#E605AB (or 0xE605AB) is known color: Hollywood Cerise. HEX triplet: E6, 05 and AB. RGB value is (230,5,171). Sum of RGB (Red+Green+Blue) = 230+5+171=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E605AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E605AB is #19FA54. Grayscale: #5A5A5A. Windows color (decimal): -1702485 or 11208166. OLE color: 11208166.
HSL color Cylindrical-coordinate representation of color #E605AB: hue angle of 315.73º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E605AB is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.10 |
| HSL | 315.73º | 0.96% | 0.46% | - |
| HSV(B) | 315.73º | 0.98% | 0.9% | - |
| XYZ | 40.04 | 19.87 | 40.25 | - |
| YUV | 91.2 | 173.04 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 171 | 0 | 0.98 | 0.26 | 0.10 | 315.73 | 0.96 | 0.46 |
| Hex | E6 | 5 | AB | 0 | 62 | 1A | A | 13C | 60 | 2E |
| Octal | 346 | 5 | 253 | 0 | 142 | 32 | 12 | 474 | 140 | 56 |
| Binary | 11100110 | 101 | 10101011 | 0 | 1100010 | 11010 | 1010 | 100111100 | 1100000 | 101110 |
Color Harmonies of #E605AB
Complementary color
Monochromatic Colors of #E605AB
Black with #E605AB
Text Example
Text Example
White with #E605AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E605AB; }
p { color: rgb(230,5,171); }
H1.HeaderClassName
{
color: #E605AB;
}
.AnyTagClassName
{
color: #E605AB;
}
</style>
background-color css
<style>
a { background-color: #E605AB; }
a { background-color: rgb(230,5,171); }
div.DivClassName
{
background-color: #E605AB;
}
.BgClassName
{
background-color: #E605AB;
}
</style>
border-color css
<style>
span { border-color: #E605AB; }
span { border-color: rgb(230,5,171); }
td.TdClassName
{
border-color: #E605AB;
}
.TagClassName
{
border-color: #E605AB;
}
</style>