Shades of Mandy #EC5559
Tints of Mandy #EC5559
RGB
CMYK
RGB Variations
Color information
#EC5559 (or 0xEC5559) is known color: Mandy. HEX triplet: EC, 55 and 59. RGB value is (236,85,89). Sum of RGB (Red+Green+Blue) = 236+85+89=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5559 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5559 is #13AAA6. Grayscale: #828282. Windows color (decimal): -1288871 or 5854700. OLE color: 5854700.
HSL color Cylindrical-coordinate representation of color #EC5559: hue angle of 358.41º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5559 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 89 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.07 |
| HSL | 358.41º | 0.8% | 0.63% | - |
| HSV(B) | 358.41º | 0.64% | 0.93% | - |
| XYZ | 39.64 | 25.05 | 12.2 | - |
| YUV | 130.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 89 | 0 | 0.64 | 0.62 | 0.07 | 358.41 | 0.8 | 0.63 |
| Hex | EC | 55 | 59 | 0 | 40 | 3E | 7 | 166 | 50 | 3F |
| Octal | 354 | 125 | 131 | 0 | 100 | 76 | 7 | 546 | 120 | 77 |
| Binary | 11101100 | 1010101 | 1011001 | 0 | 1000000 | 111110 | 111 | 101100110 | 1010000 | 111111 |
Color Harmonies of #EC5559
Complementary color
Monochromatic Colors of #EC5559
Black with #EC5559
Text Example
Text Example
White with #EC5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5559; }
p { color: rgb(236,85,89); }
H1.HeaderClassName
{
color: #EC5559;
}
.AnyTagClassName
{
color: #EC5559;
}
</style>
background-color css
<style>
a { background-color: #EC5559; }
a { background-color: rgb(236,85,89); }
div.DivClassName
{
background-color: #EC5559;
}
.BgClassName
{
background-color: #EC5559;
}
</style>
border-color css
<style>
span { border-color: #EC5559; }
span { border-color: rgb(236,85,89); }
td.TdClassName
{
border-color: #EC5559;
}
.TagClassName
{
border-color: #EC5559;
}
</style>