Shades of Wild Watermelon #EF5861
Tints of Wild Watermelon #EF5861
RGB
CMYK
RGB Variations
Color information
#EF5861 (or 0xEF5861) is known color: Wild Watermelon. HEX triplet: EF, 58 and 61. RGB value is (239,88,97). Sum of RGB (Red+Green+Blue) = 239+88+97=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5861 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5861 is #10A79E. Grayscale: #868686. Windows color (decimal): -1091487 or 6379759. OLE color: 6379759.
HSL color Cylindrical-coordinate representation of color #EF5861: hue angle of 356.42º 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 #EF5861 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 97 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.06 |
| HSL | 356.42º | 0.83% | 0.64% | - |
| HSV(B) | 356.42º | 0.63% | 0.94% | - |
| XYZ | 41.24 | 26.19 | 14.19 | - |
| YUV | 134.18 | 107.03 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 97 | 0 | 0.63 | 0.59 | 0.06 | 356.42 | 0.83 | 0.64 |
| Hex | EF | 58 | 61 | 0 | 3F | 3B | 6 | 164 | 53 | 40 |
| Octal | 357 | 130 | 141 | 0 | 77 | 73 | 6 | 544 | 123 | 100 |
| Binary | 11101111 | 1011000 | 1100001 | 0 | 111111 | 111011 | 110 | 101100100 | 1010011 | 1000000 |
Color Harmonies of #EF5861
Complementary color
Monochromatic Colors of #EF5861
Black with #EF5861
Text Example
Text Example
White with #EF5861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5861; }
p { color: rgb(239,88,97); }
H1.HeaderClassName
{
color: #EF5861;
}
.AnyTagClassName
{
color: #EF5861;
}
</style>
background-color css
<style>
a { background-color: #EF5861; }
a { background-color: rgb(239,88,97); }
div.DivClassName
{
background-color: #EF5861;
}
.BgClassName
{
background-color: #EF5861;
}
</style>
border-color css
<style>
span { border-color: #EF5861; }
span { border-color: rgb(239,88,97); }
td.TdClassName
{
border-color: #EF5861;
}
.TagClassName
{
border-color: #EF5861;
}
</style>