Shades of Wild Watermelon #EF586B
Tints of Wild Watermelon #EF586B
RGB
CMYK
RGB Variations
Color information
#EF586B (or 0xEF586B) is known color: Wild Watermelon. HEX triplet: EF, 58 and 6B. RGB value is (239,88,107). Sum of RGB (Red+Green+Blue) = 239+88+107=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF586B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF586B is #10A794. Grayscale: #878787. Windows color (decimal): -1091477 or 7035119. OLE color: 7035119.
HSL color Cylindrical-coordinate representation of color #EF586B: hue angle of 352.45º 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 #EF586B is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 107 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.06 |
| HSL | 352.45º | 0.83% | 0.64% | - |
| HSV(B) | 352.45º | 0.63% | 0.94% | - |
| XYZ | 41.74 | 26.39 | 16.8 | - |
| YUV | 135.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 107 | 0 | 0.63 | 0.55 | 0.06 | 352.45 | 0.83 | 0.64 |
| Hex | EF | 58 | 6B | 0 | 3F | 37 | 6 | 160 | 53 | 40 |
| Octal | 357 | 130 | 153 | 0 | 77 | 67 | 6 | 540 | 123 | 100 |
| Binary | 11101111 | 1011000 | 1101011 | 0 | 111111 | 110111 | 110 | 101100000 | 1010011 | 1000000 |
Color Harmonies of #EF586B
Complementary color
Monochromatic Colors of #EF586B
Black with #EF586B
Text Example
Text Example
White with #EF586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF586B; }
p { color: rgb(239,88,107); }
H1.HeaderClassName
{
color: #EF586B;
}
.AnyTagClassName
{
color: #EF586B;
}
</style>
background-color css
<style>
a { background-color: #EF586B; }
a { background-color: rgb(239,88,107); }
div.DivClassName
{
background-color: #EF586B;
}
.BgClassName
{
background-color: #EF586B;
}
</style>
border-color css
<style>
span { border-color: #EF586B; }
span { border-color: rgb(239,88,107); }
td.TdClassName
{
border-color: #EF586B;
}
.TagClassName
{
border-color: #EF586B;
}
</style>