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