Shades of Mandy #EC4B51
Tints of Mandy #EC4B51
RGB
CMYK
RGB Variations
Color information
#EC4B51 (or 0xEC4B51) is known color: Mandy. HEX triplet: EC, 4B and 51. RGB value is (236,75,81). Sum of RGB (Red+Green+Blue) = 236+75+81=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B51 is #13B4AE. Grayscale: #7B7B7B. Windows color (decimal): -1291439 or 5327852. OLE color: 5327852.
HSL color Cylindrical-coordinate representation of color #EC4B51: hue angle of 357.76º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4B51 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 81 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.07 |
| HSL | 357.76º | 0.81% | 0.61% | - |
| HSV(B) | 357.76º | 0.68% | 0.93% | - |
| XYZ | 38.59 | 23.46 | 10.28 | - |
| YUV | 123.82 | 103.84 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 81 | 0 | 0.68 | 0.66 | 0.07 | 357.76 | 0.81 | 0.61 |
| Hex | EC | 4B | 51 | 0 | 44 | 42 | 7 | 166 | 51 | 3D |
| Octal | 354 | 113 | 121 | 0 | 104 | 102 | 7 | 546 | 121 | 75 |
| Binary | 11101100 | 1001011 | 1010001 | 0 | 1000100 | 1000010 | 111 | 101100110 | 1010001 | 111101 |
Color Harmonies of #EC4B51
Complementary color
Monochromatic Colors of #EC4B51
Black with #EC4B51
Text Example
Text Example
White with #EC4B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B51; }
p { color: rgb(236,75,81); }
H1.HeaderClassName
{
color: #EC4B51;
}
.AnyTagClassName
{
color: #EC4B51;
}
</style>
background-color css
<style>
a { background-color: #EC4B51; }
a { background-color: rgb(236,75,81); }
div.DivClassName
{
background-color: #EC4B51;
}
.BgClassName
{
background-color: #EC4B51;
}
</style>
border-color css
<style>
span { border-color: #EC4B51; }
span { border-color: rgb(236,75,81); }
td.TdClassName
{
border-color: #EC4B51;
}
.TagClassName
{
border-color: #EC4B51;
}
</style>