Shades of Mandy #E15059
Tints of Mandy #E15059
RGB
CMYK
RGB Variations
Color information
#E15059 (or 0xE15059) is known color: Mandy. HEX triplet: E1, 50 and 59. RGB value is (225,80,89). Sum of RGB (Red+Green+Blue) = 225+80+89=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E15059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15059 is #1EAFA6. Grayscale: #7C7C7C. Windows color (decimal): -2011047 or 5853409. OLE color: 5853409.
HSL color Cylindrical-coordinate representation of color #E15059: hue angle of 356.28º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15059 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 89 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.12 |
| HSL | 356.28º | 0.71% | 0.6% | - |
| HSV(B) | 356.28º | 0.64% | 0.88% | - |
| XYZ | 35.72 | 22.47 | 11.9 | - |
| YUV | 124.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 89 | 0 | 0.64 | 0.60 | 0.12 | 356.28 | 0.71 | 0.6 |
| Hex | E1 | 50 | 59 | 0 | 40 | 3C | C | 164 | 47 | 3C |
| Octal | 341 | 120 | 131 | 0 | 100 | 74 | 14 | 544 | 107 | 74 |
| Binary | 11100001 | 1010000 | 1011001 | 0 | 1000000 | 111100 | 1100 | 101100100 | 1000111 | 111100 |
Color Harmonies of #E15059
Complementary color
Monochromatic Colors of #E15059
Black with #E15059
Text Example
Text Example
White with #E15059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15059; }
p { color: rgb(225,80,89); }
H1.HeaderClassName
{
color: #E15059;
}
.AnyTagClassName
{
color: #E15059;
}
</style>
background-color css
<style>
a { background-color: #E15059; }
a { background-color: rgb(225,80,89); }
div.DivClassName
{
background-color: #E15059;
}
.BgClassName
{
background-color: #E15059;
}
</style>
border-color css
<style>
span { border-color: #E15059; }
span { border-color: rgb(225,80,89); }
td.TdClassName
{
border-color: #E15059;
}
.TagClassName
{
border-color: #E15059;
}
</style>