Shades of Mandy #E55564
Tints of Mandy #E55564
RGB
CMYK
RGB Variations
Color information
#E55564 (or 0xE55564) is known color: Mandy. HEX triplet: E5, 55 and 64. RGB value is (229,85,100). Sum of RGB (Red+Green+Blue) = 229+85+100=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E55564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55564 is #1AAA9B. Grayscale: #818181. Windows color (decimal): -1747612 or 6575589. OLE color: 6575589.
HSL color Cylindrical-coordinate representation of color #E55564: hue angle of 353.75º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55564 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 100 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.10 |
| HSL | 353.75º | 0.73% | 0.62% | - |
| HSV(B) | 353.75º | 0.63% | 0.9% | - |
| XYZ | 37.86 | 24.08 | 14.71 | - |
| YUV | 129.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 100 | 0 | 0.63 | 0.56 | 0.10 | 353.75 | 0.73 | 0.62 |
| Hex | E5 | 55 | 64 | 0 | 3F | 38 | A | 162 | 49 | 3E |
| Octal | 345 | 125 | 144 | 0 | 77 | 70 | 12 | 542 | 111 | 76 |
| Binary | 11100101 | 1010101 | 1100100 | 0 | 111111 | 111000 | 1010 | 101100010 | 1001001 | 111110 |
Color Harmonies of #E55564
Complementary color
Monochromatic Colors of #E55564
Black with #E55564
Text Example
Text Example
White with #E55564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55564; }
p { color: rgb(229,85,100); }
H1.HeaderClassName
{
color: #E55564;
}
.AnyTagClassName
{
color: #E55564;
}
</style>
background-color css
<style>
a { background-color: #E55564; }
a { background-color: rgb(229,85,100); }
div.DivClassName
{
background-color: #E55564;
}
.BgClassName
{
background-color: #E55564;
}
</style>
border-color css
<style>
span { border-color: #E55564; }
span { border-color: rgb(229,85,100); }
td.TdClassName
{
border-color: #E55564;
}
.TagClassName
{
border-color: #E55564;
}
</style>