Shades of Mandy #E54756
Tints of Mandy #E54756
RGB
CMYK
RGB Variations
Color information
#E54756 (or 0xE54756) is known color: Mandy. HEX triplet: E5, 47 and 56. RGB value is (229,71,86). Sum of RGB (Red+Green+Blue) = 229+71+86=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E54756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54756 is #1AB8A9. Grayscale: #787878. Windows color (decimal): -1751210 or 5654501. OLE color: 5654501.
HSL color Cylindrical-coordinate representation of color #E54756: hue angle of 354.3º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54756 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 86 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.10 |
| HSL | 354.3º | 0.75% | 0.59% | - |
| HSV(B) | 354.3º | 0.69% | 0.9% | - |
| XYZ | 36.25 | 21.84 | 11.11 | - |
| YUV | 119.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 86 | 0 | 0.69 | 0.62 | 0.10 | 354.3 | 0.75 | 0.59 |
| Hex | E5 | 47 | 56 | 0 | 45 | 3E | A | 162 | 4B | 3B |
| Octal | 345 | 107 | 126 | 0 | 105 | 76 | 12 | 542 | 113 | 73 |
| Binary | 11100101 | 1000111 | 1010110 | 0 | 1000101 | 111110 | 1010 | 101100010 | 1001011 | 111011 |
Color Harmonies of #E54756
Complementary color
Monochromatic Colors of #E54756
Black with #E54756
Text Example
Text Example
White with #E54756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54756; }
p { color: rgb(229,71,86); }
H1.HeaderClassName
{
color: #E54756;
}
.AnyTagClassName
{
color: #E54756;
}
</style>
background-color css
<style>
a { background-color: #E54756; }
a { background-color: rgb(229,71,86); }
div.DivClassName
{
background-color: #E54756;
}
.BgClassName
{
background-color: #E54756;
}
</style>
border-color css
<style>
span { border-color: #E54756; }
span { border-color: rgb(229,71,86); }
td.TdClassName
{
border-color: #E54756;
}
.TagClassName
{
border-color: #E54756;
}
</style>