Shades of Mandy #E1515E
Tints of Mandy #E1515E
RGB
CMYK
RGB Variations
Color information
#E1515E (or 0xE1515E) is known color: Mandy. HEX triplet: E1, 51 and 5E. RGB value is (225,81,94). Sum of RGB (Red+Green+Blue) = 225+81+94=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1515E is #1EAEA1. Grayscale: #7D7D7D. Windows color (decimal): -2010786 or 6181345. OLE color: 6181345.
HSL color Cylindrical-coordinate representation of color #E1515E: hue angle of 354.58º 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 #E1515E is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 94 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.12 |
| HSL | 354.58º | 0.71% | 0.6% | - |
| HSV(B) | 354.58º | 0.64% | 0.88% | - |
| XYZ | 36.01 | 22.7 | 13.07 | - |
| YUV | 125.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 94 | 0 | 0.64 | 0.58 | 0.12 | 354.58 | 0.71 | 0.6 |
| Hex | E1 | 51 | 5E | 0 | 40 | 3A | C | 163 | 47 | 3C |
| Octal | 341 | 121 | 136 | 0 | 100 | 72 | 14 | 543 | 107 | 74 |
| Binary | 11100001 | 1010001 | 1011110 | 0 | 1000000 | 111010 | 1100 | 101100011 | 1000111 | 111100 |
Color Harmonies of #E1515E
Complementary color
Monochromatic Colors of #E1515E
Black with #E1515E
Text Example
Text Example
White with #E1515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1515E; }
p { color: rgb(225,81,94); }
H1.HeaderClassName
{
color: #E1515E;
}
.AnyTagClassName
{
color: #E1515E;
}
</style>
background-color css
<style>
a { background-color: #E1515E; }
a { background-color: rgb(225,81,94); }
div.DivClassName
{
background-color: #E1515E;
}
.BgClassName
{
background-color: #E1515E;
}
</style>
border-color css
<style>
span { border-color: #E1515E; }
span { border-color: rgb(225,81,94); }
td.TdClassName
{
border-color: #E1515E;
}
.TagClassName
{
border-color: #E1515E;
}
</style>