Shades of Wild Watermelon #EF5170
Tints of Wild Watermelon #EF5170
RGB
CMYK
RGB Variations
Color information
#EF5170 (or 0xEF5170) is known color: Wild Watermelon. HEX triplet: EF, 51 and 70. RGB value is (239,81,112). Sum of RGB (Red+Green+Blue) = 239+81+112=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5170 is #10AE8F. Grayscale: #838383. Windows color (decimal): -1093264 or 7361007. OLE color: 7361007.
HSL color Cylindrical-coordinate representation of color #EF5170: hue angle of 348.23º 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 #EF5170 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 112 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.06 |
| HSL | 348.23º | 0.83% | 0.63% | - |
| HSV(B) | 348.23º | 0.66% | 0.94% | - |
| XYZ | 41.46 | 25.41 | 18.05 | - |
| YUV | 131.78 | 116.85 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 112 | 0 | 0.66 | 0.53 | 0.06 | 348.23 | 0.83 | 0.63 |
| Hex | EF | 51 | 70 | 0 | 42 | 35 | 6 | 15C | 53 | 3F |
| Octal | 357 | 121 | 160 | 0 | 102 | 65 | 6 | 534 | 123 | 77 |
| Binary | 11101111 | 1010001 | 1110000 | 0 | 1000010 | 110101 | 110 | 101011100 | 1010011 | 111111 |
Color Harmonies of #EF5170
Complementary color
Monochromatic Colors of #EF5170
Black with #EF5170
Text Example
Text Example
White with #EF5170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5170; }
p { color: rgb(239,81,112); }
H1.HeaderClassName
{
color: #EF5170;
}
.AnyTagClassName
{
color: #EF5170;
}
</style>
background-color css
<style>
a { background-color: #EF5170; }
a { background-color: rgb(239,81,112); }
div.DivClassName
{
background-color: #EF5170;
}
.BgClassName
{
background-color: #EF5170;
}
</style>
border-color css
<style>
span { border-color: #EF5170; }
span { border-color: rgb(239,81,112); }
td.TdClassName
{
border-color: #EF5170;
}
.TagClassName
{
border-color: #EF5170;
}
</style>