Shades of Mandy #E25256
Tints of Mandy #E25256
RGB
CMYK
RGB Variations
Color information
#E25256 (or 0xE25256) is known color: Mandy. HEX triplet: E2, 52 and 56. RGB value is (226,82,86). Sum of RGB (Red+Green+Blue) = 226+82+86=394 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.36% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 226 - color contains mainly: red. Hex color #E25256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25256 is #1DADA9. Grayscale: #7D7D7D. Windows color (decimal): -1945002 or 5657314. OLE color: 5657314.
HSL color Cylindrical-coordinate representation of color #E25256: hue angle of 358.33º 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 #E25256 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 86 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.11 |
| HSL | 358.33º | 0.71% | 0.6% | - |
| HSV(B) | 358.33º | 0.64% | 0.89% | - |
| XYZ | 36.06 | 22.88 | 11.32 | - |
| YUV | 125.51 | 105.71 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 86 | 0 | 0.64 | 0.62 | 0.11 | 358.33 | 0.71 | 0.6 |
| Hex | E2 | 52 | 56 | 0 | 40 | 3E | B | 166 | 47 | 3C |
| Octal | 342 | 122 | 126 | 0 | 100 | 76 | 13 | 546 | 107 | 74 |
| Binary | 11100010 | 1010010 | 1010110 | 0 | 1000000 | 111110 | 1011 | 101100110 | 1000111 | 111100 |
Color Harmonies of #E25256
Complementary color
Monochromatic Colors of #E25256
Black with #E25256
Text Example
Text Example
White with #E25256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25256; }
p { color: rgb(226,82,86); }
H1.HeaderClassName
{
color: #E25256;
}
.AnyTagClassName
{
color: #E25256;
}
</style>
background-color css
<style>
a { background-color: #E25256; }
a { background-color: rgb(226,82,86); }
div.DivClassName
{
background-color: #E25256;
}
.BgClassName
{
background-color: #E25256;
}
</style>
border-color css
<style>
span { border-color: #E25256; }
span { border-color: rgb(226,82,86); }
td.TdClassName
{
border-color: #E25256;
}
.TagClassName
{
border-color: #E25256;
}
</style>