Shades of Mandy #EC4A51
Tints of Mandy #EC4A51
RGB
CMYK
RGB Variations
Color information
#EC4A51 (or 0xEC4A51) is known color: Mandy. HEX triplet: EC, 4A and 51. RGB value is (236,74,81). Sum of RGB (Red+Green+Blue) = 236+74+81=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A51 is #13B5AE. Grayscale: #7B7B7B. Windows color (decimal): -1291695 or 5327596. OLE color: 5327596.
HSL color Cylindrical-coordinate representation of color #EC4A51: hue angle of 357.41º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4A51 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 81 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.07 |
| HSL | 357.41º | 0.81% | 0.61% | - |
| HSV(B) | 357.41º | 0.69% | 0.93% | - |
| XYZ | 38.53 | 23.32 | 10.26 | - |
| YUV | 123.24 | 104.17 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 81 | 0 | 0.69 | 0.66 | 0.07 | 357.41 | 0.81 | 0.61 |
| Hex | EC | 4A | 51 | 0 | 45 | 42 | 7 | 165 | 51 | 3D |
| Octal | 354 | 112 | 121 | 0 | 105 | 102 | 7 | 545 | 121 | 75 |
| Binary | 11101100 | 1001010 | 1010001 | 0 | 1000101 | 1000010 | 111 | 101100101 | 1010001 | 111101 |
Color Harmonies of #EC4A51
Complementary color
Monochromatic Colors of #EC4A51
Black with #EC4A51
Text Example
Text Example
White with #EC4A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A51; }
p { color: rgb(236,74,81); }
H1.HeaderClassName
{
color: #EC4A51;
}
.AnyTagClassName
{
color: #EC4A51;
}
</style>
background-color css
<style>
a { background-color: #EC4A51; }
a { background-color: rgb(236,74,81); }
div.DivClassName
{
background-color: #EC4A51;
}
.BgClassName
{
background-color: #EC4A51;
}
</style>
border-color css
<style>
span { border-color: #EC4A51; }
span { border-color: rgb(236,74,81); }
td.TdClassName
{
border-color: #EC4A51;
}
.TagClassName
{
border-color: #EC4A51;
}
</style>