Shades of Mandy #EC535A
Tints of Mandy #EC535A
RGB
CMYK
RGB Variations
Color information
#EC535A (or 0xEC535A) is known color: Mandy. HEX triplet: EC, 53 and 5A. RGB value is (236,83,90). Sum of RGB (Red+Green+Blue) = 236+83+90=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC535A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC535A is #13ACA5. Grayscale: #818181. Windows color (decimal): -1289382 or 5919724. OLE color: 5919724.
HSL color Cylindrical-coordinate representation of color #EC535A: hue angle of 357.25º 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 #EC535A is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 90 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.07 |
| HSL | 357.25º | 0.8% | 0.63% | - |
| HSV(B) | 357.25º | 0.65% | 0.93% | - |
| XYZ | 39.53 | 24.76 | 12.37 | - |
| YUV | 129.55 | 105.69 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 90 | 0 | 0.65 | 0.62 | 0.07 | 357.25 | 0.8 | 0.63 |
| Hex | EC | 53 | 5A | 0 | 41 | 3E | 7 | 165 | 50 | 3F |
| Octal | 354 | 123 | 132 | 0 | 101 | 76 | 7 | 545 | 120 | 77 |
| Binary | 11101100 | 1010011 | 1011010 | 0 | 1000001 | 111110 | 111 | 101100101 | 1010000 | 111111 |
Color Harmonies of #EC535A
Complementary color
Monochromatic Colors of #EC535A
Black with #EC535A
Text Example
Text Example
White with #EC535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC535A; }
p { color: rgb(236,83,90); }
H1.HeaderClassName
{
color: #EC535A;
}
.AnyTagClassName
{
color: #EC535A;
}
</style>
background-color css
<style>
a { background-color: #EC535A; }
a { background-color: rgb(236,83,90); }
div.DivClassName
{
background-color: #EC535A;
}
.BgClassName
{
background-color: #EC535A;
}
</style>
border-color css
<style>
span { border-color: #EC535A; }
span { border-color: rgb(236,83,90); }
td.TdClassName
{
border-color: #EC535A;
}
.TagClassName
{
border-color: #EC535A;
}
</style>