Shades of Wild Watermelon #EF565E
Tints of Wild Watermelon #EF565E
RGB
CMYK
RGB Variations
Color information
#EF565E (or 0xEF565E) is known color: Wild Watermelon. HEX triplet: EF, 56 and 5E. RGB value is (239,86,94). Sum of RGB (Red+Green+Blue) = 239+86+94=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF565E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF565E is #10A9A1. Grayscale: #848484. Windows color (decimal): -1092002 or 6182639. OLE color: 6182639.
HSL color Cylindrical-coordinate representation of color #EF565E: hue angle of 356.86º 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 #EF565E is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 94 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.06 |
| HSL | 356.86º | 0.83% | 0.64% | - |
| HSV(B) | 356.86º | 0.64% | 0.94% | - |
| XYZ | 40.94 | 25.81 | 13.41 | - |
| YUV | 132.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 94 | 0 | 0.64 | 0.61 | 0.06 | 356.86 | 0.83 | 0.64 |
| Hex | EF | 56 | 5E | 0 | 40 | 3D | 6 | 165 | 53 | 40 |
| Octal | 357 | 126 | 136 | 0 | 100 | 75 | 6 | 545 | 123 | 100 |
| Binary | 11101111 | 1010110 | 1011110 | 0 | 1000000 | 111101 | 110 | 101100101 | 1010011 | 1000000 |
Color Harmonies of #EF565E
Complementary color
Monochromatic Colors of #EF565E
Black with #EF565E
Text Example
Text Example
White with #EF565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF565E; }
p { color: rgb(239,86,94); }
H1.HeaderClassName
{
color: #EF565E;
}
.AnyTagClassName
{
color: #EF565E;
}
</style>
background-color css
<style>
a { background-color: #EF565E; }
a { background-color: rgb(239,86,94); }
div.DivClassName
{
background-color: #EF565E;
}
.BgClassName
{
background-color: #EF565E;
}
</style>
border-color css
<style>
span { border-color: #EF565E; }
span { border-color: rgb(239,86,94); }
td.TdClassName
{
border-color: #EF565E;
}
.TagClassName
{
border-color: #EF565E;
}
</style>