Shades of Wild Watermelon #EF596B
Tints of Wild Watermelon #EF596B
RGB
CMYK
RGB Variations
Color information
#EF596B (or 0xEF596B) is known color: Wild Watermelon. HEX triplet: EF, 59 and 6B. RGB value is (239,89,107). Sum of RGB (Red+Green+Blue) = 239+89+107=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF596B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF596B is #10A694. Grayscale: #878787. Windows color (decimal): -1091221 or 7035375. OLE color: 7035375.
HSL color Cylindrical-coordinate representation of color #EF596B: hue angle of 352.8º 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 #EF596B is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 107 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.06 |
| HSL | 352.8º | 0.82% | 0.64% | - |
| HSV(B) | 352.8º | 0.63% | 0.94% | - |
| XYZ | 41.82 | 26.56 | 16.83 | - |
| YUV | 135.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 107 | 0 | 0.63 | 0.55 | 0.06 | 352.8 | 0.82 | 0.64 |
| Hex | EF | 59 | 6B | 0 | 3F | 37 | 6 | 161 | 52 | 40 |
| Octal | 357 | 131 | 153 | 0 | 77 | 67 | 6 | 541 | 122 | 100 |
| Binary | 11101111 | 1011001 | 1101011 | 0 | 111111 | 110111 | 110 | 101100001 | 1010010 | 1000000 |
Color Harmonies of #EF596B
Complementary color
Monochromatic Colors of #EF596B
Black with #EF596B
Text Example
Text Example
White with #EF596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF596B; }
p { color: rgb(239,89,107); }
H1.HeaderClassName
{
color: #EF596B;
}
.AnyTagClassName
{
color: #EF596B;
}
</style>
background-color css
<style>
a { background-color: #EF596B; }
a { background-color: rgb(239,89,107); }
div.DivClassName
{
background-color: #EF596B;
}
.BgClassName
{
background-color: #EF596B;
}
</style>
border-color css
<style>
span { border-color: #EF596B; }
span { border-color: rgb(239,89,107); }
td.TdClassName
{
border-color: #EF596B;
}
.TagClassName
{
border-color: #EF596B;
}
</style>