Shades of Mandy #E0565B
Tints of Mandy #E0565B
RGB
CMYK
RGB Variations
Color information
#E0565B (or 0xE0565B) is known color: Mandy. HEX triplet: E0, 56 and 5B. RGB value is (224,86,91). Sum of RGB (Red+Green+Blue) = 224+86+91=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E0565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0565B is #1FA9A4. Grayscale: #7F7F7F. Windows color (decimal): -2075045 or 5986016. OLE color: 5986016.
HSL color Cylindrical-coordinate representation of color #E0565B: hue angle of 357.83º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0565B is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 86 | 91 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.12 |
| HSL | 357.83º | 0.69% | 0.61% | - |
| HSV(B) | 357.83º | 0.62% | 0.88% | - |
| XYZ | 35.96 | 23.26 | 12.49 | - |
| YUV | 127.83 | 107.22 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 91 | 0 | 0.62 | 0.59 | 0.12 | 357.83 | 0.69 | 0.61 |
| Hex | E0 | 56 | 5B | 0 | 3E | 3B | C | 166 | 45 | 3D |
| Octal | 340 | 126 | 133 | 0 | 76 | 73 | 14 | 546 | 105 | 75 |
| Binary | 11100000 | 1010110 | 1011011 | 0 | 111110 | 111011 | 1100 | 101100110 | 1000101 | 111101 |
Color Harmonies of #E0565B
Complementary color
Monochromatic Colors of #E0565B
Black with #E0565B
Text Example
Text Example
White with #E0565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0565B; }
p { color: rgb(224,86,91); }
H1.HeaderClassName
{
color: #E0565B;
}
.AnyTagClassName
{
color: #E0565B;
}
</style>
background-color css
<style>
a { background-color: #E0565B; }
a { background-color: rgb(224,86,91); }
div.DivClassName
{
background-color: #E0565B;
}
.BgClassName
{
background-color: #E0565B;
}
</style>
border-color css
<style>
span { border-color: #E0565B; }
span { border-color: rgb(224,86,91); }
td.TdClassName
{
border-color: #E0565B;
}
.TagClassName
{
border-color: #E0565B;
}
</style>