Shades of Mandy #E14861
Tints of Mandy #E14861
RGB
CMYK
RGB Variations
Color information
#E14861 (or 0xE14861) is known color: Mandy. HEX triplet: E1, 48 and 61. RGB value is (225,72,97). Sum of RGB (Red+Green+Blue) = 225+72+97=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E14861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14861 is #1EB79E. Grayscale: #787878. Windows color (decimal): -2013087 or 6375649. OLE color: 6375649.
HSL color Cylindrical-coordinate representation of color #E14861: hue angle of 350.2º 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 #E14861 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 97 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.12 |
| HSL | 350.2º | 0.72% | 0.58% | - |
| HSV(B) | 350.2º | 0.68% | 0.88% | - |
| XYZ | 35.53 | 21.51 | 13.59 | - |
| YUV | 120.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 97 | 0 | 0.68 | 0.57 | 0.12 | 350.2 | 0.72 | 0.58 |
| Hex | E1 | 48 | 61 | 0 | 44 | 39 | C | 15E | 48 | 3A |
| Octal | 341 | 110 | 141 | 0 | 104 | 71 | 14 | 536 | 110 | 72 |
| Binary | 11100001 | 1001000 | 1100001 | 0 | 1000100 | 111001 | 1100 | 101011110 | 1001000 | 111010 |
Color Harmonies of #E14861
Complementary color
Monochromatic Colors of #E14861
Black with #E14861
Text Example
Text Example
White with #E14861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14861; }
p { color: rgb(225,72,97); }
H1.HeaderClassName
{
color: #E14861;
}
.AnyTagClassName
{
color: #E14861;
}
</style>
background-color css
<style>
a { background-color: #E14861; }
a { background-color: rgb(225,72,97); }
div.DivClassName
{
background-color: #E14861;
}
.BgClassName
{
background-color: #E14861;
}
</style>
border-color css
<style>
span { border-color: #E14861; }
span { border-color: rgb(225,72,97); }
td.TdClassName
{
border-color: #E14861;
}
.TagClassName
{
border-color: #E14861;
}
</style>