Shades of Wild Watermelon #EF5978
Tints of Wild Watermelon #EF5978
RGB
CMYK
RGB Variations
Color information
#EF5978 (or 0xEF5978) is known color: Wild Watermelon. HEX triplet: EF, 59 and 78. RGB value is (239,89,120). Sum of RGB (Red+Green+Blue) = 239+89+120=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5978 is #10A687. Grayscale: #898989. Windows color (decimal): -1091208 or 7887343. OLE color: 7887343.
HSL color Cylindrical-coordinate representation of color #EF5978: hue angle of 347.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 #EF5978 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 120 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.06 |
| HSL | 347.6º | 0.82% | 0.64% | - |
| HSV(B) | 347.6º | 0.63% | 0.94% | - |
| XYZ | 42.56 | 26.85 | 20.71 | - |
| YUV | 137.38 | 118.2 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 120 | 0 | 0.63 | 0.50 | 0.06 | 347.6 | 0.82 | 0.64 |
| Hex | EF | 59 | 78 | 0 | 3F | 32 | 6 | 15C | 52 | 40 |
| Octal | 357 | 131 | 170 | 0 | 77 | 62 | 6 | 534 | 122 | 100 |
| Binary | 11101111 | 1011001 | 1111000 | 0 | 111111 | 110010 | 110 | 101011100 | 1010010 | 1000000 |
Color Harmonies of #EF5978
Complementary color
Monochromatic Colors of #EF5978
Black with #EF5978
Text Example
Text Example
White with #EF5978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5978; }
p { color: rgb(239,89,120); }
H1.HeaderClassName
{
color: #EF5978;
}
.AnyTagClassName
{
color: #EF5978;
}
</style>
background-color css
<style>
a { background-color: #EF5978; }
a { background-color: rgb(239,89,120); }
div.DivClassName
{
background-color: #EF5978;
}
.BgClassName
{
background-color: #EF5978;
}
</style>
border-color css
<style>
span { border-color: #EF5978; }
span { border-color: rgb(239,89,120); }
td.TdClassName
{
border-color: #EF5978;
}
.TagClassName
{
border-color: #EF5978;
}
</style>