Shades of Mandy #E85052
Tints of Mandy #E85052
RGB
CMYK
RGB Variations
Color information
#E85052 (or 0xE85052) is known color: Mandy. HEX triplet: E8, 50 and 52. RGB value is (232,80,82). Sum of RGB (Red+Green+Blue) = 232+80+82=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E85052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85052 is #17AFAD. Grayscale: #7D7D7D. Windows color (decimal): -1552302 or 5394664. OLE color: 5394664.
HSL color Cylindrical-coordinate representation of color #E85052: hue angle of 359.21º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E85052 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 82 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.09 |
| HSL | 359.21º | 0.77% | 0.61% | - |
| HSV(B) | 359.21º | 0.66% | 0.91% | - |
| XYZ | 37.67 | 23.5 | 10.53 | - |
| YUV | 125.68 | 103.36 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 82 | 0 | 0.66 | 0.65 | 0.09 | 359.21 | 0.77 | 0.61 |
| Hex | E8 | 50 | 52 | 0 | 42 | 41 | 9 | 167 | 4D | 3D |
| Octal | 350 | 120 | 122 | 0 | 102 | 101 | 11 | 547 | 115 | 75 |
| Binary | 11101000 | 1010000 | 1010010 | 0 | 1000010 | 1000001 | 1001 | 101100111 | 1001101 | 111101 |
Color Harmonies of #E85052
Complementary color
Monochromatic Colors of #E85052
Black with #E85052
Text Example
Text Example
White with #E85052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85052; }
p { color: rgb(232,80,82); }
H1.HeaderClassName
{
color: #E85052;
}
.AnyTagClassName
{
color: #E85052;
}
</style>
background-color css
<style>
a { background-color: #E85052; }
a { background-color: rgb(232,80,82); }
div.DivClassName
{
background-color: #E85052;
}
.BgClassName
{
background-color: #E85052;
}
</style>
border-color css
<style>
span { border-color: #E85052; }
span { border-color: rgb(232,80,82); }
td.TdClassName
{
border-color: #E85052;
}
.TagClassName
{
border-color: #E85052;
}
</style>