Shades of Wild Watermelon #EC536B
Tints of Wild Watermelon #EC536B
RGB
CMYK
RGB Variations
Color information
#EC536B (or 0xEC536B) is known color: Wild Watermelon. HEX triplet: EC, 53 and 6B. RGB value is (236,83,107). Sum of RGB (Red+Green+Blue) = 236+83+107=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC536B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC536B is #13AC94. Grayscale: #838383. Windows color (decimal): -1289365 or 7033836. OLE color: 7033836.
HSL color Cylindrical-coordinate representation of color #EC536B: hue angle of 350.59º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC536B is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 107 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.07 |
| HSL | 350.59º | 0.8% | 0.63% | - |
| HSV(B) | 350.59º | 0.65% | 0.93% | - |
| XYZ | 40.34 | 25.08 | 16.62 | - |
| YUV | 131.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 107 | 0 | 0.65 | 0.55 | 0.07 | 350.59 | 0.8 | 0.63 |
| Hex | EC | 53 | 6B | 0 | 41 | 37 | 7 | 15F | 50 | 3F |
| Octal | 354 | 123 | 153 | 0 | 101 | 67 | 7 | 537 | 120 | 77 |
| Binary | 11101100 | 1010011 | 1101011 | 0 | 1000001 | 110111 | 111 | 101011111 | 1010000 | 111111 |
Color Harmonies of #EC536B
Complementary color
Monochromatic Colors of #EC536B
Black with #EC536B
Text Example
Text Example
White with #EC536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC536B; }
p { color: rgb(236,83,107); }
H1.HeaderClassName
{
color: #EC536B;
}
.AnyTagClassName
{
color: #EC536B;
}
</style>
background-color css
<style>
a { background-color: #EC536B; }
a { background-color: rgb(236,83,107); }
div.DivClassName
{
background-color: #EC536B;
}
.BgClassName
{
background-color: #EC536B;
}
</style>
border-color css
<style>
span { border-color: #EC536B; }
span { border-color: rgb(236,83,107); }
td.TdClassName
{
border-color: #EC536B;
}
.TagClassName
{
border-color: #EC536B;
}
</style>