Shades of Mandy #E1485E
Tints of Mandy #E1485E
RGB
CMYK
RGB Variations
Color information
#E1485E (or 0xE1485E) is known color: Mandy. HEX triplet: E1, 48 and 5E. RGB value is (225,72,94). Sum of RGB (Red+Green+Blue) = 225+72+94=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E1485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1485E is #1EB7A1. Grayscale: #787878. Windows color (decimal): -2013090 or 6179041. OLE color: 6179041.
HSL color Cylindrical-coordinate representation of color #E1485E: hue angle of 351.37º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1485E is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 94 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.12 |
| HSL | 351.37º | 0.72% | 0.58% | - |
| HSV(B) | 351.37º | 0.68% | 0.88% | - |
| XYZ | 35.39 | 21.45 | 12.86 | - |
| YUV | 120.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 94 | 0 | 0.68 | 0.58 | 0.12 | 351.37 | 0.72 | 0.58 |
| Hex | E1 | 48 | 5E | 0 | 44 | 3A | C | 15F | 48 | 3A |
| Octal | 341 | 110 | 136 | 0 | 104 | 72 | 14 | 537 | 110 | 72 |
| Binary | 11100001 | 1001000 | 1011110 | 0 | 1000100 | 111010 | 1100 | 101011111 | 1001000 | 111010 |
Color Harmonies of #E1485E
Complementary color
Monochromatic Colors of #E1485E
Black with #E1485E
Text Example
Text Example
White with #E1485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1485E; }
p { color: rgb(225,72,94); }
H1.HeaderClassName
{
color: #E1485E;
}
.AnyTagClassName
{
color: #E1485E;
}
</style>
background-color css
<style>
a { background-color: #E1485E; }
a { background-color: rgb(225,72,94); }
div.DivClassName
{
background-color: #E1485E;
}
.BgClassName
{
background-color: #E1485E;
}
</style>
border-color css
<style>
span { border-color: #E1485E; }
span { border-color: rgb(225,72,94); }
td.TdClassName
{
border-color: #E1485E;
}
.TagClassName
{
border-color: #E1485E;
}
</style>