Shades of Wild Watermelon #ED586C
Tints of Wild Watermelon #ED586C
RGB
CMYK
RGB Variations
Color information
#ED586C (or 0xED586C) is known color: Wild Watermelon. HEX triplet: ED, 58 and 6C. RGB value is (237,88,108). Sum of RGB (Red+Green+Blue) = 237+88+108=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED586C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED586C is #12A793. Grayscale: #868686. Windows color (decimal): -1222548 or 7100653. OLE color: 7100653.
HSL color Cylindrical-coordinate representation of color #ED586C: hue angle of 351.95º degrees, saturation: 0.81, 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 #ED586C is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 108 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.07 |
| HSL | 351.95º | 0.81% | 0.64% | - |
| HSV(B) | 351.95º | 0.63% | 0.93% | - |
| XYZ | 41.12 | 26.07 | 17.05 | - |
| YUV | 134.83 | 112.86 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 108 | 0 | 0.63 | 0.54 | 0.07 | 351.95 | 0.81 | 0.64 |
| Hex | ED | 58 | 6C | 0 | 3F | 36 | 7 | 160 | 51 | 40 |
| Octal | 355 | 130 | 154 | 0 | 77 | 66 | 7 | 540 | 121 | 100 |
| Binary | 11101101 | 1011000 | 1101100 | 0 | 111111 | 110110 | 111 | 101100000 | 1010001 | 1000000 |
Color Harmonies of #ED586C
Complementary color
Monochromatic Colors of #ED586C
Black with #ED586C
Text Example
Text Example
White with #ED586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED586C; }
p { color: rgb(237,88,108); }
H1.HeaderClassName
{
color: #ED586C;
}
.AnyTagClassName
{
color: #ED586C;
}
</style>
background-color css
<style>
a { background-color: #ED586C; }
a { background-color: rgb(237,88,108); }
div.DivClassName
{
background-color: #ED586C;
}
.BgClassName
{
background-color: #ED586C;
}
</style>
border-color css
<style>
span { border-color: #ED586C; }
span { border-color: rgb(237,88,108); }
td.TdClassName
{
border-color: #ED586C;
}
.TagClassName
{
border-color: #ED586C;
}
</style>