Shades of Mandy #E55455
Tints of Mandy #E55455
RGB
CMYK
RGB Variations
Color information
#E55455 (or 0xE55455) is known color: Mandy. HEX triplet: E5, 54 and 55. RGB value is (229,84,85). Sum of RGB (Red+Green+Blue) = 229+84+85=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E55455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55455 is #1AABAA. Grayscale: #7F7F7F. Windows color (decimal): -1747883 or 5592293. OLE color: 5592293.
HSL color Cylindrical-coordinate representation of color #E55455: hue angle of 359.59º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55455 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 85 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.10 |
| HSL | 359.59º | 0.74% | 0.61% | - |
| HSV(B) | 359.59º | 0.63% | 0.9% | - |
| XYZ | 37.12 | 23.65 | 11.2 | - |
| YUV | 127.47 | 104.04 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 85 | 0 | 0.63 | 0.63 | 0.10 | 359.59 | 0.74 | 0.61 |
| Hex | E5 | 54 | 55 | 0 | 3F | 3F | A | 168 | 4A | 3D |
| Octal | 345 | 124 | 125 | 0 | 77 | 77 | 12 | 550 | 112 | 75 |
| Binary | 11100101 | 1010100 | 1010101 | 0 | 111111 | 111111 | 1010 | 101101000 | 1001010 | 111101 |
Color Harmonies of #E55455
Complementary color
Monochromatic Colors of #E55455
Black with #E55455
Text Example
Text Example
White with #E55455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55455; }
p { color: rgb(229,84,85); }
H1.HeaderClassName
{
color: #E55455;
}
.AnyTagClassName
{
color: #E55455;
}
</style>
background-color css
<style>
a { background-color: #E55455; }
a { background-color: rgb(229,84,85); }
div.DivClassName
{
background-color: #E55455;
}
.BgClassName
{
background-color: #E55455;
}
</style>
border-color css
<style>
span { border-color: #E55455; }
span { border-color: rgb(229,84,85); }
td.TdClassName
{
border-color: #E55455;
}
.TagClassName
{
border-color: #E55455;
}
</style>