Shades of Mandy #E85158
Tints of Mandy #E85158
RGB
CMYK
RGB Variations
Color information
#E85158 (or 0xE85158) is known color: Mandy. HEX triplet: E8, 51 and 58. RGB value is (232,81,88). Sum of RGB (Red+Green+Blue) = 232+81+88=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E85158 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85158 is #17AEA7. Grayscale: #7F7F7F. Windows color (decimal): -1552040 or 5788136. OLE color: 5788136.
HSL color Cylindrical-coordinate representation of color #E85158: hue angle of 357.22º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85158 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 88 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.09 |
| HSL | 357.22º | 0.77% | 0.61% | - |
| HSV(B) | 357.22º | 0.65% | 0.91% | - |
| XYZ | 37.98 | 23.75 | 11.81 | - |
| YUV | 126.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 88 | 0 | 0.65 | 0.62 | 0.09 | 357.22 | 0.77 | 0.61 |
| Hex | E8 | 51 | 58 | 0 | 41 | 3E | 9 | 165 | 4D | 3D |
| Octal | 350 | 121 | 130 | 0 | 101 | 76 | 11 | 545 | 115 | 75 |
| Binary | 11101000 | 1010001 | 1011000 | 0 | 1000001 | 111110 | 1001 | 101100101 | 1001101 | 111101 |
Color Harmonies of #E85158
Complementary color
Monochromatic Colors of #E85158
Black with #E85158
Text Example
Text Example
White with #E85158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85158; }
p { color: rgb(232,81,88); }
H1.HeaderClassName
{
color: #E85158;
}
.AnyTagClassName
{
color: #E85158;
}
</style>
background-color css
<style>
a { background-color: #E85158; }
a { background-color: rgb(232,81,88); }
div.DivClassName
{
background-color: #E85158;
}
.BgClassName
{
background-color: #E85158;
}
</style>
border-color css
<style>
span { border-color: #E85158; }
span { border-color: rgb(232,81,88); }
td.TdClassName
{
border-color: #E85158;
}
.TagClassName
{
border-color: #E85158;
}
</style>