Shades of Hollywood Cerise #E100A3
Tints of Hollywood Cerise #E100A3
RGB
CMYK
RGB Variations
Color information
#E100A3 (or 0xE100A3) is known color: Hollywood Cerise. HEX triplet: E1, 00 and A3. RGB value is (225,0,163). Sum of RGB (Red+Green+Blue) = 225+0+163=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E100A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E100A3 is #1EFF5C. Grayscale: #555555. Windows color (decimal): -2031453 or 10682593. OLE color: 10682593.
HSL color Cylindrical-coordinate representation of color #E100A3: hue angle of 316.53º 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 #E100A3 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 163 | - |
| CMYK | 0 | 1 | 0.28 | 0.12 |
| HSL | 316.53º | 1% | 0.44% | - |
| HSV(B) | 316.53º | 1% | 0.88% | - |
| XYZ | 37.66 | 18.65 | 36.27 | - |
| YUV | 85.86 | 171.54 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 163 | 0 | 1 | 0.28 | 0.12 | 316.53 | 1 | 0.44 |
| Hex | E1 | 0 | A3 | 0 | 64 | 1C | C | 13D | 64 | 2C |
| Octal | 341 | 0 | 243 | 0 | 144 | 34 | 14 | 475 | 144 | 54 |
| Binary | 11100001 | 0 | 10100011 | 0 | 1100100 | 11100 | 1100 | 100111101 | 1100100 | 101100 |
Color Harmonies of #E100A3
Complementary color
Monochromatic Colors of #E100A3
Black with #E100A3
Text Example
Text Example
White with #E100A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100A3; }
p { color: rgb(225,0,163); }
H1.HeaderClassName
{
color: #E100A3;
}
.AnyTagClassName
{
color: #E100A3;
}
</style>
background-color css
<style>
a { background-color: #E100A3; }
a { background-color: rgb(225,0,163); }
div.DivClassName
{
background-color: #E100A3;
}
.BgClassName
{
background-color: #E100A3;
}
</style>
border-color css
<style>
span { border-color: #E100A3; }
span { border-color: rgb(225,0,163); }
td.TdClassName
{
border-color: #E100A3;
}
.TagClassName
{
border-color: #E100A3;
}
</style>