Shades of Mandy #E85561
Tints of Mandy #E85561
RGB
CMYK
RGB Variations
Color information
#E85561 (or 0xE85561) is known color: Mandy. HEX triplet: E8, 55 and 61. RGB value is (232,85,97). Sum of RGB (Red+Green+Blue) = 232+85+97=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E85561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85561 is #17AA9E. Grayscale: #828282. Windows color (decimal): -1551007 or 6378984. OLE color: 6378984.
HSL color Cylindrical-coordinate representation of color #E85561: hue angle of 355.1º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85561 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 97 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.09 |
| HSL | 355.1º | 0.76% | 0.62% | - |
| HSV(B) | 355.1º | 0.63% | 0.91% | - |
| XYZ | 38.68 | 24.52 | 14 | - |
| YUV | 130.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 97 | 0 | 0.63 | 0.58 | 0.09 | 355.1 | 0.76 | 0.62 |
| Hex | E8 | 55 | 61 | 0 | 3F | 3A | 9 | 163 | 4C | 3E |
| Octal | 350 | 125 | 141 | 0 | 77 | 72 | 11 | 543 | 114 | 76 |
| Binary | 11101000 | 1010101 | 1100001 | 0 | 111111 | 111010 | 1001 | 101100011 | 1001100 | 111110 |
Color Harmonies of #E85561
Complementary color
Monochromatic Colors of #E85561
Black with #E85561
Text Example
Text Example
White with #E85561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85561; }
p { color: rgb(232,85,97); }
H1.HeaderClassName
{
color: #E85561;
}
.AnyTagClassName
{
color: #E85561;
}
</style>
background-color css
<style>
a { background-color: #E85561; }
a { background-color: rgb(232,85,97); }
div.DivClassName
{
background-color: #E85561;
}
.BgClassName
{
background-color: #E85561;
}
</style>
border-color css
<style>
span { border-color: #E85561; }
span { border-color: rgb(232,85,97); }
td.TdClassName
{
border-color: #E85561;
}
.TagClassName
{
border-color: #E85561;
}
</style>