Shades of Hollywood Cerise #E100A8
Tints of Hollywood Cerise #E100A8
RGB
CMYK
RGB Variations
Color information
#E100A8 (or 0xE100A8) is known color: Hollywood Cerise. HEX triplet: E1, 00 and A8. RGB value is (225,0,168). Sum of RGB (Red+Green+Blue) = 225+0+168=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E100A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E100A8 is #1EFF57. Grayscale: #555555. Windows color (decimal): -2031448 or 11010273. OLE color: 11010273.
HSL color Cylindrical-coordinate representation of color #E100A8: hue angle of 315.2º 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 #E100A8 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 168 | - |
| CMYK | 0 | 1 | 0.25 | 0.12 |
| HSL | 315.2º | 1% | 0.44% | - |
| HSV(B) | 315.2º | 1% | 0.88% | - |
| XYZ | 38.12 | 18.83 | 38.67 | - |
| YUV | 86.43 | 174.04 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 168 | 0 | 1 | 0.25 | 0.12 | 315.2 | 1 | 0.44 |
| Hex | E1 | 0 | A8 | 0 | 64 | 19 | C | 13B | 64 | 2C |
| Octal | 341 | 0 | 250 | 0 | 144 | 31 | 14 | 473 | 144 | 54 |
| Binary | 11100001 | 0 | 10101000 | 0 | 1100100 | 11001 | 1100 | 100111011 | 1100100 | 101100 |
Color Harmonies of #E100A8
Complementary color
Monochromatic Colors of #E100A8
Black with #E100A8
Text Example
Text Example
White with #E100A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100A8; }
p { color: rgb(225,0,168); }
H1.HeaderClassName
{
color: #E100A8;
}
.AnyTagClassName
{
color: #E100A8;
}
</style>
background-color css
<style>
a { background-color: #E100A8; }
a { background-color: rgb(225,0,168); }
div.DivClassName
{
background-color: #E100A8;
}
.BgClassName
{
background-color: #E100A8;
}
</style>
border-color css
<style>
span { border-color: #E100A8; }
span { border-color: rgb(225,0,168); }
td.TdClassName
{
border-color: #E100A8;
}
.TagClassName
{
border-color: #E100A8;
}
</style>