Shades of Hollywood Cerise #E115A1
Tints of Hollywood Cerise #E115A1
RGB
CMYK
RGB Variations
Color information
#E115A1 (or 0xE115A1) is known color: Hollywood Cerise. HEX triplet: E1, 15 and A1. RGB value is (225,21,161). Sum of RGB (Red+Green+Blue) = 225+21+161=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E115A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E115A1 is #1EEA5E. Grayscale: #616161. Windows color (decimal): -2026079 or 10556897. OLE color: 10556897.
HSL color Cylindrical-coordinate representation of color #E115A1: hue angle of 318.82º 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 #E115A1 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 161 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.12 |
| HSL | 318.82º | 0.83% | 0.48% | - |
| HSV(B) | 318.82º | 0.91% | 0.88% | - |
| XYZ | 37.75 | 19.12 | 35.42 | - |
| YUV | 97.96 | 163.59 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 161 | 0 | 0.91 | 0.28 | 0.12 | 318.82 | 0.83 | 0.48 |
| Hex | E1 | 15 | A1 | 0 | 5B | 1C | C | 13F | 53 | 30 |
| Octal | 341 | 25 | 241 | 0 | 133 | 34 | 14 | 477 | 123 | 60 |
| Binary | 11100001 | 10101 | 10100001 | 0 | 1011011 | 11100 | 1100 | 100111111 | 1010011 | 110000 |
Color Harmonies of #E115A1
Complementary color
Monochromatic Colors of #E115A1
Black with #E115A1
Text Example
Text Example
White with #E115A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115A1; }
p { color: rgb(225,21,161); }
H1.HeaderClassName
{
color: #E115A1;
}
.AnyTagClassName
{
color: #E115A1;
}
</style>
background-color css
<style>
a { background-color: #E115A1; }
a { background-color: rgb(225,21,161); }
div.DivClassName
{
background-color: #E115A1;
}
.BgClassName
{
background-color: #E115A1;
}
</style>
border-color css
<style>
span { border-color: #E115A1; }
span { border-color: rgb(225,21,161); }
td.TdClassName
{
border-color: #E115A1;
}
.TagClassName
{
border-color: #E115A1;
}
</style>