Shades of Wild Watermelon #EC586B
Tints of Wild Watermelon #EC586B
RGB
CMYK
RGB Variations
Color information
#EC586B (or 0xEC586B) is known color: Wild Watermelon. HEX triplet: EC, 58 and 6B. RGB value is (236,88,107). Sum of RGB (Red+Green+Blue) = 236+88+107=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC586B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC586B is #13A794. Grayscale: #868686. Windows color (decimal): -1288085 or 7035116. OLE color: 7035116.
HSL color Cylindrical-coordinate representation of color #EC586B: hue angle of 352.3º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC586B is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 107 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.07 |
| HSL | 352.3º | 0.8% | 0.64% | - |
| HSV(B) | 352.3º | 0.63% | 0.93% | - |
| XYZ | 40.74 | 25.87 | 16.76 | - |
| YUV | 134.42 | 112.53 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 107 | 0 | 0.63 | 0.55 | 0.07 | 352.3 | 0.8 | 0.64 |
| Hex | EC | 58 | 6B | 0 | 3F | 37 | 7 | 160 | 50 | 40 |
| Octal | 354 | 130 | 153 | 0 | 77 | 67 | 7 | 540 | 120 | 100 |
| Binary | 11101100 | 1011000 | 1101011 | 0 | 111111 | 110111 | 111 | 101100000 | 1010000 | 1000000 |
Color Harmonies of #EC586B
Complementary color
Monochromatic Colors of #EC586B
Black with #EC586B
Text Example
Text Example
White with #EC586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC586B; }
p { color: rgb(236,88,107); }
H1.HeaderClassName
{
color: #EC586B;
}
.AnyTagClassName
{
color: #EC586B;
}
</style>
background-color css
<style>
a { background-color: #EC586B; }
a { background-color: rgb(236,88,107); }
div.DivClassName
{
background-color: #EC586B;
}
.BgClassName
{
background-color: #EC586B;
}
</style>
border-color css
<style>
span { border-color: #EC586B; }
span { border-color: rgb(236,88,107); }
td.TdClassName
{
border-color: #EC586B;
}
.TagClassName
{
border-color: #EC586B;
}
</style>