Shades of Wild Watermelon #EF5973
Tints of Wild Watermelon #EF5973
RGB
CMYK
RGB Variations
Color information
#EF5973 (or 0xEF5973) is known color: Wild Watermelon. HEX triplet: EF, 59 and 73. RGB value is (239,89,115). Sum of RGB (Red+Green+Blue) = 239+89+115=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5973 is #10A68C. Grayscale: #888888. Windows color (decimal): -1091213 or 7559663. OLE color: 7559663.
HSL color Cylindrical-coordinate representation of color #EF5973: hue angle of 349.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 #EF5973 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 115 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.06 |
| HSL | 349.6º | 0.82% | 0.64% | - |
| HSV(B) | 349.6º | 0.63% | 0.94% | - |
| XYZ | 42.26 | 26.73 | 19.15 | - |
| YUV | 136.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 115 | 0 | 0.63 | 0.52 | 0.06 | 349.6 | 0.82 | 0.64 |
| Hex | EF | 59 | 73 | 0 | 3F | 34 | 6 | 15E | 52 | 40 |
| Octal | 357 | 131 | 163 | 0 | 77 | 64 | 6 | 536 | 122 | 100 |
| Binary | 11101111 | 1011001 | 1110011 | 0 | 111111 | 110100 | 110 | 101011110 | 1010010 | 1000000 |
Color Harmonies of #EF5973
Complementary color
Monochromatic Colors of #EF5973
Black with #EF5973
Text Example
Text Example
White with #EF5973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5973; }
p { color: rgb(239,89,115); }
H1.HeaderClassName
{
color: #EF5973;
}
.AnyTagClassName
{
color: #EF5973;
}
</style>
background-color css
<style>
a { background-color: #EF5973; }
a { background-color: rgb(239,89,115); }
div.DivClassName
{
background-color: #EF5973;
}
.BgClassName
{
background-color: #EF5973;
}
</style>
border-color css
<style>
span { border-color: #EF5973; }
span { border-color: rgb(239,89,115); }
td.TdClassName
{
border-color: #EF5973;
}
.TagClassName
{
border-color: #EF5973;
}
</style>