Shades of Mandy #E25C5D
Tints of Mandy #E25C5D
RGB
CMYK
RGB Variations
Color information
#E25C5D (or 0xE25C5D) is known color: Mandy. HEX triplet: E2, 5C and 5D. RGB value is (226,92,93). Sum of RGB (Red+Green+Blue) = 226+92+93=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25C5D is #1DA3A2. Grayscale: #848484. Windows color (decimal): -1942435 or 6118626. OLE color: 6118626.
HSL color Cylindrical-coordinate representation of color #E25C5D: hue angle of 359.55º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25C5D is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 93 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.11 |
| HSL | 359.55º | 0.7% | 0.62% | - |
| HSV(B) | 359.55º | 0.59% | 0.89% | - |
| XYZ | 37.17 | 24.61 | 13.15 | - |
| YUV | 132.18 | 105.89 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 93 | 0 | 0.59 | 0.59 | 0.11 | 359.55 | 0.7 | 0.62 |
| Hex | E2 | 5C | 5D | 0 | 3B | 3B | B | 168 | 46 | 3E |
| Octal | 342 | 134 | 135 | 0 | 73 | 73 | 13 | 550 | 106 | 76 |
| Binary | 11100010 | 1011100 | 1011101 | 0 | 111011 | 111011 | 1011 | 101101000 | 1000110 | 111110 |
Color Harmonies of #E25C5D
Complementary color
Monochromatic Colors of #E25C5D
Black with #E25C5D
Text Example
Text Example
White with #E25C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C5D; }
p { color: rgb(226,92,93); }
H1.HeaderClassName
{
color: #E25C5D;
}
.AnyTagClassName
{
color: #E25C5D;
}
</style>
background-color css
<style>
a { background-color: #E25C5D; }
a { background-color: rgb(226,92,93); }
div.DivClassName
{
background-color: #E25C5D;
}
.BgClassName
{
background-color: #E25C5D;
}
</style>
border-color css
<style>
span { border-color: #E25C5D; }
span { border-color: rgb(226,92,93); }
td.TdClassName
{
border-color: #E25C5D;
}
.TagClassName
{
border-color: #E25C5D;
}
</style>