Shades of Mandy #E2525B
Tints of Mandy #E2525B
RGB
CMYK
RGB Variations
Color information
#E2525B (or 0xE2525B) is known color: Mandy. HEX triplet: E2, 52 and 5B. RGB value is (226,82,91). Sum of RGB (Red+Green+Blue) = 226+82+91=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E2525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2525B is #1DADA4. Grayscale: #7E7E7E. Windows color (decimal): -1944997 or 5984994. OLE color: 5984994.
HSL color Cylindrical-coordinate representation of color #E2525B: hue angle of 356.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2525B is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 91 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.11 |
| HSL | 356.25º | 0.71% | 0.6% | - |
| HSV(B) | 356.25º | 0.64% | 0.89% | - |
| XYZ | 36.27 | 22.96 | 12.42 | - |
| YUV | 126.08 | 108.21 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 91 | 0 | 0.64 | 0.60 | 0.11 | 356.25 | 0.71 | 0.6 |
| Hex | E2 | 52 | 5B | 0 | 40 | 3C | B | 164 | 47 | 3C |
| Octal | 342 | 122 | 133 | 0 | 100 | 74 | 13 | 544 | 107 | 74 |
| Binary | 11100010 | 1010010 | 1011011 | 0 | 1000000 | 111100 | 1011 | 101100100 | 1000111 | 111100 |
Color Harmonies of #E2525B
Complementary color
Monochromatic Colors of #E2525B
Black with #E2525B
Text Example
Text Example
White with #E2525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2525B; }
p { color: rgb(226,82,91); }
H1.HeaderClassName
{
color: #E2525B;
}
.AnyTagClassName
{
color: #E2525B;
}
</style>
background-color css
<style>
a { background-color: #E2525B; }
a { background-color: rgb(226,82,91); }
div.DivClassName
{
background-color: #E2525B;
}
.BgClassName
{
background-color: #E2525B;
}
</style>
border-color css
<style>
span { border-color: #E2525B; }
span { border-color: rgb(226,82,91); }
td.TdClassName
{
border-color: #E2525B;
}
.TagClassName
{
border-color: #E2525B;
}
</style>