Shades of Hollywood Cerise #E900A6
Tints of Hollywood Cerise #E900A6
RGB
CMYK
RGB Variations
Color information
#E900A6 (or 0xE900A6) is known color: Hollywood Cerise. HEX triplet: E9, 00 and A6. RGB value is (233,0,166). Sum of RGB (Red+Green+Blue) = 233+0+166=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E900A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E900A6 is #16FF59. Grayscale: #585858. Windows color (decimal): -1507162 or 10879209. OLE color: 10879209.
HSL color Cylindrical-coordinate representation of color #E900A6: hue angle of 317.25º 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 #E900A6 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 166 | - |
| CMYK | 0 | 1 | 0.29 | 0.09 |
| HSL | 317.25º | 1% | 0.46% | - |
| HSV(B) | 317.25º | 1% | 0.91% | - |
| XYZ | 40.49 | 20.08 | 37.82 | - |
| YUV | 88.59 | 171.69 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 166 | 0 | 1 | 0.29 | 0.09 | 317.25 | 1 | 0.46 |
| Hex | E9 | 0 | A6 | 0 | 64 | 1D | 9 | 13D | 64 | 2E |
| Octal | 351 | 0 | 246 | 0 | 144 | 35 | 11 | 475 | 144 | 56 |
| Binary | 11101001 | 0 | 10100110 | 0 | 1100100 | 11101 | 1001 | 100111101 | 1100100 | 101110 |
Color Harmonies of #E900A6
Complementary color
Monochromatic Colors of #E900A6
Black with #E900A6
Text Example
Text Example
White with #E900A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900A6; }
p { color: rgb(233,0,166); }
H1.HeaderClassName
{
color: #E900A6;
}
.AnyTagClassName
{
color: #E900A6;
}
</style>
background-color css
<style>
a { background-color: #E900A6; }
a { background-color: rgb(233,0,166); }
div.DivClassName
{
background-color: #E900A6;
}
.BgClassName
{
background-color: #E900A6;
}
</style>
border-color css
<style>
span { border-color: #E900A6; }
span { border-color: rgb(233,0,166); }
td.TdClassName
{
border-color: #E900A6;
}
.TagClassName
{
border-color: #E900A6;
}
</style>