Shades of Wild Watermelon #EF596E
Tints of Wild Watermelon #EF596E
RGB
CMYK
RGB Variations
Color information
#EF596E (or 0xEF596E) is known color: Wild Watermelon. HEX triplet: EF, 59 and 6E. RGB value is (239,89,110). Sum of RGB (Red+Green+Blue) = 239+89+110=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF596E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF596E is #10A691. Grayscale: #888888. Windows color (decimal): -1091218 or 7231983. OLE color: 7231983.
HSL color Cylindrical-coordinate representation of color #EF596E: hue angle of 351.6º 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 #EF596E is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 110 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.06 |
| HSL | 351.6º | 0.82% | 0.64% | - |
| HSV(B) | 351.6º | 0.63% | 0.94% | - |
| XYZ | 41.98 | 26.62 | 17.68 | - |
| YUV | 136.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 110 | 0 | 0.63 | 0.54 | 0.06 | 351.6 | 0.82 | 0.64 |
| Hex | EF | 59 | 6E | 0 | 3F | 36 | 6 | 160 | 52 | 40 |
| Octal | 357 | 131 | 156 | 0 | 77 | 66 | 6 | 540 | 122 | 100 |
| Binary | 11101111 | 1011001 | 1101110 | 0 | 111111 | 110110 | 110 | 101100000 | 1010010 | 1000000 |
Color Harmonies of #EF596E
Complementary color
Monochromatic Colors of #EF596E
Black with #EF596E
Text Example
Text Example
White with #EF596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF596E; }
p { color: rgb(239,89,110); }
H1.HeaderClassName
{
color: #EF596E;
}
.AnyTagClassName
{
color: #EF596E;
}
</style>
background-color css
<style>
a { background-color: #EF596E; }
a { background-color: rgb(239,89,110); }
div.DivClassName
{
background-color: #EF596E;
}
.BgClassName
{
background-color: #EF596E;
}
</style>
border-color css
<style>
span { border-color: #EF596E; }
span { border-color: rgb(239,89,110); }
td.TdClassName
{
border-color: #EF596E;
}
.TagClassName
{
border-color: #EF596E;
}
</style>