Shades of Mandy #E25155
Tints of Mandy #E25155
RGB
CMYK
RGB Variations
Color information
#E25155 (or 0xE25155) is known color: Mandy. HEX triplet: E2, 51 and 55. RGB value is (226,81,85). Sum of RGB (Red+Green+Blue) = 226+81+85=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E25155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25155 is #1DAEAA. Grayscale: #7C7C7C. Windows color (decimal): -1945259 or 5591522. OLE color: 5591522.
HSL color Cylindrical-coordinate representation of color #E25155: hue angle of 358.34º 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 #E25155 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 85 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.11 |
| HSL | 358.34º | 0.71% | 0.6% | - |
| HSV(B) | 358.34º | 0.64% | 0.89% | - |
| XYZ | 35.95 | 22.71 | 11.08 | - |
| YUV | 124.81 | 105.54 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 85 | 0 | 0.64 | 0.62 | 0.11 | 358.34 | 0.71 | 0.6 |
| Hex | E2 | 51 | 55 | 0 | 40 | 3E | B | 166 | 47 | 3C |
| Octal | 342 | 121 | 125 | 0 | 100 | 76 | 13 | 546 | 107 | 74 |
| Binary | 11100010 | 1010001 | 1010101 | 0 | 1000000 | 111110 | 1011 | 101100110 | 1000111 | 111100 |
Color Harmonies of #E25155
Complementary color
Monochromatic Colors of #E25155
Black with #E25155
Text Example
Text Example
White with #E25155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25155; }
p { color: rgb(226,81,85); }
H1.HeaderClassName
{
color: #E25155;
}
.AnyTagClassName
{
color: #E25155;
}
</style>
background-color css
<style>
a { background-color: #E25155; }
a { background-color: rgb(226,81,85); }
div.DivClassName
{
background-color: #E25155;
}
.BgClassName
{
background-color: #E25155;
}
</style>
border-color css
<style>
span { border-color: #E25155; }
span { border-color: rgb(226,81,85); }
td.TdClassName
{
border-color: #E25155;
}
.TagClassName
{
border-color: #E25155;
}
</style>