Shades of Mandy #EC535D
Tints of Mandy #EC535D
RGB
CMYK
RGB Variations
Color information
#EC535D (or 0xEC535D) is known color: Mandy. HEX triplet: EC, 53 and 5D. RGB value is (236,83,93). Sum of RGB (Red+Green+Blue) = 236+83+93=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC535D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC535D is #13ACA2. Grayscale: #828282. Windows color (decimal): -1289379 or 6116332. OLE color: 6116332.
HSL color Cylindrical-coordinate representation of color #EC535D: hue angle of 356.08º 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 #EC535D is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 93 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.07 |
| HSL | 356.08º | 0.8% | 0.63% | - |
| HSV(B) | 356.08º | 0.65% | 0.93% | - |
| XYZ | 39.66 | 24.81 | 13.05 | - |
| YUV | 129.89 | 107.19 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 93 | 0 | 0.65 | 0.61 | 0.07 | 356.08 | 0.8 | 0.63 |
| Hex | EC | 53 | 5D | 0 | 41 | 3D | 7 | 164 | 50 | 3F |
| Octal | 354 | 123 | 135 | 0 | 101 | 75 | 7 | 544 | 120 | 77 |
| Binary | 11101100 | 1010011 | 1011101 | 0 | 1000001 | 111101 | 111 | 101100100 | 1010000 | 111111 |
Color Harmonies of #EC535D
Complementary color
Monochromatic Colors of #EC535D
Black with #EC535D
Text Example
Text Example
White with #EC535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC535D; }
p { color: rgb(236,83,93); }
H1.HeaderClassName
{
color: #EC535D;
}
.AnyTagClassName
{
color: #EC535D;
}
</style>
background-color css
<style>
a { background-color: #EC535D; }
a { background-color: rgb(236,83,93); }
div.DivClassName
{
background-color: #EC535D;
}
.BgClassName
{
background-color: #EC535D;
}
</style>
border-color css
<style>
span { border-color: #EC535D; }
span { border-color: rgb(236,83,93); }
td.TdClassName
{
border-color: #EC535D;
}
.TagClassName
{
border-color: #EC535D;
}
</style>