Shades of Mandy #E14458
Tints of Mandy #E14458
RGB
CMYK
RGB Variations
Color information
#E14458 (or 0xE14458) is known color: Mandy. HEX triplet: E1, 44 and 58. RGB value is (225,68,88). Sum of RGB (Red+Green+Blue) = 225+68+88=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E14458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14458 is #1EBBA7. Grayscale: #757575. Windows color (decimal): -2014120 or 5784801. OLE color: 5784801.
HSL color Cylindrical-coordinate representation of color #E14458: hue angle of 352.36º 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 #E14458 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 88 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.12 |
| HSL | 352.36º | 0.72% | 0.57% | - |
| HSV(B) | 352.36º | 0.7% | 0.88% | - |
| XYZ | 34.88 | 20.85 | 11.42 | - |
| YUV | 117.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 88 | 0 | 0.70 | 0.61 | 0.12 | 352.36 | 0.72 | 0.57 |
| Hex | E1 | 44 | 58 | 0 | 46 | 3D | C | 160 | 48 | 39 |
| Octal | 341 | 104 | 130 | 0 | 106 | 75 | 14 | 540 | 110 | 71 |
| Binary | 11100001 | 1000100 | 1011000 | 0 | 1000110 | 111101 | 1100 | 101100000 | 1001000 | 111001 |
Color Harmonies of #E14458
Complementary color
Monochromatic Colors of #E14458
Black with #E14458
Text Example
Text Example
White with #E14458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14458; }
p { color: rgb(225,68,88); }
H1.HeaderClassName
{
color: #E14458;
}
.AnyTagClassName
{
color: #E14458;
}
</style>
background-color css
<style>
a { background-color: #E14458; }
a { background-color: rgb(225,68,88); }
div.DivClassName
{
background-color: #E14458;
}
.BgClassName
{
background-color: #E14458;
}
</style>
border-color css
<style>
span { border-color: #E14458; }
span { border-color: rgb(225,68,88); }
td.TdClassName
{
border-color: #E14458;
}
.TagClassName
{
border-color: #E14458;
}
</style>