Shades of Mandy #E2585D
Tints of Mandy #E2585D
RGB
CMYK
RGB Variations
Color information
#E2585D (or 0xE2585D) is known color: Mandy. HEX triplet: E2, 58 and 5D. RGB value is (226,88,93). Sum of RGB (Red+Green+Blue) = 226+88+93=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E2585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2585D is #1DA7A2. Grayscale: #818181. Windows color (decimal): -1943459 or 6117602. OLE color: 6117602.
HSL color Cylindrical-coordinate representation of color #E2585D: hue angle of 357.83º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2585D is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 93 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.11 |
| HSL | 357.83º | 0.7% | 0.62% | - |
| HSV(B) | 357.83º | 0.61% | 0.89% | - |
| XYZ | 36.83 | 23.94 | 13.04 | - |
| YUV | 129.83 | 107.22 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 93 | 0 | 0.61 | 0.59 | 0.11 | 357.83 | 0.7 | 0.62 |
| Hex | E2 | 58 | 5D | 0 | 3D | 3B | B | 166 | 46 | 3E |
| Octal | 342 | 130 | 135 | 0 | 75 | 73 | 13 | 546 | 106 | 76 |
| Binary | 11100010 | 1011000 | 1011101 | 0 | 111101 | 111011 | 1011 | 101100110 | 1000110 | 111110 |
Color Harmonies of #E2585D
Complementary color
Monochromatic Colors of #E2585D
Black with #E2585D
Text Example
Text Example
White with #E2585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2585D; }
p { color: rgb(226,88,93); }
H1.HeaderClassName
{
color: #E2585D;
}
.AnyTagClassName
{
color: #E2585D;
}
</style>
background-color css
<style>
a { background-color: #E2585D; }
a { background-color: rgb(226,88,93); }
div.DivClassName
{
background-color: #E2585D;
}
.BgClassName
{
background-color: #E2585D;
}
</style>
border-color css
<style>
span { border-color: #E2585D; }
span { border-color: rgb(226,88,93); }
td.TdClassName
{
border-color: #E2585D;
}
.TagClassName
{
border-color: #E2585D;
}
</style>