Shades of Mandy #E55155
Tints of Mandy #E55155
RGB
CMYK
RGB Variations
Color information
#E55155 (or 0xE55155) is known color: Mandy. HEX triplet: E5, 51 and 55. RGB value is (229,81,85). Sum of RGB (Red+Green+Blue) = 229+81+85=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E55155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55155 is #1AAEAA. Grayscale: #7D7D7D. Windows color (decimal): -1748651 or 5591525. OLE color: 5591525.
HSL color Cylindrical-coordinate representation of color #E55155: hue angle of 358.38º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55155 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 85 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.10 |
| HSL | 358.38º | 0.74% | 0.61% | - |
| HSV(B) | 358.38º | 0.65% | 0.9% | - |
| XYZ | 36.9 | 23.2 | 11.13 | - |
| YUV | 125.71 | 105.03 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 85 | 0 | 0.65 | 0.63 | 0.10 | 358.38 | 0.74 | 0.61 |
| Hex | E5 | 51 | 55 | 0 | 41 | 3F | A | 166 | 4A | 3D |
| Octal | 345 | 121 | 125 | 0 | 101 | 77 | 12 | 546 | 112 | 75 |
| Binary | 11100101 | 1010001 | 1010101 | 0 | 1000001 | 111111 | 1010 | 101100110 | 1001010 | 111101 |
Color Harmonies of #E55155
Complementary color
Monochromatic Colors of #E55155
Black with #E55155
Text Example
Text Example
White with #E55155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55155; }
p { color: rgb(229,81,85); }
H1.HeaderClassName
{
color: #E55155;
}
.AnyTagClassName
{
color: #E55155;
}
</style>
background-color css
<style>
a { background-color: #E55155; }
a { background-color: rgb(229,81,85); }
div.DivClassName
{
background-color: #E55155;
}
.BgClassName
{
background-color: #E55155;
}
</style>
border-color css
<style>
span { border-color: #E55155; }
span { border-color: rgb(229,81,85); }
td.TdClassName
{
border-color: #E55155;
}
.TagClassName
{
border-color: #E55155;
}
</style>