Html5 Canvas gives you the ability to fetch and change the color of any pixel on the canvas.
You can use Canvas's pixel manipulation to:
Create a color-picker for an image or select a color on a color-wheel.
Create complex image filters like blurring and edge detection.
Recolor any part of an ...