Shades of Mandy #EC575E
Tints of Mandy #EC575E
RGB
CMYK
RGB Variations
Color information
#EC575E (or 0xEC575E) is known color: Mandy. HEX triplet: EC, 57 and 5E. RGB value is (236,87,94). Sum of RGB (Red+Green+Blue) = 236+87+94=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC575E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC575E is #13A8A1. Grayscale: #848484. Windows color (decimal): -1288354 or 6182892. OLE color: 6182892.
HSL color Cylindrical-coordinate representation of color #EC575E: hue angle of 357.18º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC575E is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 94 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.07 |
| HSL | 357.18º | 0.8% | 0.63% | - |
| HSV(B) | 357.18º | 0.63% | 0.93% | - |
| XYZ | 40.02 | 25.46 | 13.39 | - |
| YUV | 132.35 | 106.36 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 94 | 0 | 0.63 | 0.60 | 0.07 | 357.18 | 0.8 | 0.63 |
| Hex | EC | 57 | 5E | 0 | 3F | 3C | 7 | 165 | 50 | 3F |
| Octal | 354 | 127 | 136 | 0 | 77 | 74 | 7 | 545 | 120 | 77 |
| Binary | 11101100 | 1010111 | 1011110 | 0 | 111111 | 111100 | 111 | 101100101 | 1010000 | 111111 |
Color Harmonies of #EC575E
Complementary color
Monochromatic Colors of #EC575E
Black with #EC575E
Text Example
Text Example
White with #EC575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC575E; }
p { color: rgb(236,87,94); }
H1.HeaderClassName
{
color: #EC575E;
}
.AnyTagClassName
{
color: #EC575E;
}
</style>
background-color css
<style>
a { background-color: #EC575E; }
a { background-color: rgb(236,87,94); }
div.DivClassName
{
background-color: #EC575E;
}
.BgClassName
{
background-color: #EC575E;
}
</style>
border-color css
<style>
span { border-color: #EC575E; }
span { border-color: rgb(236,87,94); }
td.TdClassName
{
border-color: #EC575E;
}
.TagClassName
{
border-color: #EC575E;
}
</style>