Shades of Hollywood Cerise #E110AD
Tints of Hollywood Cerise #E110AD
RGB
CMYK
RGB Variations
Color information
#E110AD (or 0xE110AD) is known color: Hollywood Cerise. HEX triplet: E1, 10 and AD. RGB value is (225,16,173). Sum of RGB (Red+Green+Blue) = 225+16+173=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E110AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E110AD is #1EEF52. Grayscale: #5F5F5F. Windows color (decimal): -2027347 or 11342049. OLE color: 11342049.
HSL color Cylindrical-coordinate representation of color #E110AD: hue angle of 314.93º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E110AD is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 173 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.12 |
| HSL | 314.93º | 0.87% | 0.47% | - |
| HSV(B) | 314.93º | 0.93% | 0.88% | - |
| XYZ | 38.78 | 19.4 | 41.23 | - |
| YUV | 96.39 | 171.24 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 173 | 0 | 0.93 | 0.23 | 0.12 | 314.93 | 0.87 | 0.47 |
| Hex | E1 | 10 | AD | 0 | 5D | 17 | C | 13B | 57 | 2F |
| Octal | 341 | 20 | 255 | 0 | 135 | 27 | 14 | 473 | 127 | 57 |
| Binary | 11100001 | 10000 | 10101101 | 0 | 1011101 | 10111 | 1100 | 100111011 | 1010111 | 101111 |
Color Harmonies of #E110AD
Complementary color
Monochromatic Colors of #E110AD
Black with #E110AD
Text Example
Text Example
White with #E110AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E110AD; }
p { color: rgb(225,16,173); }
H1.HeaderClassName
{
color: #E110AD;
}
.AnyTagClassName
{
color: #E110AD;
}
</style>
background-color css
<style>
a { background-color: #E110AD; }
a { background-color: rgb(225,16,173); }
div.DivClassName
{
background-color: #E110AD;
}
.BgClassName
{
background-color: #E110AD;
}
</style>
border-color css
<style>
span { border-color: #E110AD; }
span { border-color: rgb(225,16,173); }
td.TdClassName
{
border-color: #E110AD;
}
.TagClassName
{
border-color: #E110AD;
}
</style>