Shades of Mandy #E05D63
Tints of Mandy #E05D63
RGB
CMYK
RGB Variations
Color information
#E05D63 (or 0xE05D63) is known color: Mandy. HEX triplet: E0, 5D and 63. RGB value is (224,93,99). Sum of RGB (Red+Green+Blue) = 224+93+99=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D63 is #1FA29C. Grayscale: #848484. Windows color (decimal): -2073245 or 6512096. OLE color: 6512096.
HSL color Cylindrical-coordinate representation of color #E05D63: hue angle of 357.25º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05D63 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 99 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.12 |
| HSL | 357.25º | 0.68% | 0.62% | - |
| HSV(B) | 357.25º | 0.58% | 0.88% | - |
| XYZ | 36.91 | 24.58 | 14.6 | - |
| YUV | 132.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 99 | 0 | 0.58 | 0.56 | 0.12 | 357.25 | 0.68 | 0.62 |
| Hex | E0 | 5D | 63 | 0 | 3A | 38 | C | 165 | 44 | 3E |
| Octal | 340 | 135 | 143 | 0 | 72 | 70 | 14 | 545 | 104 | 76 |
| Binary | 11100000 | 1011101 | 1100011 | 0 | 111010 | 111000 | 1100 | 101100101 | 1000100 | 111110 |
Color Harmonies of #E05D63
Complementary color
Monochromatic Colors of #E05D63
Black with #E05D63
Text Example
Text Example
White with #E05D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D63; }
p { color: rgb(224,93,99); }
H1.HeaderClassName
{
color: #E05D63;
}
.AnyTagClassName
{
color: #E05D63;
}
</style>
background-color css
<style>
a { background-color: #E05D63; }
a { background-color: rgb(224,93,99); }
div.DivClassName
{
background-color: #E05D63;
}
.BgClassName
{
background-color: #E05D63;
}
</style>
border-color css
<style>
span { border-color: #E05D63; }
span { border-color: rgb(224,93,99); }
td.TdClassName
{
border-color: #E05D63;
}
.TagClassName
{
border-color: #E05D63;
}
</style>