Shades of Wild Watermelon #EF5666
Tints of Wild Watermelon #EF5666
RGB
CMYK
RGB Variations
Color information
#EF5666 (or 0xEF5666) is known color: Wild Watermelon. HEX triplet: EF, 56 and 66. RGB value is (239,86,102). Sum of RGB (Red+Green+Blue) = 239+86+102=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5666 is #10A999. Grayscale: #858585. Windows color (decimal): -1091994 or 6706927. OLE color: 6706927.
HSL color Cylindrical-coordinate representation of color #EF5666: hue angle of 353.73º 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 #EF5666 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 102 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.06 |
| HSL | 353.73º | 0.83% | 0.64% | - |
| HSV(B) | 353.73º | 0.64% | 0.94% | - |
| XYZ | 41.32 | 25.97 | 15.4 | - |
| YUV | 133.57 | 110.19 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 102 | 0 | 0.64 | 0.57 | 0.06 | 353.73 | 0.83 | 0.64 |
| Hex | EF | 56 | 66 | 0 | 40 | 39 | 6 | 162 | 53 | 40 |
| Octal | 357 | 126 | 146 | 0 | 100 | 71 | 6 | 542 | 123 | 100 |
| Binary | 11101111 | 1010110 | 1100110 | 0 | 1000000 | 111001 | 110 | 101100010 | 1010011 | 1000000 |
Color Harmonies of #EF5666
Complementary color
Monochromatic Colors of #EF5666
Black with #EF5666
Text Example
Text Example
White with #EF5666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5666; }
p { color: rgb(239,86,102); }
H1.HeaderClassName
{
color: #EF5666;
}
.AnyTagClassName
{
color: #EF5666;
}
</style>
background-color css
<style>
a { background-color: #EF5666; }
a { background-color: rgb(239,86,102); }
div.DivClassName
{
background-color: #EF5666;
}
.BgClassName
{
background-color: #EF5666;
}
</style>
border-color css
<style>
span { border-color: #EF5666; }
span { border-color: rgb(239,86,102); }
td.TdClassName
{
border-color: #EF5666;
}
.TagClassName
{
border-color: #EF5666;
}
</style>