I am curious why this doesn't work in MS Edge / IE browsers. Is the blend-mode property not available there? I was not able to dig up any information on it.
.blended {
background-image: url(image.png);
background-color: red;
background-blend-mode: multiply;
}