Shades of Mandy #EC545D
Tints of Mandy #EC545D
RGB
CMYK
RGB Variations
Color information
#EC545D (or 0xEC545D) is known color: Mandy. HEX triplet: EC, 54 and 5D. RGB value is (236,84,93). Sum of RGB (Red+Green+Blue) = 236+84+93=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC545D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC545D is #13ABA2. Grayscale: #828282. Windows color (decimal): -1289123 or 6116588. OLE color: 6116588.
HSL color Cylindrical-coordinate representation of color #EC545D: hue angle of 356.45º 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 #EC545D is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 93 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.07 |
| HSL | 356.45º | 0.8% | 0.63% | - |
| HSV(B) | 356.45º | 0.64% | 0.93% | - |
| XYZ | 39.74 | 24.96 | 13.08 | - |
| YUV | 130.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 93 | 0 | 0.64 | 0.61 | 0.07 | 356.45 | 0.8 | 0.63 |
| Hex | EC | 54 | 5D | 0 | 40 | 3D | 7 | 164 | 50 | 3F |
| Octal | 354 | 124 | 135 | 0 | 100 | 75 | 7 | 544 | 120 | 77 |
| Binary | 11101100 | 1010100 | 1011101 | 0 | 1000000 | 111101 | 111 | 101100100 | 1010000 | 111111 |
Color Harmonies of #EC545D
Complementary color
Monochromatic Colors of #EC545D
Black with #EC545D
Text Example
Text Example
White with #EC545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC545D; }
p { color: rgb(236,84,93); }
H1.HeaderClassName
{
color: #EC545D;
}
.AnyTagClassName
{
color: #EC545D;
}
</style>
background-color css
<style>
a { background-color: #EC545D; }
a { background-color: rgb(236,84,93); }
div.DivClassName
{
background-color: #EC545D;
}
.BgClassName
{
background-color: #EC545D;
}
</style>
border-color css
<style>
span { border-color: #EC545D; }
span { border-color: rgb(236,84,93); }
td.TdClassName
{
border-color: #EC545D;
}
.TagClassName
{
border-color: #EC545D;
}
</style>