Shades of Wild Watermelon #EC516B
Tints of Wild Watermelon #EC516B
RGB
CMYK
RGB Variations
Color information
#EC516B (or 0xEC516B) is known color: Wild Watermelon. HEX triplet: EC, 51 and 6B. RGB value is (236,81,107). Sum of RGB (Red+Green+Blue) = 236+81+107=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC516B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC516B is #13AE94. Grayscale: #828282. Windows color (decimal): -1289877 or 7033324. OLE color: 7033324.
HSL color Cylindrical-coordinate representation of color #EC516B: hue angle of 349.94º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC516B is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 107 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.07 |
| HSL | 349.94º | 0.8% | 0.62% | - |
| HSV(B) | 349.94º | 0.66% | 0.93% | - |
| XYZ | 40.19 | 24.78 | 16.57 | - |
| YUV | 130.31 | 114.85 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 107 | 0 | 0.66 | 0.55 | 0.07 | 349.94 | 0.8 | 0.62 |
| Hex | EC | 51 | 6B | 0 | 42 | 37 | 7 | 15E | 50 | 3E |
| Octal | 354 | 121 | 153 | 0 | 102 | 67 | 7 | 536 | 120 | 76 |
| Binary | 11101100 | 1010001 | 1101011 | 0 | 1000010 | 110111 | 111 | 101011110 | 1010000 | 111110 |
Color Harmonies of #EC516B
Complementary color
Monochromatic Colors of #EC516B
Black with #EC516B
Text Example
Text Example
White with #EC516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC516B; }
p { color: rgb(236,81,107); }
H1.HeaderClassName
{
color: #EC516B;
}
.AnyTagClassName
{
color: #EC516B;
}
</style>
background-color css
<style>
a { background-color: #EC516B; }
a { background-color: rgb(236,81,107); }
div.DivClassName
{
background-color: #EC516B;
}
.BgClassName
{
background-color: #EC516B;
}
</style>
border-color css
<style>
span { border-color: #EC516B; }
span { border-color: rgb(236,81,107); }
td.TdClassName
{
border-color: #EC516B;
}
.TagClassName
{
border-color: #EC516B;
}
</style>