Shades of Hollywood Cerise #E900AD
Tints of Hollywood Cerise #E900AD
RGB
CMYK
RGB Variations
Color information
#E900AD (or 0xE900AD) is known color: Hollywood Cerise. HEX triplet: E9, 00 and AD. RGB value is (233,0,173). Sum of RGB (Red+Green+Blue) = 233+0+173=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E900AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E900AD is #16FF52. Grayscale: #585858. Windows color (decimal): -1507155 or 11337961. OLE color: 11337961.
HSL color Cylindrical-coordinate representation of color #E900AD: hue angle of 315.45º 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 #E900AD is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 173 | - |
| CMYK | 0 | 1 | 0.26 | 0.09 |
| HSL | 315.45º | 1% | 0.46% | - |
| HSV(B) | 315.45º | 1% | 0.91% | - |
| XYZ | 41.15 | 20.34 | 41.29 | - |
| YUV | 89.39 | 175.19 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 173 | 0 | 1 | 0.26 | 0.09 | 315.45 | 1 | 0.46 |
| Hex | E9 | 0 | AD | 0 | 64 | 1A | 9 | 13B | 64 | 2E |
| Octal | 351 | 0 | 255 | 0 | 144 | 32 | 11 | 473 | 144 | 56 |
| Binary | 11101001 | 0 | 10101101 | 0 | 1100100 | 11010 | 1001 | 100111011 | 1100100 | 101110 |
Color Harmonies of #E900AD
Complementary color
Monochromatic Colors of #E900AD
Black with #E900AD
Text Example
Text Example
White with #E900AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900AD; }
p { color: rgb(233,0,173); }
H1.HeaderClassName
{
color: #E900AD;
}
.AnyTagClassName
{
color: #E900AD;
}
</style>
background-color css
<style>
a { background-color: #E900AD; }
a { background-color: rgb(233,0,173); }
div.DivClassName
{
background-color: #E900AD;
}
.BgClassName
{
background-color: #E900AD;
}
</style>
border-color css
<style>
span { border-color: #E900AD; }
span { border-color: rgb(233,0,173); }
td.TdClassName
{
border-color: #E900AD;
}
.TagClassName
{
border-color: #E900AD;
}
</style>