Shades of Mandy #EC5057
Tints of Mandy #EC5057
RGB
CMYK
RGB Variations
Color information
#EC5057 (or 0xEC5057) is known color: Mandy. HEX triplet: EC, 50 and 57. RGB value is (236,80,87). Sum of RGB (Red+Green+Blue) = 236+80+87=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5057 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5057 is #13AFA8. Grayscale: #7F7F7F. Windows color (decimal): -1290153 or 5722348. OLE color: 5722348.
HSL color Cylindrical-coordinate representation of color #EC5057: hue angle of 357.31º 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 #EC5057 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 87 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.07 |
| HSL | 357.31º | 0.8% | 0.62% | - |
| HSV(B) | 357.31º | 0.66% | 0.93% | - |
| XYZ | 39.18 | 24.26 | 11.63 | - |
| YUV | 127.44 | 105.18 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 87 | 0 | 0.66 | 0.63 | 0.07 | 357.31 | 0.8 | 0.62 |
| Hex | EC | 50 | 57 | 0 | 42 | 3F | 7 | 165 | 50 | 3E |
| Octal | 354 | 120 | 127 | 0 | 102 | 77 | 7 | 545 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1010111 | 0 | 1000010 | 111111 | 111 | 101100101 | 1010000 | 111110 |
Color Harmonies of #EC5057
Complementary color
Monochromatic Colors of #EC5057
Black with #EC5057
Text Example
Text Example
White with #EC5057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5057; }
p { color: rgb(236,80,87); }
H1.HeaderClassName
{
color: #EC5057;
}
.AnyTagClassName
{
color: #EC5057;
}
</style>
background-color css
<style>
a { background-color: #EC5057; }
a { background-color: rgb(236,80,87); }
div.DivClassName
{
background-color: #EC5057;
}
.BgClassName
{
background-color: #EC5057;
}
</style>
border-color css
<style>
span { border-color: #EC5057; }
span { border-color: rgb(236,80,87); }
td.TdClassName
{
border-color: #EC5057;
}
.TagClassName
{
border-color: #EC5057;
}
</style>