Shades of Mandy #E0595F
Tints of Mandy #E0595F
RGB
CMYK
RGB Variations
Color information
#E0595F (or 0xE0595F) is known color: Mandy. HEX triplet: E0, 59 and 5F. RGB value is (224,89,95). Sum of RGB (Red+Green+Blue) = 224+89+95=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E0595F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0595F is #1FA6A0. Grayscale: #828282. Windows color (decimal): -2074273 or 6248928. OLE color: 6248928.
HSL color Cylindrical-coordinate representation of color #E0595F: hue angle of 357.33º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0595F is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 95 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.12 |
| HSL | 357.33º | 0.69% | 0.61% | - |
| HSV(B) | 357.33º | 0.6% | 0.88% | - |
| XYZ | 36.38 | 23.82 | 13.51 | - |
| YUV | 130.05 | 108.23 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 95 | 0 | 0.60 | 0.58 | 0.12 | 357.33 | 0.69 | 0.61 |
| Hex | E0 | 59 | 5F | 0 | 3C | 3A | C | 165 | 45 | 3D |
| Octal | 340 | 131 | 137 | 0 | 74 | 72 | 14 | 545 | 105 | 75 |
| Binary | 11100000 | 1011001 | 1011111 | 0 | 111100 | 111010 | 1100 | 101100101 | 1000101 | 111101 |
Color Harmonies of #E0595F
Complementary color
Monochromatic Colors of #E0595F
Black with #E0595F
Text Example
Text Example
White with #E0595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0595F; }
p { color: rgb(224,89,95); }
H1.HeaderClassName
{
color: #E0595F;
}
.AnyTagClassName
{
color: #E0595F;
}
</style>
background-color css
<style>
a { background-color: #E0595F; }
a { background-color: rgb(224,89,95); }
div.DivClassName
{
background-color: #E0595F;
}
.BgClassName
{
background-color: #E0595F;
}
</style>
border-color css
<style>
span { border-color: #E0595F; }
span { border-color: rgb(224,89,95); }
td.TdClassName
{
border-color: #E0595F;
}
.TagClassName
{
border-color: #E0595F;
}
</style>