Shades of Hollywood Cerise #E100A6
Tints of Hollywood Cerise #E100A6
RGB
CMYK
RGB Variations
Color information
#E100A6 (or 0xE100A6) is known color: Hollywood Cerise. HEX triplet: E1, 00 and A6. RGB value is (225,0,166). Sum of RGB (Red+Green+Blue) = 225+0+166=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E100A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E100A6 is #1EFF59. Grayscale: #555555. Windows color (decimal): -2031450 or 10879201. OLE color: 10879201.
HSL color Cylindrical-coordinate representation of color #E100A6: hue angle of 315.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100A6 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 166 | - |
| CMYK | 0 | 1 | 0.26 | 0.12 |
| HSL | 315.73º | 1% | 0.44% | - |
| HSV(B) | 315.73º | 1% | 0.88% | - |
| XYZ | 37.93 | 18.76 | 37.7 | - |
| YUV | 86.2 | 173.04 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 166 | 0 | 1 | 0.26 | 0.12 | 315.73 | 1 | 0.44 |
| Hex | E1 | 0 | A6 | 0 | 64 | 1A | C | 13C | 64 | 2C |
| Octal | 341 | 0 | 246 | 0 | 144 | 32 | 14 | 474 | 144 | 54 |
| Binary | 11100001 | 0 | 10100110 | 0 | 1100100 | 11010 | 1100 | 100111100 | 1100100 | 101100 |
Color Harmonies of #E100A6
Complementary color
Monochromatic Colors of #E100A6
Black with #E100A6
Text Example
Text Example
White with #E100A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100A6; }
p { color: rgb(225,0,166); }
H1.HeaderClassName
{
color: #E100A6;
}
.AnyTagClassName
{
color: #E100A6;
}
</style>
background-color css
<style>
a { background-color: #E100A6; }
a { background-color: rgb(225,0,166); }
div.DivClassName
{
background-color: #E100A6;
}
.BgClassName
{
background-color: #E100A6;
}
</style>
border-color css
<style>
span { border-color: #E100A6; }
span { border-color: rgb(225,0,166); }
td.TdClassName
{
border-color: #E100A6;
}
.TagClassName
{
border-color: #E100A6;
}
</style>