Shades of Wild Watermelon #ED596C
Tints of Wild Watermelon #ED596C
RGB
CMYK
RGB Variations
Color information
#ED596C (or 0xED596C) is known color: Wild Watermelon. HEX triplet: ED, 59 and 6C. RGB value is (237,89,108). Sum of RGB (Red+Green+Blue) = 237+89+108=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED596C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED596C is #12A693. Grayscale: #878787. Windows color (decimal): -1222292 or 7100909. OLE color: 7100909.
HSL color Cylindrical-coordinate representation of color #ED596C: hue angle of 352.3º 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 #ED596C is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 108 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.07 |
| HSL | 352.3º | 0.8% | 0.64% | - |
| HSV(B) | 352.3º | 0.62% | 0.93% | - |
| XYZ | 41.2 | 26.23 | 17.08 | - |
| YUV | 135.42 | 112.53 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 108 | 0 | 0.62 | 0.54 | 0.07 | 352.3 | 0.8 | 0.64 |
| Hex | ED | 59 | 6C | 0 | 3E | 36 | 7 | 160 | 50 | 40 |
| Octal | 355 | 131 | 154 | 0 | 76 | 66 | 7 | 540 | 120 | 100 |
| Binary | 11101101 | 1011001 | 1101100 | 0 | 111110 | 110110 | 111 | 101100000 | 1010000 | 1000000 |
Color Harmonies of #ED596C
Complementary color
Monochromatic Colors of #ED596C
Black with #ED596C
Text Example
Text Example
White with #ED596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED596C; }
p { color: rgb(237,89,108); }
H1.HeaderClassName
{
color: #ED596C;
}
.AnyTagClassName
{
color: #ED596C;
}
</style>
background-color css
<style>
a { background-color: #ED596C; }
a { background-color: rgb(237,89,108); }
div.DivClassName
{
background-color: #ED596C;
}
.BgClassName
{
background-color: #ED596C;
}
</style>
border-color css
<style>
span { border-color: #ED596C; }
span { border-color: rgb(237,89,108); }
td.TdClassName
{
border-color: #ED596C;
}
.TagClassName
{
border-color: #ED596C;
}
</style>