Shades of Mandy #E8525B
Tints of Mandy #E8525B
RGB
CMYK
RGB Variations
Color information
#E8525B (or 0xE8525B) is known color: Mandy. HEX triplet: E8, 52 and 5B. RGB value is (232,82,91). Sum of RGB (Red+Green+Blue) = 232+82+91=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E8525B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8525B is #17ADA4. Grayscale: #7F7F7F. Windows color (decimal): -1551781 or 5985000. OLE color: 5985000.
HSL color Cylindrical-coordinate representation of color #E8525B: hue angle of 356.4º 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 #E8525B is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 91 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.09 |
| HSL | 356.4º | 0.77% | 0.62% | - |
| HSV(B) | 356.4º | 0.65% | 0.91% | - |
| XYZ | 38.18 | 23.95 | 12.51 | - |
| YUV | 127.88 | 107.2 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 91 | 0 | 0.65 | 0.61 | 0.09 | 356.4 | 0.77 | 0.62 |
| Hex | E8 | 52 | 5B | 0 | 41 | 3D | 9 | 164 | 4D | 3E |
| Octal | 350 | 122 | 133 | 0 | 101 | 75 | 11 | 544 | 115 | 76 |
| Binary | 11101000 | 1010010 | 1011011 | 0 | 1000001 | 111101 | 1001 | 101100100 | 1001101 | 111110 |
Color Harmonies of #E8525B
Complementary color
Monochromatic Colors of #E8525B
Black with #E8525B
Text Example
Text Example
White with #E8525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8525B; }
p { color: rgb(232,82,91); }
H1.HeaderClassName
{
color: #E8525B;
}
.AnyTagClassName
{
color: #E8525B;
}
</style>
background-color css
<style>
a { background-color: #E8525B; }
a { background-color: rgb(232,82,91); }
div.DivClassName
{
background-color: #E8525B;
}
.BgClassName
{
background-color: #E8525B;
}
</style>
border-color css
<style>
span { border-color: #E8525B; }
span { border-color: rgb(232,82,91); }
td.TdClassName
{
border-color: #E8525B;
}
.TagClassName
{
border-color: #E8525B;
}
</style>