Shades of Mandy #E05D64
Tints of Mandy #E05D64
RGB
CMYK
RGB Variations
Color information
#E05D64 (or 0xE05D64) is known color: Mandy. HEX triplet: E0, 5D and 64. RGB value is (224,93,100). Sum of RGB (Red+Green+Blue) = 224+93+100=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D64 is #1FA29B. Grayscale: #858585. Windows color (decimal): -2073244 or 6577632. OLE color: 6577632.
HSL color Cylindrical-coordinate representation of color #E05D64: hue angle of 356.79º 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 #E05D64 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 100 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.12 |
| HSL | 356.79º | 0.68% | 0.62% | - |
| HSV(B) | 356.79º | 0.58% | 0.88% | - |
| XYZ | 36.96 | 24.6 | 14.86 | - |
| YUV | 132.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 100 | 0 | 0.58 | 0.55 | 0.12 | 356.79 | 0.68 | 0.62 |
| Hex | E0 | 5D | 64 | 0 | 3A | 37 | C | 165 | 44 | 3E |
| Octal | 340 | 135 | 144 | 0 | 72 | 67 | 14 | 545 | 104 | 76 |
| Binary | 11100000 | 1011101 | 1100100 | 0 | 111010 | 110111 | 1100 | 101100101 | 1000100 | 111110 |
Color Harmonies of #E05D64
Complementary color
Monochromatic Colors of #E05D64
Black with #E05D64
Text Example
Text Example
White with #E05D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D64; }
p { color: rgb(224,93,100); }
H1.HeaderClassName
{
color: #E05D64;
}
.AnyTagClassName
{
color: #E05D64;
}
</style>
background-color css
<style>
a { background-color: #E05D64; }
a { background-color: rgb(224,93,100); }
div.DivClassName
{
background-color: #E05D64;
}
.BgClassName
{
background-color: #E05D64;
}
</style>
border-color css
<style>
span { border-color: #E05D64; }
span { border-color: rgb(224,93,100); }
td.TdClassName
{
border-color: #E05D64;
}
.TagClassName
{
border-color: #E05D64;
}
</style>