Shades of Wild Watermelon #EF5D6F
Tints of Wild Watermelon #EF5D6F
RGB
CMYK
RGB Variations
Color information
#EF5D6F (or 0xEF5D6F) is known color: Wild Watermelon. HEX triplet: EF, 5D and 6F. RGB value is (239,93,111). Sum of RGB (Red+Green+Blue) = 239+93+111=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5D6F is #10A290. Grayscale: #8A8A8A. Windows color (decimal): -1090193 or 7298543. OLE color: 7298543.
HSL color Cylindrical-coordinate representation of color #EF5D6F: hue angle of 352.6º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5D6F is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 111 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.06 |
| HSL | 352.6º | 0.82% | 0.65% | - |
| HSV(B) | 352.6º | 0.61% | 0.94% | - |
| XYZ | 42.38 | 27.33 | 18.08 | - |
| YUV | 138.71 | 112.37 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 111 | 0 | 0.61 | 0.54 | 0.06 | 352.6 | 0.82 | 0.65 |
| Hex | EF | 5D | 6F | 0 | 3D | 36 | 6 | 161 | 52 | 41 |
| Octal | 357 | 135 | 157 | 0 | 75 | 66 | 6 | 541 | 122 | 101 |
| Binary | 11101111 | 1011101 | 1101111 | 0 | 111101 | 110110 | 110 | 101100001 | 1010010 | 1000001 |
Color Harmonies of #EF5D6F
Complementary color
Monochromatic Colors of #EF5D6F
Black with #EF5D6F
Text Example
Text Example
White with #EF5D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D6F; }
p { color: rgb(239,93,111); }
H1.HeaderClassName
{
color: #EF5D6F;
}
.AnyTagClassName
{
color: #EF5D6F;
}
</style>
background-color css
<style>
a { background-color: #EF5D6F; }
a { background-color: rgb(239,93,111); }
div.DivClassName
{
background-color: #EF5D6F;
}
.BgClassName
{
background-color: #EF5D6F;
}
</style>
border-color css
<style>
span { border-color: #EF5D6F; }
span { border-color: rgb(239,93,111); }
td.TdClassName
{
border-color: #EF5D6F;
}
.TagClassName
{
border-color: #EF5D6F;
}
</style>