Shades of Mandy #E25564
Tints of Mandy #E25564
RGB
CMYK
RGB Variations
Color information
#E25564 (or 0xE25564) is known color: Mandy. HEX triplet: E2, 55 and 64. RGB value is (226,85,100). Sum of RGB (Red+Green+Blue) = 226+85+100=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E25564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25564 is #1DAA9B. Grayscale: #808080. Windows color (decimal): -1944220 or 6575586. OLE color: 6575586.
HSL color Cylindrical-coordinate representation of color #E25564: hue angle of 353.62º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25564 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 100 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.11 |
| HSL | 353.62º | 0.71% | 0.61% | - |
| HSV(B) | 353.62º | 0.62% | 0.89% | - |
| XYZ | 36.91 | 23.59 | 14.66 | - |
| YUV | 128.87 | 111.71 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 100 | 0 | 0.62 | 0.56 | 0.11 | 353.62 | 0.71 | 0.61 |
| Hex | E2 | 55 | 64 | 0 | 3E | 38 | B | 162 | 47 | 3D |
| Octal | 342 | 125 | 144 | 0 | 76 | 70 | 13 | 542 | 107 | 75 |
| Binary | 11100010 | 1010101 | 1100100 | 0 | 111110 | 111000 | 1011 | 101100010 | 1000111 | 111101 |
Color Harmonies of #E25564
Complementary color
Monochromatic Colors of #E25564
Black with #E25564
Text Example
Text Example
White with #E25564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25564; }
p { color: rgb(226,85,100); }
H1.HeaderClassName
{
color: #E25564;
}
.AnyTagClassName
{
color: #E25564;
}
</style>
background-color css
<style>
a { background-color: #E25564; }
a { background-color: rgb(226,85,100); }
div.DivClassName
{
background-color: #E25564;
}
.BgClassName
{
background-color: #E25564;
}
</style>
border-color css
<style>
span { border-color: #E25564; }
span { border-color: rgb(226,85,100); }
td.TdClassName
{
border-color: #E25564;
}
.TagClassName
{
border-color: #E25564;
}
</style>