Shades of Mandy #E14C4E
Tints of Mandy #E14C4E
RGB
CMYK
RGB Variations
Color information
#E14C4E (or 0xE14C4E) is known color: Mandy. HEX triplet: E1, 4C and 4E. RGB value is (225,76,78). Sum of RGB (Red+Green+Blue) = 225+76+78=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C4E is #1EB3B1. Grayscale: #787878. Windows color (decimal): -2012082 or 5131489. OLE color: 5131489.
HSL color Cylindrical-coordinate representation of color #E14C4E: hue angle of 359.19º 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 #E14C4E is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 78 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.12 |
| HSL | 359.19º | 0.71% | 0.59% | - |
| HSV(B) | 359.19º | 0.66% | 0.88% | - |
| XYZ | 35.01 | 21.73 | 9.56 | - |
| YUV | 120.78 | 103.86 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 78 | 0 | 0.66 | 0.65 | 0.12 | 359.19 | 0.71 | 0.59 |
| Hex | E1 | 4C | 4E | 0 | 42 | 41 | C | 167 | 47 | 3B |
| Octal | 341 | 114 | 116 | 0 | 102 | 101 | 14 | 547 | 107 | 73 |
| Binary | 11100001 | 1001100 | 1001110 | 0 | 1000010 | 1000001 | 1100 | 101100111 | 1000111 | 111011 |
Color Harmonies of #E14C4E
Complementary color
Monochromatic Colors of #E14C4E
Black with #E14C4E
Text Example
Text Example
White with #E14C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C4E; }
p { color: rgb(225,76,78); }
H1.HeaderClassName
{
color: #E14C4E;
}
.AnyTagClassName
{
color: #E14C4E;
}
</style>
background-color css
<style>
a { background-color: #E14C4E; }
a { background-color: rgb(225,76,78); }
div.DivClassName
{
background-color: #E14C4E;
}
.BgClassName
{
background-color: #E14C4E;
}
</style>
border-color css
<style>
span { border-color: #E14C4E; }
span { border-color: rgb(225,76,78); }
td.TdClassName
{
border-color: #E14C4E;
}
.TagClassName
{
border-color: #E14C4E;
}
</style>