Shades of Wild Watermelon #EF516F
Tints of Wild Watermelon #EF516F
RGB
CMYK
RGB Variations
Color information
#EF516F (or 0xEF516F) is known color: Wild Watermelon. HEX triplet: EF, 51 and 6F. RGB value is (239,81,111). Sum of RGB (Red+Green+Blue) = 239+81+111=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF516F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF516F is #10AE90. Grayscale: #838383. Windows color (decimal): -1093265 or 7295471. OLE color: 7295471.
HSL color Cylindrical-coordinate representation of color #EF516F: hue angle of 348.61º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF516F is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 111 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.06 |
| HSL | 348.61º | 0.83% | 0.63% | - |
| HSV(B) | 348.61º | 0.66% | 0.94% | - |
| XYZ | 41.41 | 25.38 | 17.76 | - |
| YUV | 131.66 | 116.35 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 111 | 0 | 0.66 | 0.54 | 0.06 | 348.61 | 0.83 | 0.63 |
| Hex | EF | 51 | 6F | 0 | 42 | 36 | 6 | 15D | 53 | 3F |
| Octal | 357 | 121 | 157 | 0 | 102 | 66 | 6 | 535 | 123 | 77 |
| Binary | 11101111 | 1010001 | 1101111 | 0 | 1000010 | 110110 | 110 | 101011101 | 1010011 | 111111 |
Color Harmonies of #EF516F
Complementary color
Monochromatic Colors of #EF516F
Black with #EF516F
Text Example
Text Example
White with #EF516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF516F; }
p { color: rgb(239,81,111); }
H1.HeaderClassName
{
color: #EF516F;
}
.AnyTagClassName
{
color: #EF516F;
}
</style>
background-color css
<style>
a { background-color: #EF516F; }
a { background-color: rgb(239,81,111); }
div.DivClassName
{
background-color: #EF516F;
}
.BgClassName
{
background-color: #EF516F;
}
</style>
border-color css
<style>
span { border-color: #EF516F; }
span { border-color: rgb(239,81,111); }
td.TdClassName
{
border-color: #EF516F;
}
.TagClassName
{
border-color: #EF516F;
}
</style>