Shades of Mandy #E25156
Tints of Mandy #E25156
RGB
CMYK
RGB Variations
Color information
#E25156 (or 0xE25156) is known color: Mandy. HEX triplet: E2, 51 and 56. RGB value is (226,81,86). Sum of RGB (Red+Green+Blue) = 226+81+86=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E25156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25156 is #1DAEA9. Grayscale: #7D7D7D. Windows color (decimal): -1945258 or 5657058. OLE color: 5657058.
HSL color Cylindrical-coordinate representation of color #E25156: hue angle of 357.93º 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 #E25156 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 86 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.11 |
| HSL | 357.93º | 0.71% | 0.6% | - |
| HSV(B) | 357.93º | 0.64% | 0.89% | - |
| XYZ | 35.99 | 22.73 | 11.29 | - |
| YUV | 124.93 | 106.04 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 86 | 0 | 0.64 | 0.62 | 0.11 | 357.93 | 0.71 | 0.6 |
| Hex | E2 | 51 | 56 | 0 | 40 | 3E | B | 166 | 47 | 3C |
| Octal | 342 | 121 | 126 | 0 | 100 | 76 | 13 | 546 | 107 | 74 |
| Binary | 11100010 | 1010001 | 1010110 | 0 | 1000000 | 111110 | 1011 | 101100110 | 1000111 | 111100 |
Color Harmonies of #E25156
Complementary color
Monochromatic Colors of #E25156
Black with #E25156
Text Example
Text Example
White with #E25156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25156; }
p { color: rgb(226,81,86); }
H1.HeaderClassName
{
color: #E25156;
}
.AnyTagClassName
{
color: #E25156;
}
</style>
background-color css
<style>
a { background-color: #E25156; }
a { background-color: rgb(226,81,86); }
div.DivClassName
{
background-color: #E25156;
}
.BgClassName
{
background-color: #E25156;
}
</style>
border-color css
<style>
span { border-color: #E25156; }
span { border-color: rgb(226,81,86); }
td.TdClassName
{
border-color: #E25156;
}
.TagClassName
{
border-color: #E25156;
}
</style>