Shades of Hollywood Cerise #E500AB
Tints of Hollywood Cerise #E500AB
RGB
CMYK
RGB Variations
Color information
#E500AB (or 0xE500AB) is known color: Hollywood Cerise. HEX triplet: E5, 00 and AB. RGB value is (229,0,171). Sum of RGB (Red+Green+Blue) = 229+0+171=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E500AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E500AB is #1AFF54. Grayscale: #575757. Windows color (decimal): -1769301 or 11206885. OLE color: 11206885.
HSL color Cylindrical-coordinate representation of color #E500AB: hue angle of 315.2º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E500AB is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.25 | 0.10 |
| HSL | 315.2º | 1% | 0.45% | - |
| HSV(B) | 315.2º | 1% | 0.9% | - |
| XYZ | 39.66 | 19.6 | 40.22 | - |
| YUV | 87.97 | 174.87 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 171 | 0 | 1 | 0.25 | 0.10 | 315.2 | 1 | 0.45 |
| Hex | E5 | 0 | AB | 0 | 64 | 19 | A | 13B | 64 | 2D |
| Octal | 345 | 0 | 253 | 0 | 144 | 31 | 12 | 473 | 144 | 55 |
| Binary | 11100101 | 0 | 10101011 | 0 | 1100100 | 11001 | 1010 | 100111011 | 1100100 | 101101 |
Color Harmonies of #E500AB
Complementary color
Monochromatic Colors of #E500AB
Black with #E500AB
Text Example
Text Example
White with #E500AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E500AB; }
p { color: rgb(229,0,171); }
H1.HeaderClassName
{
color: #E500AB;
}
.AnyTagClassName
{
color: #E500AB;
}
</style>
background-color css
<style>
a { background-color: #E500AB; }
a { background-color: rgb(229,0,171); }
div.DivClassName
{
background-color: #E500AB;
}
.BgClassName
{
background-color: #E500AB;
}
</style>
border-color css
<style>
span { border-color: #E500AB; }
span { border-color: rgb(229,0,171); }
td.TdClassName
{
border-color: #E500AB;
}
.TagClassName
{
border-color: #E500AB;
}
</style>