Shades of Wild Watermelon #EF5573
Tints of Wild Watermelon #EF5573
RGB
CMYK
RGB Variations
Color information
#EF5573 (or 0xEF5573) is known color: Wild Watermelon. HEX triplet: EF, 55 and 73. RGB value is (239,85,115). Sum of RGB (Red+Green+Blue) = 239+85+115=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5573 is #10AA8C. Grayscale: #868686. Windows color (decimal): -1092237 or 7558639. OLE color: 7558639.
HSL color Cylindrical-coordinate representation of color #EF5573: hue angle of 348.31º 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 #EF5573 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 115 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.06 |
| HSL | 348.31º | 0.83% | 0.64% | - |
| HSV(B) | 348.31º | 0.64% | 0.94% | - |
| XYZ | 41.94 | 26.09 | 19.04 | - |
| YUV | 134.47 | 117.02 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 115 | 0 | 0.64 | 0.52 | 0.06 | 348.31 | 0.83 | 0.64 |
| Hex | EF | 55 | 73 | 0 | 40 | 34 | 6 | 15C | 53 | 40 |
| Octal | 357 | 125 | 163 | 0 | 100 | 64 | 6 | 534 | 123 | 100 |
| Binary | 11101111 | 1010101 | 1110011 | 0 | 1000000 | 110100 | 110 | 101011100 | 1010011 | 1000000 |
Color Harmonies of #EF5573
Complementary color
Monochromatic Colors of #EF5573
Black with #EF5573
Text Example
Text Example
White with #EF5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5573; }
p { color: rgb(239,85,115); }
H1.HeaderClassName
{
color: #EF5573;
}
.AnyTagClassName
{
color: #EF5573;
}
</style>
background-color css
<style>
a { background-color: #EF5573; }
a { background-color: rgb(239,85,115); }
div.DivClassName
{
background-color: #EF5573;
}
.BgClassName
{
background-color: #EF5573;
}
</style>
border-color css
<style>
span { border-color: #EF5573; }
span { border-color: rgb(239,85,115); }
td.TdClassName
{
border-color: #EF5573;
}
.TagClassName
{
border-color: #EF5573;
}
</style>