Shades of Mandy #EC5558
Tints of Mandy #EC5558
RGB
CMYK
RGB Variations
Color information
#EC5558 (or 0xEC5558) is known color: Mandy. HEX triplet: EC, 55 and 58. RGB value is (236,85,88). Sum of RGB (Red+Green+Blue) = 236+85+88=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5558 is #13AAA7. Grayscale: #828282. Windows color (decimal): -1288872 or 5789164. OLE color: 5789164.
HSL color Cylindrical-coordinate representation of color #EC5558: hue angle of 358.81º 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 #EC5558 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 88 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.07 |
| HSL | 358.81º | 0.8% | 0.63% | - |
| HSV(B) | 358.81º | 0.64% | 0.93% | - |
| XYZ | 39.6 | 25.03 | 11.98 | - |
| YUV | 130.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 88 | 0 | 0.64 | 0.63 | 0.07 | 358.81 | 0.8 | 0.63 |
| Hex | EC | 55 | 58 | 0 | 40 | 3F | 7 | 167 | 50 | 3F |
| Octal | 354 | 125 | 130 | 0 | 100 | 77 | 7 | 547 | 120 | 77 |
| Binary | 11101100 | 1010101 | 1011000 | 0 | 1000000 | 111111 | 111 | 101100111 | 1010000 | 111111 |
Color Harmonies of #EC5558
Complementary color
Monochromatic Colors of #EC5558
Black with #EC5558
Text Example
Text Example
White with #EC5558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5558; }
p { color: rgb(236,85,88); }
H1.HeaderClassName
{
color: #EC5558;
}
.AnyTagClassName
{
color: #EC5558;
}
</style>
background-color css
<style>
a { background-color: #EC5558; }
a { background-color: rgb(236,85,88); }
div.DivClassName
{
background-color: #EC5558;
}
.BgClassName
{
background-color: #EC5558;
}
</style>
border-color css
<style>
span { border-color: #EC5558; }
span { border-color: rgb(236,85,88); }
td.TdClassName
{
border-color: #EC5558;
}
.TagClassName
{
border-color: #EC5558;
}
</style>