Shades of Mandy #E14C5E
Tints of Mandy #E14C5E
RGB
CMYK
RGB Variations
Color information
#E14C5E (or 0xE14C5E) is known color: Mandy. HEX triplet: E1, 4C and 5E. RGB value is (225,76,94). Sum of RGB (Red+Green+Blue) = 225+76+94=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C5E is #1EB3A1. Grayscale: #7A7A7A. Windows color (decimal): -2012066 or 6180065. OLE color: 6180065.
HSL color Cylindrical-coordinate representation of color #E14C5E: hue angle of 352.75º 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 #E14C5E is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 94 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.12 |
| HSL | 352.75º | 0.71% | 0.59% | - |
| HSV(B) | 352.75º | 0.66% | 0.88% | - |
| XYZ | 35.66 | 21.98 | 12.95 | - |
| YUV | 122.6 | 111.86 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 94 | 0 | 0.66 | 0.58 | 0.12 | 352.75 | 0.71 | 0.59 |
| Hex | E1 | 4C | 5E | 0 | 42 | 3A | C | 161 | 47 | 3B |
| Octal | 341 | 114 | 136 | 0 | 102 | 72 | 14 | 541 | 107 | 73 |
| Binary | 11100001 | 1001100 | 1011110 | 0 | 1000010 | 111010 | 1100 | 101100001 | 1000111 | 111011 |
Color Harmonies of #E14C5E
Complementary color
Monochromatic Colors of #E14C5E
Black with #E14C5E
Text Example
Text Example
White with #E14C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C5E; }
p { color: rgb(225,76,94); }
H1.HeaderClassName
{
color: #E14C5E;
}
.AnyTagClassName
{
color: #E14C5E;
}
</style>
background-color css
<style>
a { background-color: #E14C5E; }
a { background-color: rgb(225,76,94); }
div.DivClassName
{
background-color: #E14C5E;
}
.BgClassName
{
background-color: #E14C5E;
}
</style>
border-color css
<style>
span { border-color: #E14C5E; }
span { border-color: rgb(225,76,94); }
td.TdClassName
{
border-color: #E14C5E;
}
.TagClassName
{
border-color: #E14C5E;
}
</style>