Shades of Mandy #EC585C
Tints of Mandy #EC585C
RGB
CMYK
RGB Variations
Color information
#EC585C (or 0xEC585C) is known color: Mandy. HEX triplet: EC, 58 and 5C. RGB value is (236,88,92). Sum of RGB (Red+Green+Blue) = 236+88+92=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC585C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC585C is #13A7A3. Grayscale: #848484. Windows color (decimal): -1288100 or 6052076. OLE color: 6052076.
HSL color Cylindrical-coordinate representation of color #EC585C: hue angle of 358.38º 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 #EC585C is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 92 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.07 |
| HSL | 358.38º | 0.8% | 0.64% | - |
| HSV(B) | 358.38º | 0.63% | 0.93% | - |
| XYZ | 40.01 | 25.59 | 12.95 | - |
| YUV | 132.71 | 105.03 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 92 | 0 | 0.63 | 0.61 | 0.07 | 358.38 | 0.8 | 0.64 |
| Hex | EC | 58 | 5C | 0 | 3F | 3D | 7 | 166 | 50 | 40 |
| Octal | 354 | 130 | 134 | 0 | 77 | 75 | 7 | 546 | 120 | 100 |
| Binary | 11101100 | 1011000 | 1011100 | 0 | 111111 | 111101 | 111 | 101100110 | 1010000 | 1000000 |
Color Harmonies of #EC585C
Complementary color
Monochromatic Colors of #EC585C
Black with #EC585C
Text Example
Text Example
White with #EC585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC585C; }
p { color: rgb(236,88,92); }
H1.HeaderClassName
{
color: #EC585C;
}
.AnyTagClassName
{
color: #EC585C;
}
</style>
background-color css
<style>
a { background-color: #EC585C; }
a { background-color: rgb(236,88,92); }
div.DivClassName
{
background-color: #EC585C;
}
.BgClassName
{
background-color: #EC585C;
}
</style>
border-color css
<style>
span { border-color: #EC585C; }
span { border-color: rgb(236,88,92); }
td.TdClassName
{
border-color: #EC585C;
}
.TagClassName
{
border-color: #EC585C;
}
</style>