Shades of Mandy #E85460
Tints of Mandy #E85460
RGB
CMYK
RGB Variations
Color information
#E85460 (or 0xE85460) is known color: Mandy. HEX triplet: E8, 54 and 60. RGB value is (232,84,96). Sum of RGB (Red+Green+Blue) = 232+84+96=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E85460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85460 is #17AB9F. Grayscale: #818181. Windows color (decimal): -1551264 or 6313192. OLE color: 6313192.
HSL color Cylindrical-coordinate representation of color #E85460: hue angle of 355.14º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85460 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 96 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.09 |
| HSL | 355.14º | 0.76% | 0.62% | - |
| HSV(B) | 355.14º | 0.64% | 0.91% | - |
| XYZ | 38.56 | 24.34 | 13.73 | - |
| YUV | 129.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 96 | 0 | 0.64 | 0.59 | 0.09 | 355.14 | 0.76 | 0.62 |
| Hex | E8 | 54 | 60 | 0 | 40 | 3B | 9 | 163 | 4C | 3E |
| Octal | 350 | 124 | 140 | 0 | 100 | 73 | 11 | 543 | 114 | 76 |
| Binary | 11101000 | 1010100 | 1100000 | 0 | 1000000 | 111011 | 1001 | 101100011 | 1001100 | 111110 |
Color Harmonies of #E85460
Complementary color
Monochromatic Colors of #E85460
Black with #E85460
Text Example
Text Example
White with #E85460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85460; }
p { color: rgb(232,84,96); }
H1.HeaderClassName
{
color: #E85460;
}
.AnyTagClassName
{
color: #E85460;
}
</style>
background-color css
<style>
a { background-color: #E85460; }
a { background-color: rgb(232,84,96); }
div.DivClassName
{
background-color: #E85460;
}
.BgClassName
{
background-color: #E85460;
}
</style>
border-color css
<style>
span { border-color: #E85460; }
span { border-color: rgb(232,84,96); }
td.TdClassName
{
border-color: #E85460;
}
.TagClassName
{
border-color: #E85460;
}
</style>