Shades of Mandy #EC565E
Tints of Mandy #EC565E
RGB
CMYK
RGB Variations
Color information
#EC565E (or 0xEC565E) is known color: Mandy. HEX triplet: EC, 56 and 5E. RGB value is (236,86,94). Sum of RGB (Red+Green+Blue) = 236+86+94=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC565E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC565E is #13A9A1. Grayscale: #838383. Windows color (decimal): -1288610 or 6182636. OLE color: 6182636.
HSL color Cylindrical-coordinate representation of color #EC565E: hue angle of 356.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC565E is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 94 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.07 |
| HSL | 356.8º | 0.8% | 0.63% | - |
| HSV(B) | 356.8º | 0.64% | 0.93% | - |
| XYZ | 39.94 | 25.3 | 13.37 | - |
| YUV | 131.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 94 | 0 | 0.64 | 0.60 | 0.07 | 356.8 | 0.8 | 0.63 |
| Hex | EC | 56 | 5E | 0 | 40 | 3C | 7 | 165 | 50 | 3F |
| Octal | 354 | 126 | 136 | 0 | 100 | 74 | 7 | 545 | 120 | 77 |
| Binary | 11101100 | 1010110 | 1011110 | 0 | 1000000 | 111100 | 111 | 101100101 | 1010000 | 111111 |
Color Harmonies of #EC565E
Complementary color
Monochromatic Colors of #EC565E
Black with #EC565E
Text Example
Text Example
White with #EC565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC565E; }
p { color: rgb(236,86,94); }
H1.HeaderClassName
{
color: #EC565E;
}
.AnyTagClassName
{
color: #EC565E;
}
</style>
background-color css
<style>
a { background-color: #EC565E; }
a { background-color: rgb(236,86,94); }
div.DivClassName
{
background-color: #EC565E;
}
.BgClassName
{
background-color: #EC565E;
}
</style>
border-color css
<style>
span { border-color: #EC565E; }
span { border-color: rgb(236,86,94); }
td.TdClassName
{
border-color: #EC565E;
}
.TagClassName
{
border-color: #EC565E;
}
</style>