Shades of Wild Watermelon #EF596D
Tints of Wild Watermelon #EF596D
RGB
CMYK
RGB Variations
Color information
#EF596D (or 0xEF596D) is known color: Wild Watermelon. HEX triplet: EF, 59 and 6D. RGB value is (239,89,109). Sum of RGB (Red+Green+Blue) = 239+89+109=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF596D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF596D is #10A692. Grayscale: #888888. Windows color (decimal): -1091219 or 7166447. OLE color: 7166447.
HSL color Cylindrical-coordinate representation of color #EF596D: hue angle of 352º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF596D is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 109 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.06 |
| HSL | 352º | 0.82% | 0.64% | - |
| HSV(B) | 352º | 0.63% | 0.94% | - |
| XYZ | 41.93 | 26.6 | 17.39 | - |
| YUV | 136.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 109 | 0 | 0.63 | 0.54 | 0.06 | 352 | 0.82 | 0.64 |
| Hex | EF | 59 | 6D | 0 | 3F | 36 | 6 | 160 | 52 | 40 |
| Octal | 357 | 131 | 155 | 0 | 77 | 66 | 6 | 540 | 122 | 100 |
| Binary | 11101111 | 1011001 | 1101101 | 0 | 111111 | 110110 | 110 | 101100000 | 1010010 | 1000000 |
Color Harmonies of #EF596D
Complementary color
Monochromatic Colors of #EF596D
Black with #EF596D
Text Example
Text Example
White with #EF596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF596D; }
p { color: rgb(239,89,109); }
H1.HeaderClassName
{
color: #EF596D;
}
.AnyTagClassName
{
color: #EF596D;
}
</style>
background-color css
<style>
a { background-color: #EF596D; }
a { background-color: rgb(239,89,109); }
div.DivClassName
{
background-color: #EF596D;
}
.BgClassName
{
background-color: #EF596D;
}
</style>
border-color css
<style>
span { border-color: #EF596D; }
span { border-color: rgb(239,89,109); }
td.TdClassName
{
border-color: #EF596D;
}
.TagClassName
{
border-color: #EF596D;
}
</style>