Shades of Mandy #EC535C
Tints of Mandy #EC535C
RGB
CMYK
RGB Variations
Color information
#EC535C (or 0xEC535C) is known color: Mandy. HEX triplet: EC, 53 and 5C. RGB value is (236,83,92). Sum of RGB (Red+Green+Blue) = 236+83+92=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC535C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC535C is #13ACA3. Grayscale: #818181. Windows color (decimal): -1289380 or 6050796. OLE color: 6050796.
HSL color Cylindrical-coordinate representation of color #EC535C: hue angle of 356.47º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC535C is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 92 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.07 |
| HSL | 356.47º | 0.8% | 0.63% | - |
| HSV(B) | 356.47º | 0.65% | 0.93% | - |
| XYZ | 39.62 | 24.79 | 12.82 | - |
| YUV | 129.77 | 106.69 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 92 | 0 | 0.65 | 0.61 | 0.07 | 356.47 | 0.8 | 0.63 |
| Hex | EC | 53 | 5C | 0 | 41 | 3D | 7 | 164 | 50 | 3F |
| Octal | 354 | 123 | 134 | 0 | 101 | 75 | 7 | 544 | 120 | 77 |
| Binary | 11101100 | 1010011 | 1011100 | 0 | 1000001 | 111101 | 111 | 101100100 | 1010000 | 111111 |
Color Harmonies of #EC535C
Complementary color
Monochromatic Colors of #EC535C
Black with #EC535C
Text Example
Text Example
White with #EC535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC535C; }
p { color: rgb(236,83,92); }
H1.HeaderClassName
{
color: #EC535C;
}
.AnyTagClassName
{
color: #EC535C;
}
</style>
background-color css
<style>
a { background-color: #EC535C; }
a { background-color: rgb(236,83,92); }
div.DivClassName
{
background-color: #EC535C;
}
.BgClassName
{
background-color: #EC535C;
}
</style>
border-color css
<style>
span { border-color: #EC535C; }
span { border-color: rgb(236,83,92); }
td.TdClassName
{
border-color: #EC535C;
}
.TagClassName
{
border-color: #EC535C;
}
</style>