Shades of Mandy #E8525D
Tints of Mandy #E8525D
RGB
CMYK
RGB Variations
Color information
#E8525D (or 0xE8525D) is known color: Mandy. HEX triplet: E8, 52 and 5D. RGB value is (232,82,93). Sum of RGB (Red+Green+Blue) = 232+82+93=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E8525D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8525D is #17ADA2. Grayscale: #808080. Windows color (decimal): -1551779 or 6116072. OLE color: 6116072.
HSL color Cylindrical-coordinate representation of color #E8525D: hue angle of 355.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 #E8525D is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 93 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.09 |
| HSL | 355.6º | 0.77% | 0.62% | - |
| HSV(B) | 355.6º | 0.65% | 0.91% | - |
| XYZ | 38.27 | 23.98 | 12.97 | - |
| YUV | 128.1 | 108.2 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 93 | 0 | 0.65 | 0.60 | 0.09 | 355.6 | 0.77 | 0.62 |
| Hex | E8 | 52 | 5D | 0 | 41 | 3C | 9 | 164 | 4D | 3E |
| Octal | 350 | 122 | 135 | 0 | 101 | 74 | 11 | 544 | 115 | 76 |
| Binary | 11101000 | 1010010 | 1011101 | 0 | 1000001 | 111100 | 1001 | 101100100 | 1001101 | 111110 |
Color Harmonies of #E8525D
Complementary color
Monochromatic Colors of #E8525D
Black with #E8525D
Text Example
Text Example
White with #E8525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8525D; }
p { color: rgb(232,82,93); }
H1.HeaderClassName
{
color: #E8525D;
}
.AnyTagClassName
{
color: #E8525D;
}
</style>
background-color css
<style>
a { background-color: #E8525D; }
a { background-color: rgb(232,82,93); }
div.DivClassName
{
background-color: #E8525D;
}
.BgClassName
{
background-color: #E8525D;
}
</style>
border-color css
<style>
span { border-color: #E8525D; }
span { border-color: rgb(232,82,93); }
td.TdClassName
{
border-color: #E8525D;
}
.TagClassName
{
border-color: #E8525D;
}
</style>