Shades of Wild Watermelon #ED596B
Tints of Wild Watermelon #ED596B
RGB
CMYK
RGB Variations
Color information
#ED596B (or 0xED596B) is known color: Wild Watermelon. HEX triplet: ED, 59 and 6B. RGB value is (237,89,107). Sum of RGB (Red+Green+Blue) = 237+89+107=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED596B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED596B is #12A694. Grayscale: #878787. Windows color (decimal): -1222293 or 7035373. OLE color: 7035373.
HSL color Cylindrical-coordinate representation of color #ED596B: hue angle of 352.7º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED596B is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 107 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.07 |
| HSL | 352.7º | 0.8% | 0.64% | - |
| HSV(B) | 352.7º | 0.62% | 0.93% | - |
| XYZ | 41.15 | 26.21 | 16.8 | - |
| YUV | 135.3 | 112.03 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 107 | 0 | 0.62 | 0.55 | 0.07 | 352.7 | 0.8 | 0.64 |
| Hex | ED | 59 | 6B | 0 | 3E | 37 | 7 | 161 | 50 | 40 |
| Octal | 355 | 131 | 153 | 0 | 76 | 67 | 7 | 541 | 120 | 100 |
| Binary | 11101101 | 1011001 | 1101011 | 0 | 111110 | 110111 | 111 | 101100001 | 1010000 | 1000000 |
Color Harmonies of #ED596B
Complementary color
Monochromatic Colors of #ED596B
Black with #ED596B
Text Example
Text Example
White with #ED596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED596B; }
p { color: rgb(237,89,107); }
H1.HeaderClassName
{
color: #ED596B;
}
.AnyTagClassName
{
color: #ED596B;
}
</style>
background-color css
<style>
a { background-color: #ED596B; }
a { background-color: rgb(237,89,107); }
div.DivClassName
{
background-color: #ED596B;
}
.BgClassName
{
background-color: #ED596B;
}
</style>
border-color css
<style>
span { border-color: #ED596B; }
span { border-color: rgb(237,89,107); }
td.TdClassName
{
border-color: #ED596B;
}
.TagClassName
{
border-color: #ED596B;
}
</style>