Shades of Mandy #EC4A4D
Tints of Mandy #EC4A4D
RGB
CMYK
RGB Variations
Color information
#EC4A4D (or 0xEC4A4D) is known color: Mandy. HEX triplet: EC, 4A and 4D. RGB value is (236,74,77). Sum of RGB (Red+Green+Blue) = 236+74+77=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A4D is #13B5B2. Grayscale: #7A7A7A. Windows color (decimal): -1291699 or 5065452. OLE color: 5065452.
HSL color Cylindrical-coordinate representation of color #EC4A4D: hue angle of 358.89º 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 #EC4A4D is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 77 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.07 |
| HSL | 358.89º | 0.81% | 0.61% | - |
| HSV(B) | 358.89º | 0.69% | 0.93% | - |
| XYZ | 38.38 | 23.27 | 9.49 | - |
| YUV | 122.78 | 102.17 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 77 | 0 | 0.69 | 0.67 | 0.07 | 358.89 | 0.81 | 0.61 |
| Hex | EC | 4A | 4D | 0 | 45 | 43 | 7 | 167 | 51 | 3D |
| Octal | 354 | 112 | 115 | 0 | 105 | 103 | 7 | 547 | 121 | 75 |
| Binary | 11101100 | 1001010 | 1001101 | 0 | 1000101 | 1000011 | 111 | 101100111 | 1010001 | 111101 |
Color Harmonies of #EC4A4D
Complementary color
Monochromatic Colors of #EC4A4D
Black with #EC4A4D
Text Example
Text Example
White with #EC4A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A4D; }
p { color: rgb(236,74,77); }
H1.HeaderClassName
{
color: #EC4A4D;
}
.AnyTagClassName
{
color: #EC4A4D;
}
</style>
background-color css
<style>
a { background-color: #EC4A4D; }
a { background-color: rgb(236,74,77); }
div.DivClassName
{
background-color: #EC4A4D;
}
.BgClassName
{
background-color: #EC4A4D;
}
</style>
border-color css
<style>
span { border-color: #EC4A4D; }
span { border-color: rgb(236,74,77); }
td.TdClassName
{
border-color: #EC4A4D;
}
.TagClassName
{
border-color: #EC4A4D;
}
</style>