Shades of Hollywood Cerise #E115A5
Tints of Hollywood Cerise #E115A5
RGB
CMYK
RGB Variations
Color information
#E115A5 (or 0xE115A5) is known color: Hollywood Cerise. HEX triplet: E1, 15 and A5. RGB value is (225,21,165). Sum of RGB (Red+Green+Blue) = 225+21+165=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E115A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E115A5 is #1EEA5A. Grayscale: #626262. Windows color (decimal): -2026075 or 10819041. OLE color: 10819041.
HSL color Cylindrical-coordinate representation of color #E115A5: hue angle of 317.65º 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 #E115A5 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 165 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.12 |
| HSL | 317.65º | 0.83% | 0.48% | - |
| HSV(B) | 317.65º | 0.91% | 0.88% | - |
| XYZ | 38.11 | 19.26 | 37.31 | - |
| YUV | 98.41 | 165.59 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 165 | 0 | 0.91 | 0.27 | 0.12 | 317.65 | 0.83 | 0.48 |
| Hex | E1 | 15 | A5 | 0 | 5B | 1B | C | 13E | 53 | 30 |
| Octal | 341 | 25 | 245 | 0 | 133 | 33 | 14 | 476 | 123 | 60 |
| Binary | 11100001 | 10101 | 10100101 | 0 | 1011011 | 11011 | 1100 | 100111110 | 1010011 | 110000 |
Color Harmonies of #E115A5
Complementary color
Monochromatic Colors of #E115A5
Black with #E115A5
Text Example
Text Example
White with #E115A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115A5; }
p { color: rgb(225,21,165); }
H1.HeaderClassName
{
color: #E115A5;
}
.AnyTagClassName
{
color: #E115A5;
}
</style>
background-color css
<style>
a { background-color: #E115A5; }
a { background-color: rgb(225,21,165); }
div.DivClassName
{
background-color: #E115A5;
}
.BgClassName
{
background-color: #E115A5;
}
</style>
border-color css
<style>
span { border-color: #E115A5; }
span { border-color: rgb(225,21,165); }
td.TdClassName
{
border-color: #E115A5;
}
.TagClassName
{
border-color: #E115A5;
}
</style>