Shades of Mandy #E1525B
Tints of Mandy #E1525B
RGB
CMYK
RGB Variations
Color information
#E1525B (or 0xE1525B) is known color: Mandy. HEX triplet: E1, 52 and 5B. RGB value is (225,82,91). Sum of RGB (Red+Green+Blue) = 225+82+91=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1525B is #1EADA4. Grayscale: #7D7D7D. Windows color (decimal): -2010533 or 5984993. OLE color: 5984993.
HSL color Cylindrical-coordinate representation of color #E1525B: hue angle of 356.22º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1525B is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 91 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.12 |
| HSL | 356.22º | 0.7% | 0.6% | - |
| HSV(B) | 356.22º | 0.64% | 0.88% | - |
| XYZ | 35.96 | 22.8 | 12.4 | - |
| YUV | 125.78 | 108.38 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 91 | 0 | 0.64 | 0.60 | 0.12 | 356.22 | 0.7 | 0.6 |
| Hex | E1 | 52 | 5B | 0 | 40 | 3C | C | 164 | 46 | 3C |
| Octal | 341 | 122 | 133 | 0 | 100 | 74 | 14 | 544 | 106 | 74 |
| Binary | 11100001 | 1010010 | 1011011 | 0 | 1000000 | 111100 | 1100 | 101100100 | 1000110 | 111100 |
Color Harmonies of #E1525B
Complementary color
Monochromatic Colors of #E1525B
Black with #E1525B
Text Example
Text Example
White with #E1525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1525B; }
p { color: rgb(225,82,91); }
H1.HeaderClassName
{
color: #E1525B;
}
.AnyTagClassName
{
color: #E1525B;
}
</style>
background-color css
<style>
a { background-color: #E1525B; }
a { background-color: rgb(225,82,91); }
div.DivClassName
{
background-color: #E1525B;
}
.BgClassName
{
background-color: #E1525B;
}
</style>
border-color css
<style>
span { border-color: #E1525B; }
span { border-color: rgb(225,82,91); }
td.TdClassName
{
border-color: #E1525B;
}
.TagClassName
{
border-color: #E1525B;
}
</style>