Shades of Wild Watermelon #EF5563
Tints of Wild Watermelon #EF5563
RGB
CMYK
RGB Variations
Color information
#EF5563 (or 0xEF5563) is known color: Wild Watermelon. HEX triplet: EF, 55 and 63. RGB value is (239,85,99). Sum of RGB (Red+Green+Blue) = 239+85+99=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5563 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5563 is #10AA9C. Grayscale: #848484. Windows color (decimal): -1092253 or 6510063. OLE color: 6510063.
HSL color Cylindrical-coordinate representation of color #EF5563: hue angle of 354.55º 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 #EF5563 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 99 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.06 |
| HSL | 354.55º | 0.83% | 0.64% | - |
| HSV(B) | 354.55º | 0.64% | 0.94% | - |
| XYZ | 41.1 | 25.75 | 14.61 | - |
| YUV | 132.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 99 | 0 | 0.64 | 0.59 | 0.06 | 354.55 | 0.83 | 0.64 |
| Hex | EF | 55 | 63 | 0 | 40 | 3B | 6 | 163 | 53 | 40 |
| Octal | 357 | 125 | 143 | 0 | 100 | 73 | 6 | 543 | 123 | 100 |
| Binary | 11101111 | 1010101 | 1100011 | 0 | 1000000 | 111011 | 110 | 101100011 | 1010011 | 1000000 |
Color Harmonies of #EF5563
Complementary color
Monochromatic Colors of #EF5563
Black with #EF5563
Text Example
Text Example
White with #EF5563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5563; }
p { color: rgb(239,85,99); }
H1.HeaderClassName
{
color: #EF5563;
}
.AnyTagClassName
{
color: #EF5563;
}
</style>
background-color css
<style>
a { background-color: #EF5563; }
a { background-color: rgb(239,85,99); }
div.DivClassName
{
background-color: #EF5563;
}
.BgClassName
{
background-color: #EF5563;
}
</style>
border-color css
<style>
span { border-color: #EF5563; }
span { border-color: rgb(239,85,99); }
td.TdClassName
{
border-color: #EF5563;
}
.TagClassName
{
border-color: #EF5563;
}
</style>