Shades of Hollywood Cerise #E115AD
Tints of Hollywood Cerise #E115AD
RGB
CMYK
RGB Variations
Color information
#E115AD (or 0xE115AD) is known color: Hollywood Cerise. HEX triplet: E1, 15 and AD. RGB value is (225,21,173). Sum of RGB (Red+Green+Blue) = 225+21+173=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E115AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E115AD is #1EEA52. Grayscale: #626262. Windows color (decimal): -2026067 or 11343329. OLE color: 11343329.
HSL color Cylindrical-coordinate representation of color #E115AD: hue angle of 315.29º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E115AD is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 173 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.12 |
| HSL | 315.29º | 0.83% | 0.48% | - |
| HSV(B) | 315.29º | 0.91% | 0.88% | - |
| XYZ | 38.86 | 19.56 | 41.26 | - |
| YUV | 99.32 | 169.59 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 173 | 0 | 0.91 | 0.23 | 0.12 | 315.29 | 0.83 | 0.48 |
| Hex | E1 | 15 | AD | 0 | 5B | 17 | C | 13B | 53 | 30 |
| Octal | 341 | 25 | 255 | 0 | 133 | 27 | 14 | 473 | 123 | 60 |
| Binary | 11100001 | 10101 | 10101101 | 0 | 1011011 | 10111 | 1100 | 100111011 | 1010011 | 110000 |
Color Harmonies of #E115AD
Complementary color
Monochromatic Colors of #E115AD
Black with #E115AD
Text Example
Text Example
White with #E115AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115AD; }
p { color: rgb(225,21,173); }
H1.HeaderClassName
{
color: #E115AD;
}
.AnyTagClassName
{
color: #E115AD;
}
</style>
background-color css
<style>
a { background-color: #E115AD; }
a { background-color: rgb(225,21,173); }
div.DivClassName
{
background-color: #E115AD;
}
.BgClassName
{
background-color: #E115AD;
}
</style>
border-color css
<style>
span { border-color: #E115AD; }
span { border-color: rgb(225,21,173); }
td.TdClassName
{
border-color: #E115AD;
}
.TagClassName
{
border-color: #E115AD;
}
</style>