Shades of Wild Watermelon #EF5868
Tints of Wild Watermelon #EF5868
RGB
CMYK
RGB Variations
Color information
#EF5868 (or 0xEF5868) is known color: Wild Watermelon. HEX triplet: EF, 58 and 68. RGB value is (239,88,104). Sum of RGB (Red+Green+Blue) = 239+88+104=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5868 is #10A797. Grayscale: #878787. Windows color (decimal): -1091480 or 6838511. OLE color: 6838511.
HSL color Cylindrical-coordinate representation of color #EF5868: hue angle of 353.64º degrees, saturation: 0.83, 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 #EF5868 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 104 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.06 |
| HSL | 353.64º | 0.83% | 0.64% | - |
| HSV(B) | 353.64º | 0.63% | 0.94% | - |
| XYZ | 41.59 | 26.33 | 15.99 | - |
| YUV | 134.97 | 110.53 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 104 | 0 | 0.63 | 0.56 | 0.06 | 353.64 | 0.83 | 0.64 |
| Hex | EF | 58 | 68 | 0 | 3F | 38 | 6 | 162 | 53 | 40 |
| Octal | 357 | 130 | 150 | 0 | 77 | 70 | 6 | 542 | 123 | 100 |
| Binary | 11101111 | 1011000 | 1101000 | 0 | 111111 | 111000 | 110 | 101100010 | 1010011 | 1000000 |
Color Harmonies of #EF5868
Complementary color
Monochromatic Colors of #EF5868
Black with #EF5868
Text Example
Text Example
White with #EF5868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5868; }
p { color: rgb(239,88,104); }
H1.HeaderClassName
{
color: #EF5868;
}
.AnyTagClassName
{
color: #EF5868;
}
</style>
background-color css
<style>
a { background-color: #EF5868; }
a { background-color: rgb(239,88,104); }
div.DivClassName
{
background-color: #EF5868;
}
.BgClassName
{
background-color: #EF5868;
}
</style>
border-color css
<style>
span { border-color: #EF5868; }
span { border-color: rgb(239,88,104); }
td.TdClassName
{
border-color: #EF5868;
}
.TagClassName
{
border-color: #EF5868;
}
</style>