Shades of Mandy #E1585B
Tints of Mandy #E1585B
RGB
CMYK
RGB Variations
Color information
#E1585B (or 0xE1585B) is known color: Mandy. HEX triplet: E1, 58 and 5B. RGB value is (225,88,91). Sum of RGB (Red+Green+Blue) = 225+88+91=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1585B is #1EA7A4. Grayscale: #818181. Windows color (decimal): -2008997 or 5986529. OLE color: 5986529.
HSL color Cylindrical-coordinate representation of color #E1585B: hue angle of 358.69º 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 #E1585B is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 91 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.12 |
| HSL | 358.69º | 0.7% | 0.61% | - |
| HSV(B) | 358.69º | 0.61% | 0.88% | - |
| XYZ | 36.43 | 23.74 | 12.56 | - |
| YUV | 129.31 | 106.39 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 91 | 0 | 0.61 | 0.60 | 0.12 | 358.69 | 0.7 | 0.61 |
| Hex | E1 | 58 | 5B | 0 | 3D | 3C | C | 167 | 46 | 3D |
| Octal | 341 | 130 | 133 | 0 | 75 | 74 | 14 | 547 | 106 | 75 |
| Binary | 11100001 | 1011000 | 1011011 | 0 | 111101 | 111100 | 1100 | 101100111 | 1000110 | 111101 |
Color Harmonies of #E1585B
Complementary color
Monochromatic Colors of #E1585B
Black with #E1585B
Text Example
Text Example
White with #E1585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1585B; }
p { color: rgb(225,88,91); }
H1.HeaderClassName
{
color: #E1585B;
}
.AnyTagClassName
{
color: #E1585B;
}
</style>
background-color css
<style>
a { background-color: #E1585B; }
a { background-color: rgb(225,88,91); }
div.DivClassName
{
background-color: #E1585B;
}
.BgClassName
{
background-color: #E1585B;
}
</style>
border-color css
<style>
span { border-color: #E1585B; }
span { border-color: rgb(225,88,91); }
td.TdClassName
{
border-color: #E1585B;
}
.TagClassName
{
border-color: #E1585B;
}
</style>