Shades of Wild Watermelon #ED566A
Tints of Wild Watermelon #ED566A
RGB
CMYK
RGB Variations
Color information
#ED566A (or 0xED566A) is known color: Wild Watermelon. HEX triplet: ED, 56 and 6A. RGB value is (237,86,106). Sum of RGB (Red+Green+Blue) = 237+86+106=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED566A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED566A is #12A995. Grayscale: #858585. Windows color (decimal): -1223062 or 6969069. OLE color: 6969069.
HSL color Cylindrical-coordinate representation of color #ED566A: hue angle of 352.05º 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 #ED566A is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 106 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.07 |
| HSL | 352.05º | 0.81% | 0.63% | - |
| HSV(B) | 352.05º | 0.64% | 0.93% | - |
| XYZ | 40.85 | 25.7 | 16.44 | - |
| YUV | 133.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 106 | 0 | 0.64 | 0.55 | 0.07 | 352.05 | 0.81 | 0.63 |
| Hex | ED | 56 | 6A | 0 | 40 | 37 | 7 | 160 | 51 | 3F |
| Octal | 355 | 126 | 152 | 0 | 100 | 67 | 7 | 540 | 121 | 77 |
| Binary | 11101101 | 1010110 | 1101010 | 0 | 1000000 | 110111 | 111 | 101100000 | 1010001 | 111111 |
Color Harmonies of #ED566A
Complementary color
Monochromatic Colors of #ED566A
Black with #ED566A
Text Example
Text Example
White with #ED566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED566A; }
p { color: rgb(237,86,106); }
H1.HeaderClassName
{
color: #ED566A;
}
.AnyTagClassName
{
color: #ED566A;
}
</style>
background-color css
<style>
a { background-color: #ED566A; }
a { background-color: rgb(237,86,106); }
div.DivClassName
{
background-color: #ED566A;
}
.BgClassName
{
background-color: #ED566A;
}
</style>
border-color css
<style>
span { border-color: #ED566A; }
span { border-color: rgb(237,86,106); }
td.TdClassName
{
border-color: #ED566A;
}
.TagClassName
{
border-color: #ED566A;
}
</style>