Shades of Wild Watermelon #EF5570
Tints of Wild Watermelon #EF5570
RGB
CMYK
RGB Variations
Color information
#EF5570 (or 0xEF5570) is known color: Wild Watermelon. HEX triplet: EF, 55 and 70. RGB value is (239,85,112). Sum of RGB (Red+Green+Blue) = 239+85+112=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5570 is #10AA8F. Grayscale: #868686. Windows color (decimal): -1092240 or 7362031. OLE color: 7362031.
HSL color Cylindrical-coordinate representation of color #EF5570: hue angle of 349.48º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5570 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 112 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.06 |
| HSL | 349.48º | 0.83% | 0.64% | - |
| HSV(B) | 349.48º | 0.64% | 0.94% | - |
| XYZ | 41.77 | 26.02 | 18.15 | - |
| YUV | 134.12 | 115.52 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 112 | 0 | 0.64 | 0.53 | 0.06 | 349.48 | 0.83 | 0.64 |
| Hex | EF | 55 | 70 | 0 | 40 | 35 | 6 | 15D | 53 | 40 |
| Octal | 357 | 125 | 160 | 0 | 100 | 65 | 6 | 535 | 123 | 100 |
| Binary | 11101111 | 1010101 | 1110000 | 0 | 1000000 | 110101 | 110 | 101011101 | 1010011 | 1000000 |
Color Harmonies of #EF5570
Complementary color
Monochromatic Colors of #EF5570
Black with #EF5570
Text Example
Text Example
White with #EF5570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5570; }
p { color: rgb(239,85,112); }
H1.HeaderClassName
{
color: #EF5570;
}
.AnyTagClassName
{
color: #EF5570;
}
</style>
background-color css
<style>
a { background-color: #EF5570; }
a { background-color: rgb(239,85,112); }
div.DivClassName
{
background-color: #EF5570;
}
.BgClassName
{
background-color: #EF5570;
}
</style>
border-color css
<style>
span { border-color: #EF5570; }
span { border-color: rgb(239,85,112); }
td.TdClassName
{
border-color: #EF5570;
}
.TagClassName
{
border-color: #EF5570;
}
</style>