Shades of Mandy #EC575C
Tints of Mandy #EC575C
RGB
CMYK
RGB Variations
Color information
#EC575C (or 0xEC575C) is known color: Mandy. HEX triplet: EC, 57 and 5C. RGB value is (236,87,92). Sum of RGB (Red+Green+Blue) = 236+87+92=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC575C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC575C is #13A8A3. Grayscale: #848484. Windows color (decimal): -1288356 or 6051820. OLE color: 6051820.
HSL color Cylindrical-coordinate representation of color #EC575C: hue angle of 357.99º 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 #EC575C is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 92 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.07 |
| HSL | 357.99º | 0.8% | 0.63% | - |
| HSV(B) | 357.99º | 0.63% | 0.93% | - |
| XYZ | 39.93 | 25.42 | 12.93 | - |
| YUV | 132.12 | 105.36 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 92 | 0 | 0.63 | 0.61 | 0.07 | 357.99 | 0.8 | 0.63 |
| Hex | EC | 57 | 5C | 0 | 3F | 3D | 7 | 166 | 50 | 3F |
| Octal | 354 | 127 | 134 | 0 | 77 | 75 | 7 | 546 | 120 | 77 |
| Binary | 11101100 | 1010111 | 1011100 | 0 | 111111 | 111101 | 111 | 101100110 | 1010000 | 111111 |
Color Harmonies of #EC575C
Complementary color
Monochromatic Colors of #EC575C
Black with #EC575C
Text Example
Text Example
White with #EC575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC575C; }
p { color: rgb(236,87,92); }
H1.HeaderClassName
{
color: #EC575C;
}
.AnyTagClassName
{
color: #EC575C;
}
</style>
background-color css
<style>
a { background-color: #EC575C; }
a { background-color: rgb(236,87,92); }
div.DivClassName
{
background-color: #EC575C;
}
.BgClassName
{
background-color: #EC575C;
}
</style>
border-color css
<style>
span { border-color: #EC575C; }
span { border-color: rgb(236,87,92); }
td.TdClassName
{
border-color: #EC575C;
}
.TagClassName
{
border-color: #EC575C;
}
</style>