Shades of Wild Watermelon #ED566D
Tints of Wild Watermelon #ED566D
RGB
CMYK
RGB Variations
Color information
#ED566D (or 0xED566D) is known color: Wild Watermelon. HEX triplet: ED, 56 and 6D. RGB value is (237,86,109). Sum of RGB (Red+Green+Blue) = 237+86+109=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED566D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED566D is #12A992. Grayscale: #858585. Windows color (decimal): -1223059 or 7165677. OLE color: 7165677.
HSL color Cylindrical-coordinate representation of color #ED566D: hue angle of 350.86º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED566D is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 109 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.07 |
| HSL | 350.86º | 0.81% | 0.63% | - |
| HSV(B) | 350.86º | 0.64% | 0.93% | - |
| XYZ | 41.01 | 25.76 | 17.28 | - |
| YUV | 133.77 | 114.03 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 109 | 0 | 0.64 | 0.54 | 0.07 | 350.86 | 0.81 | 0.63 |
| Hex | ED | 56 | 6D | 0 | 40 | 36 | 7 | 15F | 51 | 3F |
| Octal | 355 | 126 | 155 | 0 | 100 | 66 | 7 | 537 | 121 | 77 |
| Binary | 11101101 | 1010110 | 1101101 | 0 | 1000000 | 110110 | 111 | 101011111 | 1010001 | 111111 |
Color Harmonies of #ED566D
Complementary color
Monochromatic Colors of #ED566D
Black with #ED566D
Text Example
Text Example
White with #ED566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED566D; }
p { color: rgb(237,86,109); }
H1.HeaderClassName
{
color: #ED566D;
}
.AnyTagClassName
{
color: #ED566D;
}
</style>
background-color css
<style>
a { background-color: #ED566D; }
a { background-color: rgb(237,86,109); }
div.DivClassName
{
background-color: #ED566D;
}
.BgClassName
{
background-color: #ED566D;
}
</style>
border-color css
<style>
span { border-color: #ED566D; }
span { border-color: rgb(237,86,109); }
td.TdClassName
{
border-color: #ED566D;
}
.TagClassName
{
border-color: #ED566D;
}
</style>