Shades of Mandy #EC4A4F
Tints of Mandy #EC4A4F
RGB
CMYK
RGB Variations
Color information
#EC4A4F (or 0xEC4A4F) is known color: Mandy. HEX triplet: EC, 4A and 4F. RGB value is (236,74,79). Sum of RGB (Red+Green+Blue) = 236+74+79=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A4F is #13B5B0. Grayscale: #7B7B7B. Windows color (decimal): -1291697 or 5196524. OLE color: 5196524.
HSL color Cylindrical-coordinate representation of color #EC4A4F: hue angle of 358.15º 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 #EC4A4F is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 79 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.07 |
| HSL | 358.15º | 0.81% | 0.61% | - |
| HSV(B) | 358.15º | 0.69% | 0.93% | - |
| XYZ | 38.45 | 23.29 | 9.87 | - |
| YUV | 123.01 | 103.17 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 79 | 0 | 0.69 | 0.67 | 0.07 | 358.15 | 0.81 | 0.61 |
| Hex | EC | 4A | 4F | 0 | 45 | 43 | 7 | 166 | 51 | 3D |
| Octal | 354 | 112 | 117 | 0 | 105 | 103 | 7 | 546 | 121 | 75 |
| Binary | 11101100 | 1001010 | 1001111 | 0 | 1000101 | 1000011 | 111 | 101100110 | 1010001 | 111101 |
Color Harmonies of #EC4A4F
Complementary color
Monochromatic Colors of #EC4A4F
Black with #EC4A4F
Text Example
Text Example
White with #EC4A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A4F; }
p { color: rgb(236,74,79); }
H1.HeaderClassName
{
color: #EC4A4F;
}
.AnyTagClassName
{
color: #EC4A4F;
}
</style>
background-color css
<style>
a { background-color: #EC4A4F; }
a { background-color: rgb(236,74,79); }
div.DivClassName
{
background-color: #EC4A4F;
}
.BgClassName
{
background-color: #EC4A4F;
}
</style>
border-color css
<style>
span { border-color: #EC4A4F; }
span { border-color: rgb(236,74,79); }
td.TdClassName
{
border-color: #EC4A4F;
}
.TagClassName
{
border-color: #EC4A4F;
}
</style>