Categories

Color Mixer

Mix multiple colors together with different blending modes and ratios

API Documentation

Request Endpoint

POST /en/api/tools/color-mixer

Request Parameters

Parameter Name Type Required Description
color1 color Yes -
ratio1 number No -
color2 color Yes -
ratio2 number No -
color3 color No -
ratio3 number No -
color4 color No -
ratio4 number No -
color5 color No -
ratio5 number No -
mode select Yes -

Response Format

{
  "result": "
Processed HTML content
", "error": "Error message (optional)", "message": "Notification message (optional)", "metadata": { "key": "value" } }
HTML: HTML

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-color-mixer": {
      "name": "color-mixer",
      "description": "Mix multiple colors together with different blending modes and ratios",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=color-mixer",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]