Shades of Mandy #E15262
Tints of Mandy #E15262
RGB
CMYK
RGB Variations
Color information
#E15262 (or 0xE15262) is known color: Mandy. HEX triplet: E1, 52 and 62. RGB value is (225,82,98). Sum of RGB (Red+Green+Blue) = 225+82+98=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E15262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15262 is #1EAD9D. Grayscale: #7E7E7E. Windows color (decimal): -2010526 or 6443745. OLE color: 6443745.
HSL color Cylindrical-coordinate representation of color #E15262: hue angle of 353.29º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15262 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 98 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.12 |
| HSL | 353.29º | 0.7% | 0.6% | - |
| HSV(B) | 353.29º | 0.64% | 0.88% | - |
| XYZ | 36.27 | 22.92 | 14.07 | - |
| YUV | 126.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 98 | 0 | 0.64 | 0.56 | 0.12 | 353.29 | 0.7 | 0.6 |
| Hex | E1 | 52 | 62 | 0 | 40 | 38 | C | 161 | 46 | 3C |
| Octal | 341 | 122 | 142 | 0 | 100 | 70 | 14 | 541 | 106 | 74 |
| Binary | 11100001 | 1010010 | 1100010 | 0 | 1000000 | 111000 | 1100 | 101100001 | 1000110 | 111100 |
Color Harmonies of #E15262
Complementary color
Monochromatic Colors of #E15262
Black with #E15262
Text Example
Text Example
White with #E15262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15262; }
p { color: rgb(225,82,98); }
H1.HeaderClassName
{
color: #E15262;
}
.AnyTagClassName
{
color: #E15262;
}
</style>
background-color css
<style>
a { background-color: #E15262; }
a { background-color: rgb(225,82,98); }
div.DivClassName
{
background-color: #E15262;
}
.BgClassName
{
background-color: #E15262;
}
</style>
border-color css
<style>
span { border-color: #E15262; }
span { border-color: rgb(225,82,98); }
td.TdClassName
{
border-color: #E15262;
}
.TagClassName
{
border-color: #E15262;
}
</style>