Shades of Mandy #E1444D
Tints of Mandy #E1444D
RGB
CMYK
RGB Variations
Color information
#E1444D (or 0xE1444D) is known color: Mandy. HEX triplet: E1, 44 and 4D. RGB value is (225,68,77). Sum of RGB (Red+Green+Blue) = 225+68+77=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E1444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1444D is #1EBBB2. Grayscale: #747474. Windows color (decimal): -2014131 or 5063905. OLE color: 5063905.
HSL color Cylindrical-coordinate representation of color #E1444D: hue angle of 356.56º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1444D is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 77 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.12 |
| HSL | 356.56º | 0.72% | 0.57% | - |
| HSV(B) | 356.56º | 0.7% | 0.88% | - |
| XYZ | 34.46 | 20.68 | 9.2 | - |
| YUV | 115.97 | 106.01 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 77 | 0 | 0.70 | 0.66 | 0.12 | 356.56 | 0.72 | 0.57 |
| Hex | E1 | 44 | 4D | 0 | 46 | 42 | C | 165 | 48 | 39 |
| Octal | 341 | 104 | 115 | 0 | 106 | 102 | 14 | 545 | 110 | 71 |
| Binary | 11100001 | 1000100 | 1001101 | 0 | 1000110 | 1000010 | 1100 | 101100101 | 1001000 | 111001 |
Color Harmonies of #E1444D
Complementary color
Monochromatic Colors of #E1444D
Black with #E1444D
Text Example
Text Example
White with #E1444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1444D; }
p { color: rgb(225,68,77); }
H1.HeaderClassName
{
color: #E1444D;
}
.AnyTagClassName
{
color: #E1444D;
}
</style>
background-color css
<style>
a { background-color: #E1444D; }
a { background-color: rgb(225,68,77); }
div.DivClassName
{
background-color: #E1444D;
}
.BgClassName
{
background-color: #E1444D;
}
</style>
border-color css
<style>
span { border-color: #E1444D; }
span { border-color: rgb(225,68,77); }
td.TdClassName
{
border-color: #E1444D;
}
.TagClassName
{
border-color: #E1444D;
}
</style>