Shades of Mandy #EC4D52
Tints of Mandy #EC4D52
RGB
CMYK
RGB Variations
Color information
#EC4D52 (or 0xEC4D52) is known color: Mandy. HEX triplet: EC, 4D and 52. RGB value is (236,77,82). Sum of RGB (Red+Green+Blue) = 236+77+82=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4D52 is #13B2AD. Grayscale: #7D7D7D. Windows color (decimal): -1290926 or 5393900. OLE color: 5393900.
HSL color Cylindrical-coordinate representation of color #EC4D52: hue angle of 358.11º 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 #EC4D52 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 82 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.07 |
| HSL | 358.11º | 0.81% | 0.61% | - |
| HSV(B) | 358.11º | 0.67% | 0.93% | - |
| XYZ | 38.77 | 23.75 | 10.52 | - |
| YUV | 125.11 | 103.68 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 82 | 0 | 0.67 | 0.65 | 0.07 | 358.11 | 0.81 | 0.61 |
| Hex | EC | 4D | 52 | 0 | 43 | 41 | 7 | 166 | 51 | 3D |
| Octal | 354 | 115 | 122 | 0 | 103 | 101 | 7 | 546 | 121 | 75 |
| Binary | 11101100 | 1001101 | 1010010 | 0 | 1000011 | 1000001 | 111 | 101100110 | 1010001 | 111101 |
Color Harmonies of #EC4D52
Complementary color
Monochromatic Colors of #EC4D52
Black with #EC4D52
Text Example
Text Example
White with #EC4D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D52; }
p { color: rgb(236,77,82); }
H1.HeaderClassName
{
color: #EC4D52;
}
.AnyTagClassName
{
color: #EC4D52;
}
</style>
background-color css
<style>
a { background-color: #EC4D52; }
a { background-color: rgb(236,77,82); }
div.DivClassName
{
background-color: #EC4D52;
}
.BgClassName
{
background-color: #EC4D52;
}
</style>
border-color css
<style>
span { border-color: #EC4D52; }
span { border-color: rgb(236,77,82); }
td.TdClassName
{
border-color: #EC4D52;
}
.TagClassName
{
border-color: #EC4D52;
}
</style>