Shades of Mandy #E14950
Tints of Mandy #E14950
RGB
CMYK
RGB Variations
Color information
#E14950 (or 0xE14950) is known color: Mandy. HEX triplet: E1, 49 and 50. RGB value is (225,73,80). Sum of RGB (Red+Green+Blue) = 225+73+80=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E14950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14950 is #1EB6AF. Grayscale: #777777. Windows color (decimal): -2012848 or 5261793. OLE color: 5261793.
HSL color Cylindrical-coordinate representation of color #E14950: hue angle of 357.24º 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 #E14950 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 80 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.12 |
| HSL | 357.24º | 0.72% | 0.58% | - |
| HSV(B) | 357.24º | 0.68% | 0.88% | - |
| XYZ | 34.88 | 21.35 | 9.87 | - |
| YUV | 119.25 | 105.86 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 80 | 0 | 0.68 | 0.64 | 0.12 | 357.24 | 0.72 | 0.58 |
| Hex | E1 | 49 | 50 | 0 | 44 | 40 | C | 165 | 48 | 3A |
| Octal | 341 | 111 | 120 | 0 | 104 | 100 | 14 | 545 | 110 | 72 |
| Binary | 11100001 | 1001001 | 1010000 | 0 | 1000100 | 1000000 | 1100 | 101100101 | 1001000 | 111010 |
Color Harmonies of #E14950
Complementary color
Monochromatic Colors of #E14950
Black with #E14950
Text Example
Text Example
White with #E14950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14950; }
p { color: rgb(225,73,80); }
H1.HeaderClassName
{
color: #E14950;
}
.AnyTagClassName
{
color: #E14950;
}
</style>
background-color css
<style>
a { background-color: #E14950; }
a { background-color: rgb(225,73,80); }
div.DivClassName
{
background-color: #E14950;
}
.BgClassName
{
background-color: #E14950;
}
</style>
border-color css
<style>
span { border-color: #E14950; }
span { border-color: rgb(225,73,80); }
td.TdClassName
{
border-color: #E14950;
}
.TagClassName
{
border-color: #E14950;
}
</style>