Shades of Mandy #E14C5D
Tints of Mandy #E14C5D
RGB
CMYK
RGB Variations
Color information
#E14C5D (or 0xE14C5D) is known color: Mandy. HEX triplet: E1, 4C and 5D. RGB value is (225,76,93). Sum of RGB (Red+Green+Blue) = 225+76+93=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C5D is #1EB3A2. Grayscale: #7A7A7A. Windows color (decimal): -2012067 or 6114529. OLE color: 6114529.
HSL color Cylindrical-coordinate representation of color #E14C5D: hue angle of 353.15º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14C5D is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 93 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.12 |
| HSL | 353.15º | 0.71% | 0.59% | - |
| HSV(B) | 353.15º | 0.66% | 0.88% | - |
| XYZ | 35.61 | 21.97 | 12.72 | - |
| YUV | 122.49 | 111.36 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 93 | 0 | 0.66 | 0.59 | 0.12 | 353.15 | 0.71 | 0.59 |
| Hex | E1 | 4C | 5D | 0 | 42 | 3B | C | 161 | 47 | 3B |
| Octal | 341 | 114 | 135 | 0 | 102 | 73 | 14 | 541 | 107 | 73 |
| Binary | 11100001 | 1001100 | 1011101 | 0 | 1000010 | 111011 | 1100 | 101100001 | 1000111 | 111011 |
Color Harmonies of #E14C5D
Complementary color
Monochromatic Colors of #E14C5D
Black with #E14C5D
Text Example
Text Example
White with #E14C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C5D; }
p { color: rgb(225,76,93); }
H1.HeaderClassName
{
color: #E14C5D;
}
.AnyTagClassName
{
color: #E14C5D;
}
</style>
background-color css
<style>
a { background-color: #E14C5D; }
a { background-color: rgb(225,76,93); }
div.DivClassName
{
background-color: #E14C5D;
}
.BgClassName
{
background-color: #E14C5D;
}
</style>
border-color css
<style>
span { border-color: #E14C5D; }
span { border-color: rgb(225,76,93); }
td.TdClassName
{
border-color: #E14C5D;
}
.TagClassName
{
border-color: #E14C5D;
}
</style>