Shades of Wild Watermelon #EF5472
Tints of Wild Watermelon #EF5472
RGB
CMYK
RGB Variations
Color information
#EF5472 (or 0xEF5472) is known color: Wild Watermelon. HEX triplet: EF, 54 and 72. RGB value is (239,84,114). Sum of RGB (Red+Green+Blue) = 239+84+114=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5472 is #10AB8D. Grayscale: #858585. Windows color (decimal): -1092494 or 7492847. OLE color: 7492847.
HSL color Cylindrical-coordinate representation of color #EF5472: hue angle of 348.39º 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 #EF5472 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 114 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.06 |
| HSL | 348.39º | 0.83% | 0.63% | - |
| HSV(B) | 348.39º | 0.65% | 0.94% | - |
| XYZ | 41.8 | 25.91 | 18.72 | - |
| YUV | 133.77 | 116.85 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 114 | 0 | 0.65 | 0.52 | 0.06 | 348.39 | 0.83 | 0.63 |
| Hex | EF | 54 | 72 | 0 | 41 | 34 | 6 | 15C | 53 | 3F |
| Octal | 357 | 124 | 162 | 0 | 101 | 64 | 6 | 534 | 123 | 77 |
| Binary | 11101111 | 1010100 | 1110010 | 0 | 1000001 | 110100 | 110 | 101011100 | 1010011 | 111111 |
Color Harmonies of #EF5472
Complementary color
Monochromatic Colors of #EF5472
Black with #EF5472
Text Example
Text Example
White with #EF5472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5472; }
p { color: rgb(239,84,114); }
H1.HeaderClassName
{
color: #EF5472;
}
.AnyTagClassName
{
color: #EF5472;
}
</style>
background-color css
<style>
a { background-color: #EF5472; }
a { background-color: rgb(239,84,114); }
div.DivClassName
{
background-color: #EF5472;
}
.BgClassName
{
background-color: #EF5472;
}
</style>
border-color css
<style>
span { border-color: #EF5472; }
span { border-color: rgb(239,84,114); }
td.TdClassName
{
border-color: #EF5472;
}
.TagClassName
{
border-color: #EF5472;
}
</style>