Shades of Mandy #EC4D5B
Tints of Mandy #EC4D5B
RGB
CMYK
RGB Variations
Color information
#EC4D5B (or 0xEC4D5B) is known color: Mandy. HEX triplet: EC, 4D and 5B. RGB value is (236,77,91). Sum of RGB (Red+Green+Blue) = 236+77+91=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4D5B is #13B2A4. Grayscale: #7E7E7E. Windows color (decimal): -1290917 or 5983724. OLE color: 5983724.
HSL color Cylindrical-coordinate representation of color #EC4D5B: hue angle of 354.72º 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 #EC4D5B is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 91 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.07 |
| HSL | 354.72º | 0.81% | 0.61% | - |
| HSV(B) | 354.72º | 0.67% | 0.93% | - |
| XYZ | 39.13 | 23.9 | 12.45 | - |
| YUV | 126.14 | 108.18 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 91 | 0 | 0.67 | 0.61 | 0.07 | 354.72 | 0.81 | 0.61 |
| Hex | EC | 4D | 5B | 0 | 43 | 3D | 7 | 163 | 51 | 3D |
| Octal | 354 | 115 | 133 | 0 | 103 | 75 | 7 | 543 | 121 | 75 |
| Binary | 11101100 | 1001101 | 1011011 | 0 | 1000011 | 111101 | 111 | 101100011 | 1010001 | 111101 |
Color Harmonies of #EC4D5B
Complementary color
Monochromatic Colors of #EC4D5B
Black with #EC4D5B
Text Example
Text Example
White with #EC4D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D5B; }
p { color: rgb(236,77,91); }
H1.HeaderClassName
{
color: #EC4D5B;
}
.AnyTagClassName
{
color: #EC4D5B;
}
</style>
background-color css
<style>
a { background-color: #EC4D5B; }
a { background-color: rgb(236,77,91); }
div.DivClassName
{
background-color: #EC4D5B;
}
.BgClassName
{
background-color: #EC4D5B;
}
</style>
border-color css
<style>
span { border-color: #EC4D5B; }
span { border-color: rgb(236,77,91); }
td.TdClassName
{
border-color: #EC4D5B;
}
.TagClassName
{
border-color: #EC4D5B;
}
</style>