Shades of Mandy #EC4E5E
Tints of Mandy #EC4E5E
RGB
CMYK
RGB Variations
Color information
#EC4E5E (or 0xEC4E5E) is known color: Mandy. HEX triplet: EC, 4E and 5E. RGB value is (236,78,94). Sum of RGB (Red+Green+Blue) = 236+78+94=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4E5E is #13B1A1. Grayscale: #7F7F7F. Windows color (decimal): -1290658 or 6180588. OLE color: 6180588.
HSL color Cylindrical-coordinate representation of color #EC4E5E: hue angle of 353.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4E5E is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 94 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.07 |
| HSL | 353.92º | 0.81% | 0.62% | - |
| HSV(B) | 353.92º | 0.67% | 0.93% | - |
| XYZ | 39.34 | 24.09 | 13.17 | - |
| YUV | 127.07 | 109.35 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 94 | 0 | 0.67 | 0.60 | 0.07 | 353.92 | 0.81 | 0.62 |
| Hex | EC | 4E | 5E | 0 | 43 | 3C | 7 | 162 | 51 | 3E |
| Octal | 354 | 116 | 136 | 0 | 103 | 74 | 7 | 542 | 121 | 76 |
| Binary | 11101100 | 1001110 | 1011110 | 0 | 1000011 | 111100 | 111 | 101100010 | 1010001 | 111110 |
Color Harmonies of #EC4E5E
Complementary color
Monochromatic Colors of #EC4E5E
Black with #EC4E5E
Text Example
Text Example
White with #EC4E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E5E; }
p { color: rgb(236,78,94); }
H1.HeaderClassName
{
color: #EC4E5E;
}
.AnyTagClassName
{
color: #EC4E5E;
}
</style>
background-color css
<style>
a { background-color: #EC4E5E; }
a { background-color: rgb(236,78,94); }
div.DivClassName
{
background-color: #EC4E5E;
}
.BgClassName
{
background-color: #EC4E5E;
}
</style>
border-color css
<style>
span { border-color: #EC4E5E; }
span { border-color: rgb(236,78,94); }
td.TdClassName
{
border-color: #EC4E5E;
}
.TagClassName
{
border-color: #EC4E5E;
}
</style>