Shades of Wild Watermelon #EC586A
Tints of Wild Watermelon #EC586A
RGB
CMYK
RGB Variations
Color information
#EC586A (or 0xEC586A) is known color: Wild Watermelon. HEX triplet: EC, 58 and 6A. RGB value is (236,88,106). Sum of RGB (Red+Green+Blue) = 236+88+106=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC586A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC586A is #13A795. Grayscale: #868686. Windows color (decimal): -1288086 or 6969580. OLE color: 6969580.
HSL color Cylindrical-coordinate representation of color #EC586A: hue angle of 352.7º 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 #EC586A is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 106 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.07 |
| HSL | 352.7º | 0.8% | 0.64% | - |
| HSV(B) | 352.7º | 0.63% | 0.93% | - |
| XYZ | 40.68 | 25.85 | 16.48 | - |
| YUV | 134.3 | 112.03 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 106 | 0 | 0.63 | 0.55 | 0.07 | 352.7 | 0.8 | 0.64 |
| Hex | EC | 58 | 6A | 0 | 3F | 37 | 7 | 161 | 50 | 40 |
| Octal | 354 | 130 | 152 | 0 | 77 | 67 | 7 | 541 | 120 | 100 |
| Binary | 11101100 | 1011000 | 1101010 | 0 | 111111 | 110111 | 111 | 101100001 | 1010000 | 1000000 |
Color Harmonies of #EC586A
Complementary color
Monochromatic Colors of #EC586A
Black with #EC586A
Text Example
Text Example
White with #EC586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC586A; }
p { color: rgb(236,88,106); }
H1.HeaderClassName
{
color: #EC586A;
}
.AnyTagClassName
{
color: #EC586A;
}
</style>
background-color css
<style>
a { background-color: #EC586A; }
a { background-color: rgb(236,88,106); }
div.DivClassName
{
background-color: #EC586A;
}
.BgClassName
{
background-color: #EC586A;
}
</style>
border-color css
<style>
span { border-color: #EC586A; }
span { border-color: rgb(236,88,106); }
td.TdClassName
{
border-color: #EC586A;
}
.TagClassName
{
border-color: #EC586A;
}
</style>