Shades of Wild Watermelon #EF5470
Tints of Wild Watermelon #EF5470
RGB
CMYK
RGB Variations
Color information
#EF5470 (or 0xEF5470) is known color: Wild Watermelon. HEX triplet: EF, 54 and 70. RGB value is (239,84,112). Sum of RGB (Red+Green+Blue) = 239+84+112=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5470 is #10AB8F. Grayscale: #858585. Windows color (decimal): -1092496 or 7361775. OLE color: 7361775.
HSL color Cylindrical-coordinate representation of color #EF5470: hue angle of 349.16º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF5470 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 112 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.06 |
| HSL | 349.16º | 0.83% | 0.63% | - |
| HSV(B) | 349.16º | 0.65% | 0.94% | - |
| XYZ | 41.69 | 25.86 | 18.12 | - |
| YUV | 133.54 | 115.85 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 112 | 0 | 0.65 | 0.53 | 0.06 | 349.16 | 0.83 | 0.63 |
| Hex | EF | 54 | 70 | 0 | 41 | 35 | 6 | 15D | 53 | 3F |
| Octal | 357 | 124 | 160 | 0 | 101 | 65 | 6 | 535 | 123 | 77 |
| Binary | 11101111 | 1010100 | 1110000 | 0 | 1000001 | 110101 | 110 | 101011101 | 1010011 | 111111 |
Color Harmonies of #EF5470
Complementary color
Monochromatic Colors of #EF5470
Black with #EF5470
Text Example
Text Example
White with #EF5470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5470; }
p { color: rgb(239,84,112); }
H1.HeaderClassName
{
color: #EF5470;
}
.AnyTagClassName
{
color: #EF5470;
}
</style>
background-color css
<style>
a { background-color: #EF5470; }
a { background-color: rgb(239,84,112); }
div.DivClassName
{
background-color: #EF5470;
}
.BgClassName
{
background-color: #EF5470;
}
</style>
border-color css
<style>
span { border-color: #EF5470; }
span { border-color: rgb(239,84,112); }
td.TdClassName
{
border-color: #EF5470;
}
.TagClassName
{
border-color: #EF5470;
}
</style>