Shades of Hollywood Cerise #E900AC
Tints of Hollywood Cerise #E900AC
RGB
CMYK
RGB Variations
Color information
#E900AC (or 0xE900AC) is known color: Hollywood Cerise. HEX triplet: E9, 00 and AC. RGB value is (233,0,172). Sum of RGB (Red+Green+Blue) = 233+0+172=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E900AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E900AC is #16FF53. Grayscale: #585858. Windows color (decimal): -1507156 or 11272425. OLE color: 11272425.
HSL color Cylindrical-coordinate representation of color #E900AC: hue angle of 315.71º 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 #E900AC is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.26 | 0.09 |
| HSL | 315.71º | 1% | 0.46% | - |
| HSV(B) | 315.71º | 1% | 0.91% | - |
| XYZ | 41.05 | 20.3 | 40.78 | - |
| YUV | 89.28 | 174.69 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 172 | 0 | 1 | 0.26 | 0.09 | 315.71 | 1 | 0.46 |
| Hex | E9 | 0 | AC | 0 | 64 | 1A | 9 | 13C | 64 | 2E |
| Octal | 351 | 0 | 254 | 0 | 144 | 32 | 11 | 474 | 144 | 56 |
| Binary | 11101001 | 0 | 10101100 | 0 | 1100100 | 11010 | 1001 | 100111100 | 1100100 | 101110 |
Color Harmonies of #E900AC
Complementary color
Monochromatic Colors of #E900AC
Black with #E900AC
Text Example
Text Example
White with #E900AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900AC; }
p { color: rgb(233,0,172); }
H1.HeaderClassName
{
color: #E900AC;
}
.AnyTagClassName
{
color: #E900AC;
}
</style>
background-color css
<style>
a { background-color: #E900AC; }
a { background-color: rgb(233,0,172); }
div.DivClassName
{
background-color: #E900AC;
}
.BgClassName
{
background-color: #E900AC;
}
</style>
border-color css
<style>
span { border-color: #E900AC; }
span { border-color: rgb(233,0,172); }
td.TdClassName
{
border-color: #E900AC;
}
.TagClassName
{
border-color: #E900AC;
}
</style>