Shades of Mandy #E1494D
Tints of Mandy #E1494D
RGB
CMYK
RGB Variations
Color information
#E1494D (or 0xE1494D) is known color: Mandy. HEX triplet: E1, 49 and 4D. RGB value is (225,73,77). Sum of RGB (Red+Green+Blue) = 225+73+77=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E1494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1494D is #1EB6B2. Grayscale: #777777. Windows color (decimal): -2012851 or 5065185. OLE color: 5065185.
HSL color Cylindrical-coordinate representation of color #E1494D: hue angle of 358.42º 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 #E1494D is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 77 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.12 |
| HSL | 358.42º | 0.72% | 0.58% | - |
| HSV(B) | 358.42º | 0.68% | 0.88% | - |
| XYZ | 34.77 | 21.31 | 9.3 | - |
| YUV | 118.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 77 | 0 | 0.68 | 0.66 | 0.12 | 358.42 | 0.72 | 0.58 |
| Hex | E1 | 49 | 4D | 0 | 44 | 42 | C | 166 | 48 | 3A |
| Octal | 341 | 111 | 115 | 0 | 104 | 102 | 14 | 546 | 110 | 72 |
| Binary | 11100001 | 1001001 | 1001101 | 0 | 1000100 | 1000010 | 1100 | 101100110 | 1001000 | 111010 |
Color Harmonies of #E1494D
Complementary color
Monochromatic Colors of #E1494D
Black with #E1494D
Text Example
Text Example
White with #E1494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1494D; }
p { color: rgb(225,73,77); }
H1.HeaderClassName
{
color: #E1494D;
}
.AnyTagClassName
{
color: #E1494D;
}
</style>
background-color css
<style>
a { background-color: #E1494D; }
a { background-color: rgb(225,73,77); }
div.DivClassName
{
background-color: #E1494D;
}
.BgClassName
{
background-color: #E1494D;
}
</style>
border-color css
<style>
span { border-color: #E1494D; }
span { border-color: rgb(225,73,77); }
td.TdClassName
{
border-color: #E1494D;
}
.TagClassName
{
border-color: #E1494D;
}
</style>