Shades of Mandy #E14C52
Tints of Mandy #E14C52
RGB
CMYK
RGB Variations
Color information
#E14C52 (or 0xE14C52) is known color: Mandy. HEX triplet: E1, 4C and 52. RGB value is (225,76,82). Sum of RGB (Red+Green+Blue) = 225+76+82=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C52 is #1EB3AD. Grayscale: #797979. Windows color (decimal): -2012078 or 5393633. OLE color: 5393633.
HSL color Cylindrical-coordinate representation of color #E14C52: hue angle of 357.58º 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 #E14C52 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 82 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.12 |
| HSL | 357.58º | 0.71% | 0.59% | - |
| HSV(B) | 357.58º | 0.66% | 0.88% | - |
| XYZ | 35.16 | 21.79 | 10.33 | - |
| YUV | 121.24 | 105.86 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 82 | 0 | 0.66 | 0.64 | 0.12 | 357.58 | 0.71 | 0.59 |
| Hex | E1 | 4C | 52 | 0 | 42 | 40 | C | 166 | 47 | 3B |
| Octal | 341 | 114 | 122 | 0 | 102 | 100 | 14 | 546 | 107 | 73 |
| Binary | 11100001 | 1001100 | 1010010 | 0 | 1000010 | 1000000 | 1100 | 101100110 | 1000111 | 111011 |
Color Harmonies of #E14C52
Complementary color
Monochromatic Colors of #E14C52
Black with #E14C52
Text Example
Text Example
White with #E14C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C52; }
p { color: rgb(225,76,82); }
H1.HeaderClassName
{
color: #E14C52;
}
.AnyTagClassName
{
color: #E14C52;
}
</style>
background-color css
<style>
a { background-color: #E14C52; }
a { background-color: rgb(225,76,82); }
div.DivClassName
{
background-color: #E14C52;
}
.BgClassName
{
background-color: #E14C52;
}
</style>
border-color css
<style>
span { border-color: #E14C52; }
span { border-color: rgb(225,76,82); }
td.TdClassName
{
border-color: #E14C52;
}
.TagClassName
{
border-color: #E14C52;
}
</style>