Shades of Mandy #E1585D
Tints of Mandy #E1585D
RGB
CMYK
RGB Variations
Color information
#E1585D (or 0xE1585D) is known color: Mandy. HEX triplet: E1, 58 and 5D. RGB value is (225,88,93). Sum of RGB (Red+Green+Blue) = 225+88+93=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E1585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1585D is #1EA7A2. Grayscale: #818181. Windows color (decimal): -2008995 or 6117601. OLE color: 6117601.
HSL color Cylindrical-coordinate representation of color #E1585D: hue angle of 357.81º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1585D is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 93 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.12 |
| HSL | 357.81º | 0.7% | 0.61% | - |
| HSV(B) | 357.81º | 0.61% | 0.88% | - |
| XYZ | 36.52 | 23.78 | 13.02 | - |
| YUV | 129.53 | 107.39 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 93 | 0 | 0.61 | 0.59 | 0.12 | 357.81 | 0.7 | 0.61 |
| Hex | E1 | 58 | 5D | 0 | 3D | 3B | C | 166 | 46 | 3D |
| Octal | 341 | 130 | 135 | 0 | 75 | 73 | 14 | 546 | 106 | 75 |
| Binary | 11100001 | 1011000 | 1011101 | 0 | 111101 | 111011 | 1100 | 101100110 | 1000110 | 111101 |
Color Harmonies of #E1585D
Complementary color
Monochromatic Colors of #E1585D
Black with #E1585D
Text Example
Text Example
White with #E1585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1585D; }
p { color: rgb(225,88,93); }
H1.HeaderClassName
{
color: #E1585D;
}
.AnyTagClassName
{
color: #E1585D;
}
</style>
background-color css
<style>
a { background-color: #E1585D; }
a { background-color: rgb(225,88,93); }
div.DivClassName
{
background-color: #E1585D;
}
.BgClassName
{
background-color: #E1585D;
}
</style>
border-color css
<style>
span { border-color: #E1585D; }
span { border-color: rgb(225,88,93); }
td.TdClassName
{
border-color: #E1585D;
}
.TagClassName
{
border-color: #E1585D;
}
</style>