Shades of Wild Watermelon #EF5869
Tints of Wild Watermelon #EF5869
RGB
CMYK
RGB Variations
Color information
#EF5869 (or 0xEF5869) is known color: Wild Watermelon. HEX triplet: EF, 58 and 69. RGB value is (239,88,105). Sum of RGB (Red+Green+Blue) = 239+88+105=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5869 is #10A796. Grayscale: #878787. Windows color (decimal): -1091479 or 6904047. OLE color: 6904047.
HSL color Cylindrical-coordinate representation of color #EF5869: hue angle of 353.25º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5869 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 105 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.06 |
| HSL | 353.25º | 0.83% | 0.64% | - |
| HSV(B) | 353.25º | 0.63% | 0.94% | - |
| XYZ | 41.64 | 26.35 | 16.26 | - |
| YUV | 135.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 105 | 0 | 0.63 | 0.56 | 0.06 | 353.25 | 0.83 | 0.64 |
| Hex | EF | 58 | 69 | 0 | 3F | 38 | 6 | 161 | 53 | 40 |
| Octal | 357 | 130 | 151 | 0 | 77 | 70 | 6 | 541 | 123 | 100 |
| Binary | 11101111 | 1011000 | 1101001 | 0 | 111111 | 111000 | 110 | 101100001 | 1010011 | 1000000 |
Color Harmonies of #EF5869
Complementary color
Monochromatic Colors of #EF5869
Black with #EF5869
Text Example
Text Example
White with #EF5869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5869; }
p { color: rgb(239,88,105); }
H1.HeaderClassName
{
color: #EF5869;
}
.AnyTagClassName
{
color: #EF5869;
}
</style>
background-color css
<style>
a { background-color: #EF5869; }
a { background-color: rgb(239,88,105); }
div.DivClassName
{
background-color: #EF5869;
}
.BgClassName
{
background-color: #EF5869;
}
</style>
border-color css
<style>
span { border-color: #EF5869; }
span { border-color: rgb(239,88,105); }
td.TdClassName
{
border-color: #EF5869;
}
.TagClassName
{
border-color: #EF5869;
}
</style>