Shades of Wild Watermelon #EF5977
Tints of Wild Watermelon #EF5977
RGB
CMYK
RGB Variations
Color information
#EF5977 (or 0xEF5977) is known color: Wild Watermelon. HEX triplet: EF, 59 and 77. RGB value is (239,89,119). Sum of RGB (Red+Green+Blue) = 239+89+119=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5977 is #10A688. Grayscale: #898989. Windows color (decimal): -1091209 or 7821807. OLE color: 7821807.
HSL color Cylindrical-coordinate representation of color #EF5977: hue angle of 348º 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 #EF5977 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 119 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.06 |
| HSL | 348º | 0.82% | 0.64% | - |
| HSV(B) | 348º | 0.63% | 0.94% | - |
| XYZ | 42.5 | 26.83 | 20.39 | - |
| YUV | 137.27 | 117.7 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 119 | 0 | 0.63 | 0.50 | 0.06 | 348 | 0.82 | 0.64 |
| Hex | EF | 59 | 77 | 0 | 3F | 32 | 6 | 15C | 52 | 40 |
| Octal | 357 | 131 | 167 | 0 | 77 | 62 | 6 | 534 | 122 | 100 |
| Binary | 11101111 | 1011001 | 1110111 | 0 | 111111 | 110010 | 110 | 101011100 | 1010010 | 1000000 |
Color Harmonies of #EF5977
Complementary color
Monochromatic Colors of #EF5977
Black with #EF5977
Text Example
Text Example
White with #EF5977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5977; }
p { color: rgb(239,89,119); }
H1.HeaderClassName
{
color: #EF5977;
}
.AnyTagClassName
{
color: #EF5977;
}
</style>
background-color css
<style>
a { background-color: #EF5977; }
a { background-color: rgb(239,89,119); }
div.DivClassName
{
background-color: #EF5977;
}
.BgClassName
{
background-color: #EF5977;
}
</style>
border-color css
<style>
span { border-color: #EF5977; }
span { border-color: rgb(239,89,119); }
td.TdClassName
{
border-color: #EF5977;
}
.TagClassName
{
border-color: #EF5977;
}
</style>