Shades of Mandy #E55565
Tints of Mandy #E55565
RGB
CMYK
RGB Variations
Color information
#E55565 (or 0xE55565) is known color: Mandy. HEX triplet: E5, 55 and 65. RGB value is (229,85,101). Sum of RGB (Red+Green+Blue) = 229+85+101=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E55565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55565 is #1AAA9A. Grayscale: #818181. Windows color (decimal): -1747611 or 6641125. OLE color: 6641125.
HSL color Cylindrical-coordinate representation of color #E55565: hue angle of 353.33º 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 #E55565 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 101 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.10 |
| HSL | 353.33º | 0.73% | 0.62% | - |
| HSV(B) | 353.33º | 0.63% | 0.9% | - |
| XYZ | 37.91 | 24.09 | 14.96 | - |
| YUV | 129.88 | 111.71 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 101 | 0 | 0.63 | 0.56 | 0.10 | 353.33 | 0.73 | 0.62 |
| Hex | E5 | 55 | 65 | 0 | 3F | 38 | A | 161 | 49 | 3E |
| Octal | 345 | 125 | 145 | 0 | 77 | 70 | 12 | 541 | 111 | 76 |
| Binary | 11100101 | 1010101 | 1100101 | 0 | 111111 | 111000 | 1010 | 101100001 | 1001001 | 111110 |
Color Harmonies of #E55565
Complementary color
Monochromatic Colors of #E55565
Black with #E55565
Text Example
Text Example
White with #E55565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55565; }
p { color: rgb(229,85,101); }
H1.HeaderClassName
{
color: #E55565;
}
.AnyTagClassName
{
color: #E55565;
}
</style>
background-color css
<style>
a { background-color: #E55565; }
a { background-color: rgb(229,85,101); }
div.DivClassName
{
background-color: #E55565;
}
.BgClassName
{
background-color: #E55565;
}
</style>
border-color css
<style>
span { border-color: #E55565; }
span { border-color: rgb(229,85,101); }
td.TdClassName
{
border-color: #E55565;
}
.TagClassName
{
border-color: #E55565;
}
</style>