Shades of Wild Watermelon #ED586B
Tints of Wild Watermelon #ED586B
RGB
CMYK
RGB Variations
Color information
#ED586B (or 0xED586B) is known color: Wild Watermelon. HEX triplet: ED, 58 and 6B. RGB value is (237,88,107). Sum of RGB (Red+Green+Blue) = 237+88+107=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED586B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED586B is #12A794. Grayscale: #868686. Windows color (decimal): -1222549 or 7035117. OLE color: 7035117.
HSL color Cylindrical-coordinate representation of color #ED586B: hue angle of 352.35º 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 #ED586B is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 107 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.07 |
| HSL | 352.35º | 0.81% | 0.64% | - |
| HSV(B) | 352.35º | 0.63% | 0.93% | - |
| XYZ | 41.07 | 26.05 | 16.77 | - |
| YUV | 134.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 107 | 0 | 0.63 | 0.55 | 0.07 | 352.35 | 0.81 | 0.64 |
| Hex | ED | 58 | 6B | 0 | 3F | 37 | 7 | 160 | 51 | 40 |
| Octal | 355 | 130 | 153 | 0 | 77 | 67 | 7 | 540 | 121 | 100 |
| Binary | 11101101 | 1011000 | 1101011 | 0 | 111111 | 110111 | 111 | 101100000 | 1010001 | 1000000 |
Color Harmonies of #ED586B
Complementary color
Monochromatic Colors of #ED586B
Black with #ED586B
Text Example
Text Example
White with #ED586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED586B; }
p { color: rgb(237,88,107); }
H1.HeaderClassName
{
color: #ED586B;
}
.AnyTagClassName
{
color: #ED586B;
}
</style>
background-color css
<style>
a { background-color: #ED586B; }
a { background-color: rgb(237,88,107); }
div.DivClassName
{
background-color: #ED586B;
}
.BgClassName
{
background-color: #ED586B;
}
</style>
border-color css
<style>
span { border-color: #ED586B; }
span { border-color: rgb(237,88,107); }
td.TdClassName
{
border-color: #ED586B;
}
.TagClassName
{
border-color: #ED586B;
}
</style>