Shades of Mandy #E1515C
Tints of Mandy #E1515C
RGB
CMYK
RGB Variations
Color information
#E1515C (or 0xE1515C) is known color: Mandy. HEX triplet: E1, 51 and 5C. RGB value is (225,81,92). Sum of RGB (Red+Green+Blue) = 225+81+92=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1515C is #1EAEA3. Grayscale: #7D7D7D. Windows color (decimal): -2010788 or 6050273. OLE color: 6050273.
HSL color Cylindrical-coordinate representation of color #E1515C: hue angle of 355.42º 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 #E1515C is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 92 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.12 |
| HSL | 355.42º | 0.71% | 0.6% | - |
| HSV(B) | 355.42º | 0.64% | 0.88% | - |
| XYZ | 35.93 | 22.67 | 12.61 | - |
| YUV | 125.31 | 109.21 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 92 | 0 | 0.64 | 0.59 | 0.12 | 355.42 | 0.71 | 0.6 |
| Hex | E1 | 51 | 5C | 0 | 40 | 3B | C | 163 | 47 | 3C |
| Octal | 341 | 121 | 134 | 0 | 100 | 73 | 14 | 543 | 107 | 74 |
| Binary | 11100001 | 1010001 | 1011100 | 0 | 1000000 | 111011 | 1100 | 101100011 | 1000111 | 111100 |
Color Harmonies of #E1515C
Complementary color
Monochromatic Colors of #E1515C
Black with #E1515C
Text Example
Text Example
White with #E1515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1515C; }
p { color: rgb(225,81,92); }
H1.HeaderClassName
{
color: #E1515C;
}
.AnyTagClassName
{
color: #E1515C;
}
</style>
background-color css
<style>
a { background-color: #E1515C; }
a { background-color: rgb(225,81,92); }
div.DivClassName
{
background-color: #E1515C;
}
.BgClassName
{
background-color: #E1515C;
}
</style>
border-color css
<style>
span { border-color: #E1515C; }
span { border-color: rgb(225,81,92); }
td.TdClassName
{
border-color: #E1515C;
}
.TagClassName
{
border-color: #E1515C;
}
</style>