Shades of Mandy #EC4F60
Tints of Mandy #EC4F60
RGB
CMYK
RGB Variations
Color information
#EC4F60 (or 0xEC4F60) is known color: Mandy. HEX triplet: EC, 4F and 60. RGB value is (236,79,96). Sum of RGB (Red+Green+Blue) = 236+79+96=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4F60 is #13B09F. Grayscale: #7F7F7F. Windows color (decimal): -1290400 or 6311916. OLE color: 6311916.
HSL color Cylindrical-coordinate representation of color #EC4F60: hue angle of 353.5º 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 #EC4F60 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 96 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.07 |
| HSL | 353.5º | 0.81% | 0.62% | - |
| HSV(B) | 353.5º | 0.67% | 0.93% | - |
| XYZ | 39.5 | 24.27 | 13.67 | - |
| YUV | 127.88 | 110.01 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 96 | 0 | 0.67 | 0.59 | 0.07 | 353.5 | 0.81 | 0.62 |
| Hex | EC | 4F | 60 | 0 | 43 | 3B | 7 | 162 | 51 | 3E |
| Octal | 354 | 117 | 140 | 0 | 103 | 73 | 7 | 542 | 121 | 76 |
| Binary | 11101100 | 1001111 | 1100000 | 0 | 1000011 | 111011 | 111 | 101100010 | 1010001 | 111110 |
Color Harmonies of #EC4F60
Complementary color
Monochromatic Colors of #EC4F60
Black with #EC4F60
Text Example
Text Example
White with #EC4F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F60; }
p { color: rgb(236,79,96); }
H1.HeaderClassName
{
color: #EC4F60;
}
.AnyTagClassName
{
color: #EC4F60;
}
</style>
background-color css
<style>
a { background-color: #EC4F60; }
a { background-color: rgb(236,79,96); }
div.DivClassName
{
background-color: #EC4F60;
}
.BgClassName
{
background-color: #EC4F60;
}
</style>
border-color css
<style>
span { border-color: #EC4F60; }
span { border-color: rgb(236,79,96); }
td.TdClassName
{
border-color: #EC4F60;
}
.TagClassName
{
border-color: #EC4F60;
}
</style>