Shades of Mandy #EC4D4F
Tints of Mandy #EC4D4F
RGB
CMYK
RGB Variations
Color information
#EC4D4F (or 0xEC4D4F) is known color: Mandy. HEX triplet: EC, 4D and 4F. RGB value is (236,77,79). Sum of RGB (Red+Green+Blue) = 236+77+79=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4D4F is #13B2B0. Grayscale: #7C7C7C. Windows color (decimal): -1290929 or 5197292. OLE color: 5197292.
HSL color Cylindrical-coordinate representation of color #EC4D4F: hue angle of 359.25º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4D4F is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 79 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.07 |
| HSL | 359.25º | 0.81% | 0.61% | - |
| HSV(B) | 359.25º | 0.67% | 0.93% | - |
| XYZ | 38.66 | 23.71 | 9.94 | - |
| YUV | 124.77 | 102.18 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 79 | 0 | 0.67 | 0.67 | 0.07 | 359.25 | 0.81 | 0.61 |
| Hex | EC | 4D | 4F | 0 | 43 | 43 | 7 | 167 | 51 | 3D |
| Octal | 354 | 115 | 117 | 0 | 103 | 103 | 7 | 547 | 121 | 75 |
| Binary | 11101100 | 1001101 | 1001111 | 0 | 1000011 | 1000011 | 111 | 101100111 | 1010001 | 111101 |
Color Harmonies of #EC4D4F
Complementary color
Monochromatic Colors of #EC4D4F
Black with #EC4D4F
Text Example
Text Example
White with #EC4D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D4F; }
p { color: rgb(236,77,79); }
H1.HeaderClassName
{
color: #EC4D4F;
}
.AnyTagClassName
{
color: #EC4D4F;
}
</style>
background-color css
<style>
a { background-color: #EC4D4F; }
a { background-color: rgb(236,77,79); }
div.DivClassName
{
background-color: #EC4D4F;
}
.BgClassName
{
background-color: #EC4D4F;
}
</style>
border-color css
<style>
span { border-color: #EC4D4F; }
span { border-color: rgb(236,77,79); }
td.TdClassName
{
border-color: #EC4D4F;
}
.TagClassName
{
border-color: #EC4D4F;
}
</style>