Shades of Wild Watermelon #EF5571
Tints of Wild Watermelon #EF5571
RGB
CMYK
RGB Variations
Color information
#EF5571 (or 0xEF5571) is known color: Wild Watermelon. HEX triplet: EF, 55 and 71. RGB value is (239,85,113). Sum of RGB (Red+Green+Blue) = 239+85+113=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5571 is #10AA8E. Grayscale: #868686. Windows color (decimal): -1092239 or 7427567. OLE color: 7427567.
HSL color Cylindrical-coordinate representation of color #EF5571: hue angle of 349.09º 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 #EF5571 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 113 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.06 |
| HSL | 349.09º | 0.83% | 0.64% | - |
| HSV(B) | 349.09º | 0.64% | 0.94% | - |
| XYZ | 41.83 | 26.04 | 18.44 | - |
| YUV | 134.24 | 116.02 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 113 | 0 | 0.64 | 0.53 | 0.06 | 349.09 | 0.83 | 0.64 |
| Hex | EF | 55 | 71 | 0 | 40 | 35 | 6 | 15D | 53 | 40 |
| Octal | 357 | 125 | 161 | 0 | 100 | 65 | 6 | 535 | 123 | 100 |
| Binary | 11101111 | 1010101 | 1110001 | 0 | 1000000 | 110101 | 110 | 101011101 | 1010011 | 1000000 |
Color Harmonies of #EF5571
Complementary color
Monochromatic Colors of #EF5571
Black with #EF5571
Text Example
Text Example
White with #EF5571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5571; }
p { color: rgb(239,85,113); }
H1.HeaderClassName
{
color: #EF5571;
}
.AnyTagClassName
{
color: #EF5571;
}
</style>
background-color css
<style>
a { background-color: #EF5571; }
a { background-color: rgb(239,85,113); }
div.DivClassName
{
background-color: #EF5571;
}
.BgClassName
{
background-color: #EF5571;
}
</style>
border-color css
<style>
span { border-color: #EF5571; }
span { border-color: rgb(239,85,113); }
td.TdClassName
{
border-color: #EF5571;
}
.TagClassName
{
border-color: #EF5571;
}
</style>