Shades of Mandy #E1515B
Tints of Mandy #E1515B
RGB
CMYK
RGB Variations
Color information
#E1515B (or 0xE1515B) is known color: Mandy. HEX triplet: E1, 51 and 5B. RGB value is (225,81,91). Sum of RGB (Red+Green+Blue) = 225+81+91=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E1515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1515B is #1EAEA4. Grayscale: #7D7D7D. Windows color (decimal): -2010789 or 5984737. OLE color: 5984737.
HSL color Cylindrical-coordinate representation of color #E1515B: hue angle of 355.83º 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 #E1515B is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 91 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.12 |
| HSL | 355.83º | 0.71% | 0.6% | - |
| HSV(B) | 355.83º | 0.64% | 0.88% | - |
| XYZ | 35.88 | 22.65 | 12.38 | - |
| YUV | 125.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 91 | 0 | 0.64 | 0.60 | 0.12 | 355.83 | 0.71 | 0.6 |
| Hex | E1 | 51 | 5B | 0 | 40 | 3C | C | 164 | 47 | 3C |
| Octal | 341 | 121 | 133 | 0 | 100 | 74 | 14 | 544 | 107 | 74 |
| Binary | 11100001 | 1010001 | 1011011 | 0 | 1000000 | 111100 | 1100 | 101100100 | 1000111 | 111100 |
Color Harmonies of #E1515B
Complementary color
Monochromatic Colors of #E1515B
Black with #E1515B
Text Example
Text Example
White with #E1515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1515B; }
p { color: rgb(225,81,91); }
H1.HeaderClassName
{
color: #E1515B;
}
.AnyTagClassName
{
color: #E1515B;
}
</style>
background-color css
<style>
a { background-color: #E1515B; }
a { background-color: rgb(225,81,91); }
div.DivClassName
{
background-color: #E1515B;
}
.BgClassName
{
background-color: #E1515B;
}
</style>
border-color css
<style>
span { border-color: #E1515B; }
span { border-color: rgb(225,81,91); }
td.TdClassName
{
border-color: #E1515B;
}
.TagClassName
{
border-color: #E1515B;
}
</style>