Shades of Mandy #EC4D5D
Tints of Mandy #EC4D5D
RGB
CMYK
RGB Variations
Color information
#EC4D5D (or 0xEC4D5D) is known color: Mandy. HEX triplet: EC, 4D and 5D. RGB value is (236,77,93). Sum of RGB (Red+Green+Blue) = 236+77+93=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4D5D is #13B2A2. Grayscale: #7E7E7E. Windows color (decimal): -1290915 or 6114796. OLE color: 6114796.
HSL color Cylindrical-coordinate representation of color #EC4D5D: hue angle of 353.96º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4D5D is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 93 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.07 |
| HSL | 353.96º | 0.81% | 0.61% | - |
| HSV(B) | 353.96º | 0.67% | 0.93% | - |
| XYZ | 39.22 | 23.93 | 12.91 | - |
| YUV | 126.37 | 109.18 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 93 | 0 | 0.67 | 0.61 | 0.07 | 353.96 | 0.81 | 0.61 |
| Hex | EC | 4D | 5D | 0 | 43 | 3D | 7 | 162 | 51 | 3D |
| Octal | 354 | 115 | 135 | 0 | 103 | 75 | 7 | 542 | 121 | 75 |
| Binary | 11101100 | 1001101 | 1011101 | 0 | 1000011 | 111101 | 111 | 101100010 | 1010001 | 111101 |
Color Harmonies of #EC4D5D
Complementary color
Monochromatic Colors of #EC4D5D
Black with #EC4D5D
Text Example
Text Example
White with #EC4D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D5D; }
p { color: rgb(236,77,93); }
H1.HeaderClassName
{
color: #EC4D5D;
}
.AnyTagClassName
{
color: #EC4D5D;
}
</style>
background-color css
<style>
a { background-color: #EC4D5D; }
a { background-color: rgb(236,77,93); }
div.DivClassName
{
background-color: #EC4D5D;
}
.BgClassName
{
background-color: #EC4D5D;
}
</style>
border-color css
<style>
span { border-color: #EC4D5D; }
span { border-color: rgb(236,77,93); }
td.TdClassName
{
border-color: #EC4D5D;
}
.TagClassName
{
border-color: #EC4D5D;
}
</style>