Shades of Wild Watermelon #EF595F
Tints of Wild Watermelon #EF595F
RGB
CMYK
RGB Variations
Color information
#EF595F (or 0xEF595F) is known color: Wild Watermelon. HEX triplet: EF, 59 and 5F. RGB value is (239,89,95). Sum of RGB (Red+Green+Blue) = 239+89+95=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF595F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF595F is #10A6A0. Grayscale: #868686. Windows color (decimal): -1091233 or 6248943. OLE color: 6248943.
HSL color Cylindrical-coordinate representation of color #EF595F: hue angle of 357.6º degrees, saturation: 0.82, 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 #EF595F is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 95 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.06 |
| HSL | 357.6º | 0.82% | 0.64% | - |
| HSV(B) | 357.6º | 0.63% | 0.94% | - |
| XYZ | 41.23 | 26.32 | 13.73 | - |
| YUV | 134.53 | 105.7 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 95 | 0 | 0.63 | 0.60 | 0.06 | 357.6 | 0.82 | 0.64 |
| Hex | EF | 59 | 5F | 0 | 3F | 3C | 6 | 166 | 52 | 40 |
| Octal | 357 | 131 | 137 | 0 | 77 | 74 | 6 | 546 | 122 | 100 |
| Binary | 11101111 | 1011001 | 1011111 | 0 | 111111 | 111100 | 110 | 101100110 | 1010010 | 1000000 |
Color Harmonies of #EF595F
Complementary color
Monochromatic Colors of #EF595F
Black with #EF595F
Text Example
Text Example
White with #EF595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF595F; }
p { color: rgb(239,89,95); }
H1.HeaderClassName
{
color: #EF595F;
}
.AnyTagClassName
{
color: #EF595F;
}
</style>
background-color css
<style>
a { background-color: #EF595F; }
a { background-color: rgb(239,89,95); }
div.DivClassName
{
background-color: #EF595F;
}
.BgClassName
{
background-color: #EF595F;
}
</style>
border-color css
<style>
span { border-color: #EF595F; }
span { border-color: rgb(239,89,95); }
td.TdClassName
{
border-color: #EF595F;
}
.TagClassName
{
border-color: #EF595F;
}
</style>