Shades of Mandy #E14A51
Tints of Mandy #E14A51
RGB
CMYK
RGB Variations
Color information
#E14A51 (or 0xE14A51) is known color: Mandy. HEX triplet: E1, 4A and 51. RGB value is (225,74,81). Sum of RGB (Red+Green+Blue) = 225+74+81=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14A51 is #1EB5AE. Grayscale: #787878. Windows color (decimal): -2012591 or 5327585. OLE color: 5327585.
HSL color Cylindrical-coordinate representation of color #E14A51: hue angle of 357.22º 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 #E14A51 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 81 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.12 |
| HSL | 357.22º | 0.72% | 0.59% | - |
| HSV(B) | 357.22º | 0.67% | 0.88% | - |
| XYZ | 34.99 | 21.5 | 10.09 | - |
| YUV | 119.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 81 | 0 | 0.67 | 0.64 | 0.12 | 357.22 | 0.72 | 0.59 |
| Hex | E1 | 4A | 51 | 0 | 43 | 40 | C | 165 | 48 | 3B |
| Octal | 341 | 112 | 121 | 0 | 103 | 100 | 14 | 545 | 110 | 73 |
| Binary | 11100001 | 1001010 | 1010001 | 0 | 1000011 | 1000000 | 1100 | 101100101 | 1001000 | 111011 |
Color Harmonies of #E14A51
Complementary color
Monochromatic Colors of #E14A51
Black with #E14A51
Text Example
Text Example
White with #E14A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A51; }
p { color: rgb(225,74,81); }
H1.HeaderClassName
{
color: #E14A51;
}
.AnyTagClassName
{
color: #E14A51;
}
</style>
background-color css
<style>
a { background-color: #E14A51; }
a { background-color: rgb(225,74,81); }
div.DivClassName
{
background-color: #E14A51;
}
.BgClassName
{
background-color: #E14A51;
}
</style>
border-color css
<style>
span { border-color: #E14A51; }
span { border-color: rgb(225,74,81); }
td.TdClassName
{
border-color: #E14A51;
}
.TagClassName
{
border-color: #E14A51;
}
</style>