Shades of Mandy #E85258
Tints of Mandy #E85258
RGB
CMYK
RGB Variations
Color information
#E85258 (or 0xE85258) is known color: Mandy. HEX triplet: E8, 52 and 58. RGB value is (232,82,88). Sum of RGB (Red+Green+Blue) = 232+82+88=402 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.71% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 232 - color contains mainly: red. Hex color #E85258 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85258 is #17ADA7. Grayscale: #7F7F7F. Windows color (decimal): -1551784 or 5788392. OLE color: 5788392.
HSL color Cylindrical-coordinate representation of color #E85258: hue angle of 357.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85258 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 88 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.09 |
| HSL | 357.6º | 0.77% | 0.62% | - |
| HSV(B) | 357.6º | 0.65% | 0.91% | - |
| XYZ | 38.06 | 23.89 | 11.84 | - |
| YUV | 127.53 | 105.7 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 88 | 0 | 0.65 | 0.62 | 0.09 | 357.6 | 0.77 | 0.62 |
| Hex | E8 | 52 | 58 | 0 | 41 | 3E | 9 | 166 | 4D | 3E |
| Octal | 350 | 122 | 130 | 0 | 101 | 76 | 11 | 546 | 115 | 76 |
| Binary | 11101000 | 1010010 | 1011000 | 0 | 1000001 | 111110 | 1001 | 101100110 | 1001101 | 111110 |
Color Harmonies of #E85258
Complementary color
Monochromatic Colors of #E85258
Black with #E85258
Text Example
Text Example
White with #E85258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85258; }
p { color: rgb(232,82,88); }
H1.HeaderClassName
{
color: #E85258;
}
.AnyTagClassName
{
color: #E85258;
}
</style>
background-color css
<style>
a { background-color: #E85258; }
a { background-color: rgb(232,82,88); }
div.DivClassName
{
background-color: #E85258;
}
.BgClassName
{
background-color: #E85258;
}
</style>
border-color css
<style>
span { border-color: #E85258; }
span { border-color: rgb(232,82,88); }
td.TdClassName
{
border-color: #E85258;
}
.TagClassName
{
border-color: #E85258;
}
</style>