Shades of Wild Watermelon #EC586E
Tints of Wild Watermelon #EC586E
RGB
CMYK
RGB Variations
Color information
#EC586E (or 0xEC586E) is known color: Wild Watermelon. HEX triplet: EC, 58 and 6E. RGB value is (236,88,110). Sum of RGB (Red+Green+Blue) = 236+88+110=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC586E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC586E is #13A791. Grayscale: #868686. Windows color (decimal): -1288082 or 7231724. OLE color: 7231724.
HSL color Cylindrical-coordinate representation of color #EC586E: hue angle of 351.08º 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 #EC586E is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 110 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.07 |
| HSL | 351.08º | 0.8% | 0.64% | - |
| HSV(B) | 351.08º | 0.63% | 0.93% | - |
| XYZ | 40.9 | 25.94 | 17.6 | - |
| YUV | 134.76 | 114.03 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 110 | 0 | 0.63 | 0.53 | 0.07 | 351.08 | 0.8 | 0.64 |
| Hex | EC | 58 | 6E | 0 | 3F | 35 | 7 | 15F | 50 | 40 |
| Octal | 354 | 130 | 156 | 0 | 77 | 65 | 7 | 537 | 120 | 100 |
| Binary | 11101100 | 1011000 | 1101110 | 0 | 111111 | 110101 | 111 | 101011111 | 1010000 | 1000000 |
Color Harmonies of #EC586E
Complementary color
Monochromatic Colors of #EC586E
Black with #EC586E
Text Example
Text Example
White with #EC586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC586E; }
p { color: rgb(236,88,110); }
H1.HeaderClassName
{
color: #EC586E;
}
.AnyTagClassName
{
color: #EC586E;
}
</style>
background-color css
<style>
a { background-color: #EC586E; }
a { background-color: rgb(236,88,110); }
div.DivClassName
{
background-color: #EC586E;
}
.BgClassName
{
background-color: #EC586E;
}
</style>
border-color css
<style>
span { border-color: #EC586E; }
span { border-color: rgb(236,88,110); }
td.TdClassName
{
border-color: #EC586E;
}
.TagClassName
{
border-color: #EC586E;
}
</style>