Shades of Mandy #EC565D
Tints of Mandy #EC565D
RGB
CMYK
RGB Variations
Color information
#EC565D (or 0xEC565D) is known color: Mandy. HEX triplet: EC, 56 and 5D. RGB value is (236,86,93). Sum of RGB (Red+Green+Blue) = 236+86+93=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC565D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC565D is #13A9A2. Grayscale: #838383. Windows color (decimal): -1288611 or 6117100. OLE color: 6117100.
HSL color Cylindrical-coordinate representation of color #EC565D: hue angle of 357.2º 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 #EC565D is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 93 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.07 |
| HSL | 357.2º | 0.8% | 0.63% | - |
| HSV(B) | 357.2º | 0.64% | 0.93% | - |
| XYZ | 39.9 | 25.28 | 13.13 | - |
| YUV | 131.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 93 | 0 | 0.64 | 0.61 | 0.07 | 357.2 | 0.8 | 0.63 |
| Hex | EC | 56 | 5D | 0 | 40 | 3D | 7 | 165 | 50 | 3F |
| Octal | 354 | 126 | 135 | 0 | 100 | 75 | 7 | 545 | 120 | 77 |
| Binary | 11101100 | 1010110 | 1011101 | 0 | 1000000 | 111101 | 111 | 101100101 | 1010000 | 111111 |
Color Harmonies of #EC565D
Complementary color
Monochromatic Colors of #EC565D
Black with #EC565D
Text Example
Text Example
White with #EC565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC565D; }
p { color: rgb(236,86,93); }
H1.HeaderClassName
{
color: #EC565D;
}
.AnyTagClassName
{
color: #EC565D;
}
</style>
background-color css
<style>
a { background-color: #EC565D; }
a { background-color: rgb(236,86,93); }
div.DivClassName
{
background-color: #EC565D;
}
.BgClassName
{
background-color: #EC565D;
}
</style>
border-color css
<style>
span { border-color: #EC565D; }
span { border-color: rgb(236,86,93); }
td.TdClassName
{
border-color: #EC565D;
}
.TagClassName
{
border-color: #EC565D;
}
</style>