Shades of Mandy #E2575F
Tints of Mandy #E2575F
RGB
CMYK
RGB Variations
Color information
#E2575F (or 0xE2575F) is known color: Mandy. HEX triplet: E2, 57 and 5F. RGB value is (226,87,95). Sum of RGB (Red+Green+Blue) = 226+87+95=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E2575F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2575F is #1DA8A0. Grayscale: #818181. Windows color (decimal): -1943713 or 6248418. OLE color: 6248418.
HSL color Cylindrical-coordinate representation of color #E2575F: hue angle of 356.55º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2575F is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 95 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.11 |
| HSL | 356.55º | 0.71% | 0.61% | - |
| HSV(B) | 356.55º | 0.62% | 0.89% | - |
| XYZ | 36.84 | 23.81 | 13.48 | - |
| YUV | 129.47 | 108.55 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 95 | 0 | 0.62 | 0.58 | 0.11 | 356.55 | 0.71 | 0.61 |
| Hex | E2 | 57 | 5F | 0 | 3E | 3A | B | 165 | 47 | 3D |
| Octal | 342 | 127 | 137 | 0 | 76 | 72 | 13 | 545 | 107 | 75 |
| Binary | 11100010 | 1010111 | 1011111 | 0 | 111110 | 111010 | 1011 | 101100101 | 1000111 | 111101 |
Color Harmonies of #E2575F
Complementary color
Monochromatic Colors of #E2575F
Black with #E2575F
Text Example
Text Example
White with #E2575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2575F; }
p { color: rgb(226,87,95); }
H1.HeaderClassName
{
color: #E2575F;
}
.AnyTagClassName
{
color: #E2575F;
}
</style>
background-color css
<style>
a { background-color: #E2575F; }
a { background-color: rgb(226,87,95); }
div.DivClassName
{
background-color: #E2575F;
}
.BgClassName
{
background-color: #E2575F;
}
</style>
border-color css
<style>
span { border-color: #E2575F; }
span { border-color: rgb(226,87,95); }
td.TdClassName
{
border-color: #E2575F;
}
.TagClassName
{
border-color: #E2575F;
}
</style>