Shades of Wild Watermelon #EF566A
Tints of Wild Watermelon #EF566A
RGB
CMYK
RGB Variations
Color information
#EF566A (or 0xEF566A) is known color: Wild Watermelon. HEX triplet: EF, 56 and 6A. RGB value is (239,86,106). Sum of RGB (Red+Green+Blue) = 239+86+106=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF566A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF566A is #10A995. Grayscale: #868686. Windows color (decimal): -1091990 or 6969071. OLE color: 6969071.
HSL color Cylindrical-coordinate representation of color #EF566A: hue angle of 352.16º 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 #EF566A is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 106 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.06 |
| HSL | 352.16º | 0.83% | 0.64% | - |
| HSV(B) | 352.16º | 0.64% | 0.94% | - |
| XYZ | 41.53 | 26.05 | 16.47 | - |
| YUV | 134.03 | 112.19 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 106 | 0 | 0.64 | 0.56 | 0.06 | 352.16 | 0.83 | 0.64 |
| Hex | EF | 56 | 6A | 0 | 40 | 38 | 6 | 160 | 53 | 40 |
| Octal | 357 | 126 | 152 | 0 | 100 | 70 | 6 | 540 | 123 | 100 |
| Binary | 11101111 | 1010110 | 1101010 | 0 | 1000000 | 111000 | 110 | 101100000 | 1010011 | 1000000 |
Color Harmonies of #EF566A
Complementary color
Monochromatic Colors of #EF566A
Black with #EF566A
Text Example
Text Example
White with #EF566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF566A; }
p { color: rgb(239,86,106); }
H1.HeaderClassName
{
color: #EF566A;
}
.AnyTagClassName
{
color: #EF566A;
}
</style>
background-color css
<style>
a { background-color: #EF566A; }
a { background-color: rgb(239,86,106); }
div.DivClassName
{
background-color: #EF566A;
}
.BgClassName
{
background-color: #EF566A;
}
</style>
border-color css
<style>
span { border-color: #EF566A; }
span { border-color: rgb(239,86,106); }
td.TdClassName
{
border-color: #EF566A;
}
.TagClassName
{
border-color: #EF566A;
}
</style>