Shades of Mandy #E14A55
Tints of Mandy #E14A55
RGB
CMYK
RGB Variations
Color information
#E14A55 (or 0xE14A55) is known color: Mandy. HEX triplet: E1, 4A and 55. RGB value is (225,74,85). Sum of RGB (Red+Green+Blue) = 225+74+85=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14A55 is #1EB5AA. Grayscale: #787878. Windows color (decimal): -2012587 or 5589729. OLE color: 5589729.
HSL color Cylindrical-coordinate representation of color #E14A55: hue angle of 355.63º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14A55 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 85 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.12 |
| HSL | 355.63º | 0.72% | 0.59% | - |
| HSV(B) | 355.63º | 0.67% | 0.88% | - |
| XYZ | 35.14 | 21.56 | 10.9 | - |
| YUV | 120.4 | 108.03 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 85 | 0 | 0.67 | 0.62 | 0.12 | 355.63 | 0.72 | 0.59 |
| Hex | E1 | 4A | 55 | 0 | 43 | 3E | C | 164 | 48 | 3B |
| Octal | 341 | 112 | 125 | 0 | 103 | 76 | 14 | 544 | 110 | 73 |
| Binary | 11100001 | 1001010 | 1010101 | 0 | 1000011 | 111110 | 1100 | 101100100 | 1001000 | 111011 |
Color Harmonies of #E14A55
Complementary color
Monochromatic Colors of #E14A55
Black with #E14A55
Text Example
Text Example
White with #E14A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A55; }
p { color: rgb(225,74,85); }
H1.HeaderClassName
{
color: #E14A55;
}
.AnyTagClassName
{
color: #E14A55;
}
</style>
background-color css
<style>
a { background-color: #E14A55; }
a { background-color: rgb(225,74,85); }
div.DivClassName
{
background-color: #E14A55;
}
.BgClassName
{
background-color: #E14A55;
}
</style>
border-color css
<style>
span { border-color: #E14A55; }
span { border-color: rgb(225,74,85); }
td.TdClassName
{
border-color: #E14A55;
}
.TagClassName
{
border-color: #E14A55;
}
</style>