Shades of Mandy #E1444F
Tints of Mandy #E1444F
RGB
CMYK
RGB Variations
Color information
#E1444F (or 0xE1444F) is known color: Mandy. HEX triplet: E1, 44 and 4F. RGB value is (225,68,79). Sum of RGB (Red+Green+Blue) = 225+68+79=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1444F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1444F is #1EBBB0. Grayscale: #747474. Windows color (decimal): -2014129 or 5194977. OLE color: 5194977.
HSL color Cylindrical-coordinate representation of color #E1444F: hue angle of 355.8º 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 #E1444F is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 79 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.12 |
| HSL | 355.8º | 0.72% | 0.57% | - |
| HSV(B) | 355.8º | 0.7% | 0.88% | - |
| XYZ | 34.53 | 20.71 | 9.57 | - |
| YUV | 116.2 | 107.01 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 79 | 0 | 0.70 | 0.65 | 0.12 | 355.8 | 0.72 | 0.57 |
| Hex | E1 | 44 | 4F | 0 | 46 | 41 | C | 164 | 48 | 39 |
| Octal | 341 | 104 | 117 | 0 | 106 | 101 | 14 | 544 | 110 | 71 |
| Binary | 11100001 | 1000100 | 1001111 | 0 | 1000110 | 1000001 | 1100 | 101100100 | 1001000 | 111001 |
Color Harmonies of #E1444F
Complementary color
Monochromatic Colors of #E1444F
Black with #E1444F
Text Example
Text Example
White with #E1444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1444F; }
p { color: rgb(225,68,79); }
H1.HeaderClassName
{
color: #E1444F;
}
.AnyTagClassName
{
color: #E1444F;
}
</style>
background-color css
<style>
a { background-color: #E1444F; }
a { background-color: rgb(225,68,79); }
div.DivClassName
{
background-color: #E1444F;
}
.BgClassName
{
background-color: #E1444F;
}
</style>
border-color css
<style>
span { border-color: #E1444F; }
span { border-color: rgb(225,68,79); }
td.TdClassName
{
border-color: #E1444F;
}
.TagClassName
{
border-color: #E1444F;
}
</style>