Shades of Mandy #E14851
Tints of Mandy #E14851
RGB
CMYK
RGB Variations
Color information
#E14851 (or 0xE14851) is known color: Mandy. HEX triplet: E1, 48 and 51. RGB value is (225,72,81). Sum of RGB (Red+Green+Blue) = 225+72+81=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E14851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14851 is #1EB7AE. Grayscale: #767676. Windows color (decimal): -2013103 or 5327073. OLE color: 5327073.
HSL color Cylindrical-coordinate representation of color #E14851: hue angle of 356.47º 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 #E14851 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 81 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.12 |
| HSL | 356.47º | 0.72% | 0.58% | - |
| HSV(B) | 356.47º | 0.68% | 0.88% | - |
| XYZ | 34.85 | 21.24 | 10.05 | - |
| YUV | 118.77 | 106.69 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 81 | 0 | 0.68 | 0.64 | 0.12 | 356.47 | 0.72 | 0.58 |
| Hex | E1 | 48 | 51 | 0 | 44 | 40 | C | 164 | 48 | 3A |
| Octal | 341 | 110 | 121 | 0 | 104 | 100 | 14 | 544 | 110 | 72 |
| Binary | 11100001 | 1001000 | 1010001 | 0 | 1000100 | 1000000 | 1100 | 101100100 | 1001000 | 111010 |
Color Harmonies of #E14851
Complementary color
Monochromatic Colors of #E14851
Black with #E14851
Text Example
Text Example
White with #E14851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14851; }
p { color: rgb(225,72,81); }
H1.HeaderClassName
{
color: #E14851;
}
.AnyTagClassName
{
color: #E14851;
}
</style>
background-color css
<style>
a { background-color: #E14851; }
a { background-color: rgb(225,72,81); }
div.DivClassName
{
background-color: #E14851;
}
.BgClassName
{
background-color: #E14851;
}
</style>
border-color css
<style>
span { border-color: #E14851; }
span { border-color: rgb(225,72,81); }
td.TdClassName
{
border-color: #E14851;
}
.TagClassName
{
border-color: #E14851;
}
</style>