Shades of Hollywood Cerise #E900AB
Tints of Hollywood Cerise #E900AB
RGB
CMYK
RGB Variations
Color information
#E900AB (or 0xE900AB) is known color: Hollywood Cerise. HEX triplet: E9, 00 and AB. RGB value is (233,0,171). Sum of RGB (Red+Green+Blue) = 233+0+171=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E900AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E900AB is #16FF54. Grayscale: #585858. Windows color (decimal): -1507157 or 11206889. OLE color: 11206889.
HSL color Cylindrical-coordinate representation of color #E900AB: hue angle of 315.97º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E900AB is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.27 | 0.09 |
| HSL | 315.97º | 1% | 0.46% | - |
| HSV(B) | 315.97º | 1% | 0.91% | - |
| XYZ | 40.95 | 20.26 | 40.28 | - |
| YUV | 89.16 | 174.19 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 171 | 0 | 1 | 0.27 | 0.09 | 315.97 | 1 | 0.46 |
| Hex | E9 | 0 | AB | 0 | 64 | 1B | 9 | 13C | 64 | 2E |
| Octal | 351 | 0 | 253 | 0 | 144 | 33 | 11 | 474 | 144 | 56 |
| Binary | 11101001 | 0 | 10101011 | 0 | 1100100 | 11011 | 1001 | 100111100 | 1100100 | 101110 |
Color Harmonies of #E900AB
Complementary color
Monochromatic Colors of #E900AB
Black with #E900AB
Text Example
Text Example
White with #E900AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900AB; }
p { color: rgb(233,0,171); }
H1.HeaderClassName
{
color: #E900AB;
}
.AnyTagClassName
{
color: #E900AB;
}
</style>
background-color css
<style>
a { background-color: #E900AB; }
a { background-color: rgb(233,0,171); }
div.DivClassName
{
background-color: #E900AB;
}
.BgClassName
{
background-color: #E900AB;
}
</style>
border-color css
<style>
span { border-color: #E900AB; }
span { border-color: rgb(233,0,171); }
td.TdClassName
{
border-color: #E900AB;
}
.TagClassName
{
border-color: #E900AB;
}
</style>