Shades of Mandy #EC585E
Tints of Mandy #EC585E
RGB
CMYK
RGB Variations
Color information
#EC585E (or 0xEC585E) is known color: Mandy. HEX triplet: EC, 58 and 5E. RGB value is (236,88,94). Sum of RGB (Red+Green+Blue) = 236+88+94=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC585E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC585E is #13A7A1. Grayscale: #858585. Windows color (decimal): -1288098 or 6183148. OLE color: 6183148.
HSL color Cylindrical-coordinate representation of color #EC585E: hue angle of 357.57º 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 #EC585E is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 94 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.07 |
| HSL | 357.57º | 0.8% | 0.64% | - |
| HSV(B) | 357.57º | 0.63% | 0.93% | - |
| XYZ | 40.1 | 25.62 | 13.42 | - |
| YUV | 132.94 | 106.03 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 94 | 0 | 0.63 | 0.60 | 0.07 | 357.57 | 0.8 | 0.64 |
| Hex | EC | 58 | 5E | 0 | 3F | 3C | 7 | 166 | 50 | 40 |
| Octal | 354 | 130 | 136 | 0 | 77 | 74 | 7 | 546 | 120 | 100 |
| Binary | 11101100 | 1011000 | 1011110 | 0 | 111111 | 111100 | 111 | 101100110 | 1010000 | 1000000 |
Color Harmonies of #EC585E
Complementary color
Monochromatic Colors of #EC585E
Black with #EC585E
Text Example
Text Example
White with #EC585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC585E; }
p { color: rgb(236,88,94); }
H1.HeaderClassName
{
color: #EC585E;
}
.AnyTagClassName
{
color: #EC585E;
}
</style>
background-color css
<style>
a { background-color: #EC585E; }
a { background-color: rgb(236,88,94); }
div.DivClassName
{
background-color: #EC585E;
}
.BgClassName
{
background-color: #EC585E;
}
</style>
border-color css
<style>
span { border-color: #EC585E; }
span { border-color: rgb(236,88,94); }
td.TdClassName
{
border-color: #EC585E;
}
.TagClassName
{
border-color: #EC585E;
}
</style>