Shades of Mandy #EC545C
Tints of Mandy #EC545C
RGB
CMYK
RGB Variations
Color information
#EC545C (or 0xEC545C) is known color: Mandy. HEX triplet: EC, 54 and 5C. RGB value is (236,84,92). Sum of RGB (Red+Green+Blue) = 236+84+92=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC545C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC545C is #13ABA3. Grayscale: #828282. Windows color (decimal): -1289124 or 6051052. OLE color: 6051052.
HSL color Cylindrical-coordinate representation of color #EC545C: hue angle of 356.84º 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 #EC545C is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 92 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.07 |
| HSL | 356.84º | 0.8% | 0.63% | - |
| HSV(B) | 356.84º | 0.64% | 0.93% | - |
| XYZ | 39.69 | 24.95 | 12.85 | - |
| YUV | 130.36 | 106.36 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 92 | 0 | 0.64 | 0.61 | 0.07 | 356.84 | 0.8 | 0.63 |
| Hex | EC | 54 | 5C | 0 | 40 | 3D | 7 | 165 | 50 | 3F |
| Octal | 354 | 124 | 134 | 0 | 100 | 75 | 7 | 545 | 120 | 77 |
| Binary | 11101100 | 1010100 | 1011100 | 0 | 1000000 | 111101 | 111 | 101100101 | 1010000 | 111111 |
Color Harmonies of #EC545C
Complementary color
Monochromatic Colors of #EC545C
Black with #EC545C
Text Example
Text Example
White with #EC545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC545C; }
p { color: rgb(236,84,92); }
H1.HeaderClassName
{
color: #EC545C;
}
.AnyTagClassName
{
color: #EC545C;
}
</style>
background-color css
<style>
a { background-color: #EC545C; }
a { background-color: rgb(236,84,92); }
div.DivClassName
{
background-color: #EC545C;
}
.BgClassName
{
background-color: #EC545C;
}
</style>
border-color css
<style>
span { border-color: #EC545C; }
span { border-color: rgb(236,84,92); }
td.TdClassName
{
border-color: #EC545C;
}
.TagClassName
{
border-color: #EC545C;
}
</style>