Shades of Mandy #E5555E
Tints of Mandy #E5555E
RGB
CMYK
RGB Variations
Color information
#E5555E (or 0xE5555E) is known color: Mandy. HEX triplet: E5, 55 and 5E. RGB value is (229,85,94). Sum of RGB (Red+Green+Blue) = 229+85+94=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E5555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5555E is #1AAAA1. Grayscale: #818181. Windows color (decimal): -1747618 or 6182373. OLE color: 6182373.
HSL color Cylindrical-coordinate representation of color #E5555E: hue angle of 356.25º 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 #E5555E is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 94 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.10 |
| HSL | 356.25º | 0.73% | 0.62% | - |
| HSV(B) | 356.25º | 0.63% | 0.9% | - |
| XYZ | 37.58 | 23.96 | 13.23 | - |
| YUV | 129.08 | 108.21 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 94 | 0 | 0.63 | 0.59 | 0.10 | 356.25 | 0.73 | 0.62 |
| Hex | E5 | 55 | 5E | 0 | 3F | 3B | A | 164 | 49 | 3E |
| Octal | 345 | 125 | 136 | 0 | 77 | 73 | 12 | 544 | 111 | 76 |
| Binary | 11100101 | 1010101 | 1011110 | 0 | 111111 | 111011 | 1010 | 101100100 | 1001001 | 111110 |
Color Harmonies of #E5555E
Complementary color
Monochromatic Colors of #E5555E
Black with #E5555E
Text Example
Text Example
White with #E5555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5555E; }
p { color: rgb(229,85,94); }
H1.HeaderClassName
{
color: #E5555E;
}
.AnyTagClassName
{
color: #E5555E;
}
</style>
background-color css
<style>
a { background-color: #E5555E; }
a { background-color: rgb(229,85,94); }
div.DivClassName
{
background-color: #E5555E;
}
.BgClassName
{
background-color: #E5555E;
}
</style>
border-color css
<style>
span { border-color: #E5555E; }
span { border-color: rgb(229,85,94); }
td.TdClassName
{
border-color: #E5555E;
}
.TagClassName
{
border-color: #E5555E;
}
</style>