Shades of Wild Watermelon #EF5965
Tints of Wild Watermelon #EF5965
RGB
CMYK
RGB Variations
Color information
#EF5965 (or 0xEF5965) is known color: Wild Watermelon. HEX triplet: EF, 59 and 65. RGB value is (239,89,101). Sum of RGB (Red+Green+Blue) = 239+89+101=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5965 is #10A69A. Grayscale: #878787. Windows color (decimal): -1091227 or 6642159. OLE color: 6642159.
HSL color Cylindrical-coordinate representation of color #EF5965: hue angle of 355.2º 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 #EF5965 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 101 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.06 |
| HSL | 355.2º | 0.82% | 0.64% | - |
| HSV(B) | 355.2º | 0.63% | 0.94% | - |
| XYZ | 41.52 | 26.44 | 15.23 | - |
| YUV | 135.22 | 108.7 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 101 | 0 | 0.63 | 0.58 | 0.06 | 355.2 | 0.82 | 0.64 |
| Hex | EF | 59 | 65 | 0 | 3F | 3A | 6 | 163 | 52 | 40 |
| Octal | 357 | 131 | 145 | 0 | 77 | 72 | 6 | 543 | 122 | 100 |
| Binary | 11101111 | 1011001 | 1100101 | 0 | 111111 | 111010 | 110 | 101100011 | 1010010 | 1000000 |
Color Harmonies of #EF5965
Complementary color
Monochromatic Colors of #EF5965
Black with #EF5965
Text Example
Text Example
White with #EF5965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5965; }
p { color: rgb(239,89,101); }
H1.HeaderClassName
{
color: #EF5965;
}
.AnyTagClassName
{
color: #EF5965;
}
</style>
background-color css
<style>
a { background-color: #EF5965; }
a { background-color: rgb(239,89,101); }
div.DivClassName
{
background-color: #EF5965;
}
.BgClassName
{
background-color: #EF5965;
}
</style>
border-color css
<style>
span { border-color: #EF5965; }
span { border-color: rgb(239,89,101); }
td.TdClassName
{
border-color: #EF5965;
}
.TagClassName
{
border-color: #EF5965;
}
</style>