Shades of Mandy #EC5053
Tints of Mandy #EC5053
RGB
CMYK
RGB Variations
Color information
#EC5053 (or 0xEC5053) is known color: Mandy. HEX triplet: EC, 50 and 53. RGB value is (236,80,83). Sum of RGB (Red+Green+Blue) = 236+80+83=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5053 is #13AFAC. Grayscale: #7F7F7F. Windows color (decimal): -1290157 or 5460204. OLE color: 5460204.
HSL color Cylindrical-coordinate representation of color #EC5053: hue angle of 358.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5053 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 83 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.07 |
| HSL | 358.85º | 0.8% | 0.62% | - |
| HSV(B) | 358.85º | 0.66% | 0.93% | - |
| XYZ | 39.02 | 24.19 | 10.8 | - |
| YUV | 126.99 | 103.18 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 83 | 0 | 0.66 | 0.65 | 0.07 | 358.85 | 0.8 | 0.62 |
| Hex | EC | 50 | 53 | 0 | 42 | 41 | 7 | 167 | 50 | 3E |
| Octal | 354 | 120 | 123 | 0 | 102 | 101 | 7 | 547 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1010011 | 0 | 1000010 | 1000001 | 111 | 101100111 | 1010000 | 111110 |
Color Harmonies of #EC5053
Complementary color
Monochromatic Colors of #EC5053
Black with #EC5053
Text Example
Text Example
White with #EC5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5053; }
p { color: rgb(236,80,83); }
H1.HeaderClassName
{
color: #EC5053;
}
.AnyTagClassName
{
color: #EC5053;
}
</style>
background-color css
<style>
a { background-color: #EC5053; }
a { background-color: rgb(236,80,83); }
div.DivClassName
{
background-color: #EC5053;
}
.BgClassName
{
background-color: #EC5053;
}
</style>
border-color css
<style>
span { border-color: #EC5053; }
span { border-color: rgb(236,80,83); }
td.TdClassName
{
border-color: #EC5053;
}
.TagClassName
{
border-color: #EC5053;
}
</style>