Shades of Wild Watermelon #EF5272
Tints of Wild Watermelon #EF5272
RGB
CMYK
RGB Variations
Color information
#EF5272 (or 0xEF5272) is known color: Wild Watermelon. HEX triplet: EF, 52 and 72. RGB value is (239,82,114). Sum of RGB (Red+Green+Blue) = 239+82+114=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5272 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5272 is #10AD8D. Grayscale: #848484. Windows color (decimal): -1093006 or 7492335. OLE color: 7492335.
HSL color Cylindrical-coordinate representation of color #EF5272: hue angle of 347.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF5272 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 114 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.06 |
| HSL | 347.77º | 0.83% | 0.63% | - |
| HSV(B) | 347.77º | 0.66% | 0.94% | - |
| XYZ | 41.65 | 25.6 | 18.67 | - |
| YUV | 132.59 | 117.51 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 114 | 0 | 0.66 | 0.52 | 0.06 | 347.77 | 0.83 | 0.63 |
| Hex | EF | 52 | 72 | 0 | 42 | 34 | 6 | 15C | 53 | 3F |
| Octal | 357 | 122 | 162 | 0 | 102 | 64 | 6 | 534 | 123 | 77 |
| Binary | 11101111 | 1010010 | 1110010 | 0 | 1000010 | 110100 | 110 | 101011100 | 1010011 | 111111 |
Color Harmonies of #EF5272
Complementary color
Monochromatic Colors of #EF5272
Black with #EF5272
Text Example
Text Example
White with #EF5272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5272; }
p { color: rgb(239,82,114); }
H1.HeaderClassName
{
color: #EF5272;
}
.AnyTagClassName
{
color: #EF5272;
}
</style>
background-color css
<style>
a { background-color: #EF5272; }
a { background-color: rgb(239,82,114); }
div.DivClassName
{
background-color: #EF5272;
}
.BgClassName
{
background-color: #EF5272;
}
</style>
border-color css
<style>
span { border-color: #EF5272; }
span { border-color: rgb(239,82,114); }
td.TdClassName
{
border-color: #EF5272;
}
.TagClassName
{
border-color: #EF5272;
}
</style>