Shades of Wild Watermelon #EF5968
Tints of Wild Watermelon #EF5968
RGB
CMYK
RGB Variations
Color information
#EF5968 (or 0xEF5968) is known color: Wild Watermelon. HEX triplet: EF, 59 and 68. RGB value is (239,89,104). Sum of RGB (Red+Green+Blue) = 239+89+104=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5968 is #10A697. Grayscale: #878787. Windows color (decimal): -1091224 or 6838767. OLE color: 6838767.
HSL color Cylindrical-coordinate representation of color #EF5968: hue angle of 354º 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 #EF5968 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 104 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.06 |
| HSL | 354º | 0.82% | 0.64% | - |
| HSV(B) | 354º | 0.63% | 0.94% | - |
| XYZ | 41.67 | 26.49 | 16.01 | - |
| YUV | 135.56 | 110.2 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 104 | 0 | 0.63 | 0.56 | 0.06 | 354 | 0.82 | 0.64 |
| Hex | EF | 59 | 68 | 0 | 3F | 38 | 6 | 162 | 52 | 40 |
| Octal | 357 | 131 | 150 | 0 | 77 | 70 | 6 | 542 | 122 | 100 |
| Binary | 11101111 | 1011001 | 1101000 | 0 | 111111 | 111000 | 110 | 101100010 | 1010010 | 1000000 |
Color Harmonies of #EF5968
Complementary color
Monochromatic Colors of #EF5968
Black with #EF5968
Text Example
Text Example
White with #EF5968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5968; }
p { color: rgb(239,89,104); }
H1.HeaderClassName
{
color: #EF5968;
}
.AnyTagClassName
{
color: #EF5968;
}
</style>
background-color css
<style>
a { background-color: #EF5968; }
a { background-color: rgb(239,89,104); }
div.DivClassName
{
background-color: #EF5968;
}
.BgClassName
{
background-color: #EF5968;
}
</style>
border-color css
<style>
span { border-color: #EF5968; }
span { border-color: rgb(239,89,104); }
td.TdClassName
{
border-color: #EF5968;
}
.TagClassName
{
border-color: #EF5968;
}
</style>