Shades of Mandy #E14854
Tints of Mandy #E14854
RGB
CMYK
RGB Variations
Color information
#E14854 (or 0xE14854) is known color: Mandy. HEX triplet: E1, 48 and 54. RGB value is (225,72,84). Sum of RGB (Red+Green+Blue) = 225+72+84=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E14854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14854 is #1EB7AB. Grayscale: #777777. Windows color (decimal): -2013100 or 5523681. OLE color: 5523681.
HSL color Cylindrical-coordinate representation of color #E14854: hue angle of 355.29º 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 #E14854 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 84 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.12 |
| HSL | 355.29º | 0.72% | 0.58% | - |
| HSV(B) | 355.29º | 0.68% | 0.88% | - |
| XYZ | 34.97 | 21.28 | 10.65 | - |
| YUV | 119.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 84 | 0 | 0.68 | 0.63 | 0.12 | 355.29 | 0.72 | 0.58 |
| Hex | E1 | 48 | 54 | 0 | 44 | 3F | C | 163 | 48 | 3A |
| Octal | 341 | 110 | 124 | 0 | 104 | 77 | 14 | 543 | 110 | 72 |
| Binary | 11100001 | 1001000 | 1010100 | 0 | 1000100 | 111111 | 1100 | 101100011 | 1001000 | 111010 |
Color Harmonies of #E14854
Complementary color
Monochromatic Colors of #E14854
Black with #E14854
Text Example
Text Example
White with #E14854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14854; }
p { color: rgb(225,72,84); }
H1.HeaderClassName
{
color: #E14854;
}
.AnyTagClassName
{
color: #E14854;
}
</style>
background-color css
<style>
a { background-color: #E14854; }
a { background-color: rgb(225,72,84); }
div.DivClassName
{
background-color: #E14854;
}
.BgClassName
{
background-color: #E14854;
}
</style>
border-color css
<style>
span { border-color: #E14854; }
span { border-color: rgb(225,72,84); }
td.TdClassName
{
border-color: #E14854;
}
.TagClassName
{
border-color: #E14854;
}
</style>