Shades of Mandy #EC585B
Tints of Mandy #EC585B
RGB
CMYK
RGB Variations
Color information
#EC585B (or 0xEC585B) is known color: Mandy. HEX triplet: EC, 58 and 5B. RGB value is (236,88,91). Sum of RGB (Red+Green+Blue) = 236+88+91=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC585B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC585B is #13A7A4. Grayscale: #848484. Windows color (decimal): -1288101 or 5986540. OLE color: 5986540.
HSL color Cylindrical-coordinate representation of color #EC585B: hue angle of 358.78º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC585B is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 91 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.07 |
| HSL | 358.78º | 0.8% | 0.64% | - |
| HSV(B) | 358.78º | 0.63% | 0.93% | - |
| XYZ | 39.97 | 25.57 | 12.73 | - |
| YUV | 132.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 91 | 0 | 0.63 | 0.61 | 0.07 | 358.78 | 0.8 | 0.64 |
| Hex | EC | 58 | 5B | 0 | 3F | 3D | 7 | 167 | 50 | 40 |
| Octal | 354 | 130 | 133 | 0 | 77 | 75 | 7 | 547 | 120 | 100 |
| Binary | 11101100 | 1011000 | 1011011 | 0 | 111111 | 111101 | 111 | 101100111 | 1010000 | 1000000 |
Color Harmonies of #EC585B
Complementary color
Monochromatic Colors of #EC585B
Black with #EC585B
Text Example
Text Example
White with #EC585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC585B; }
p { color: rgb(236,88,91); }
H1.HeaderClassName
{
color: #EC585B;
}
.AnyTagClassName
{
color: #EC585B;
}
</style>
background-color css
<style>
a { background-color: #EC585B; }
a { background-color: rgb(236,88,91); }
div.DivClassName
{
background-color: #EC585B;
}
.BgClassName
{
background-color: #EC585B;
}
</style>
border-color css
<style>
span { border-color: #EC585B; }
span { border-color: rgb(236,88,91); }
td.TdClassName
{
border-color: #EC585B;
}
.TagClassName
{
border-color: #EC585B;
}
</style>