Shades of Hollywood Cerise #E115A3
Tints of Hollywood Cerise #E115A3
RGB
CMYK
RGB Variations
Color information
#E115A3 (or 0xE115A3) is known color: Hollywood Cerise. HEX triplet: E1, 15 and A3. RGB value is (225,21,163). Sum of RGB (Red+Green+Blue) = 225+21+163=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E115A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E115A3 is #1EEA5C. Grayscale: #616161. Windows color (decimal): -2026077 or 10687969. OLE color: 10687969.
HSL color Cylindrical-coordinate representation of color #E115A3: hue angle of 318.24º 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 #E115A3 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 163 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.12 |
| HSL | 318.24º | 0.83% | 0.48% | - |
| HSV(B) | 318.24º | 0.91% | 0.88% | - |
| XYZ | 37.93 | 19.19 | 36.35 | - |
| YUV | 98.18 | 164.59 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 163 | 0 | 0.91 | 0.28 | 0.12 | 318.24 | 0.83 | 0.48 |
| Hex | E1 | 15 | A3 | 0 | 5B | 1C | C | 13E | 53 | 30 |
| Octal | 341 | 25 | 243 | 0 | 133 | 34 | 14 | 476 | 123 | 60 |
| Binary | 11100001 | 10101 | 10100011 | 0 | 1011011 | 11100 | 1100 | 100111110 | 1010011 | 110000 |
Color Harmonies of #E115A3
Complementary color
Monochromatic Colors of #E115A3
Black with #E115A3
Text Example
Text Example
White with #E115A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115A3; }
p { color: rgb(225,21,163); }
H1.HeaderClassName
{
color: #E115A3;
}
.AnyTagClassName
{
color: #E115A3;
}
</style>
background-color css
<style>
a { background-color: #E115A3; }
a { background-color: rgb(225,21,163); }
div.DivClassName
{
background-color: #E115A3;
}
.BgClassName
{
background-color: #E115A3;
}
</style>
border-color css
<style>
span { border-color: #E115A3; }
span { border-color: rgb(225,21,163); }
td.TdClassName
{
border-color: #E115A3;
}
.TagClassName
{
border-color: #E115A3;
}
</style>