Shades of Wild Watermelon #EF5671
Tints of Wild Watermelon #EF5671
RGB
CMYK
RGB Variations
Color information
#EF5671 (or 0xEF5671) is known color: Wild Watermelon. HEX triplet: EF, 56 and 71. RGB value is (239,86,113). Sum of RGB (Red+Green+Blue) = 239+86+113=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5671 is #10A98E. Grayscale: #868686. Windows color (decimal): -1091983 or 7427823. OLE color: 7427823.
HSL color Cylindrical-coordinate representation of color #EF5671: hue angle of 349.41º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5671 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 113 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.06 |
| HSL | 349.41º | 0.83% | 0.64% | - |
| HSV(B) | 349.41º | 0.64% | 0.94% | - |
| XYZ | 41.91 | 26.2 | 18.47 | - |
| YUV | 134.83 | 115.69 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 113 | 0 | 0.64 | 0.53 | 0.06 | 349.41 | 0.83 | 0.64 |
| Hex | EF | 56 | 71 | 0 | 40 | 35 | 6 | 15D | 53 | 40 |
| Octal | 357 | 126 | 161 | 0 | 100 | 65 | 6 | 535 | 123 | 100 |
| Binary | 11101111 | 1010110 | 1110001 | 0 | 1000000 | 110101 | 110 | 101011101 | 1010011 | 1000000 |
Color Harmonies of #EF5671
Complementary color
Monochromatic Colors of #EF5671
Black with #EF5671
Text Example
Text Example
White with #EF5671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5671; }
p { color: rgb(239,86,113); }
H1.HeaderClassName
{
color: #EF5671;
}
.AnyTagClassName
{
color: #EF5671;
}
</style>
background-color css
<style>
a { background-color: #EF5671; }
a { background-color: rgb(239,86,113); }
div.DivClassName
{
background-color: #EF5671;
}
.BgClassName
{
background-color: #EF5671;
}
</style>
border-color css
<style>
span { border-color: #EF5671; }
span { border-color: rgb(239,86,113); }
td.TdClassName
{
border-color: #EF5671;
}
.TagClassName
{
border-color: #EF5671;
}
</style>