Shades of Mandy #E1515D
Tints of Mandy #E1515D
RGB
CMYK
RGB Variations
Color information
#E1515D (or 0xE1515D) is known color: Mandy. HEX triplet: E1, 51 and 5D. RGB value is (225,81,93). Sum of RGB (Red+Green+Blue) = 225+81+93=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1515D is #1EAEA2. Grayscale: #7D7D7D. Windows color (decimal): -2010787 or 6115809. OLE color: 6115809.
HSL color Cylindrical-coordinate representation of color #E1515D: hue angle of 355º 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 #E1515D is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 93 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.12 |
| HSL | 355º | 0.71% | 0.6% | - |
| HSV(B) | 355º | 0.64% | 0.88% | - |
| XYZ | 35.97 | 22.68 | 12.84 | - |
| YUV | 125.42 | 109.71 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 93 | 0 | 0.64 | 0.59 | 0.12 | 355 | 0.71 | 0.6 |
| Hex | E1 | 51 | 5D | 0 | 40 | 3B | C | 163 | 47 | 3C |
| Octal | 341 | 121 | 135 | 0 | 100 | 73 | 14 | 543 | 107 | 74 |
| Binary | 11100001 | 1010001 | 1011101 | 0 | 1000000 | 111011 | 1100 | 101100011 | 1000111 | 111100 |
Color Harmonies of #E1515D
Complementary color
Monochromatic Colors of #E1515D
Black with #E1515D
Text Example
Text Example
White with #E1515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1515D; }
p { color: rgb(225,81,93); }
H1.HeaderClassName
{
color: #E1515D;
}
.AnyTagClassName
{
color: #E1515D;
}
</style>
background-color css
<style>
a { background-color: #E1515D; }
a { background-color: rgb(225,81,93); }
div.DivClassName
{
background-color: #E1515D;
}
.BgClassName
{
background-color: #E1515D;
}
</style>
border-color css
<style>
span { border-color: #E1515D; }
span { border-color: rgb(225,81,93); }
td.TdClassName
{
border-color: #E1515D;
}
.TagClassName
{
border-color: #E1515D;
}
</style>