Categories

Image Hue Adjustment

Adjust image hue to shift colors and create color effects

Click to upload file or drag and drop file here

Maximum file size: 10MB Supported formats: image/jpeg, image/png, image/webp, image/gif, image/bmp, image/tiff

Upload any image file (JPEG, PNG, WebP, GIF, BMP, TIFF) to adjust hue

-180 0 180

Hue shift in degrees (-180 to 180). 0 = original, positive shifts colors clockwise

Choose output format or keep original. PNG recommended for maximum quality

Output quality for lossy formats (JPEG, WebP). Higher = better quality but larger file size

Key Facts

Category
Design
Input Types
file, range, select, number
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

Easily shift the colors of your photos and graphics with our Image Hue Adjustment tool. By rotating the hue spectrum, you can instantly transform the color palette of any image, create artistic filters, or correct color imbalances without complex editing software.

When to Use

  • When you need to quickly change the color scheme of a graphic or logo to match a new brand identity.
  • When you want to create stylized, artistic photo effects by shifting the entire color spectrum.
  • When you need to batch-process images to ensure consistent color tones across a series of assets.

How It Works

  • Upload your image file (JPEG, PNG, WebP, GIF, BMP, or TIFF).
  • Use the Hue Shift slider to rotate the color spectrum between -180 and 180 degrees.
  • Select your preferred output format and quality settings.
  • Download your color-adjusted image instantly.

Use Cases

Creating consistent color-coded icons for web design projects.
Applying creative color tints to black and white or neutral-toned photography.
Rapidly prototyping different color variations for product marketing assets.

Examples

1. Brand Color Adaptation

Graphic Designer
Background
A designer has a set of blue icons that need to match a client's new green-themed brand identity.
Problem
Manually recoloring each icon in professional software is time-consuming.
How to Use
Upload the icon set and apply a specific hue shift value to align the blue tones with the brand's green palette.
Example Config
Hue Shift: 60, Output Format: PNG
Outcome
The icons are instantly converted to the correct brand color while maintaining their original transparency and detail.

2. Artistic Photo Styling

Social Media Manager
Background
A series of sunset photos look too similar and need a unique, stylized look for a campaign.
Problem
The photos lack a distinct visual mood to stand out in a social media feed.
How to Use
Upload the photos and use the hue slider to shift the colors toward a warmer, more dramatic purple and orange spectrum.
Example Config
Hue Shift: -30, Output Format: WebP, Quality: 90
Outcome
The images feature a cohesive, stylized color grade that creates a professional and artistic aesthetic.

Try with Samples

image, png, jpg

Related Hubs

FAQ

What is a hue shift?

A hue shift rotates the colors of an image around the color wheel, changing the overall color appearance while maintaining brightness and saturation.

Which file formats are supported?

You can upload JPEG, PNG, WebP, GIF, BMP, and TIFF files.

Can I change the output format?

Yes, you can choose to keep the original format or convert your image to JPEG, PNG, or WebP.

Does this tool reduce image quality?

You can control the quality for lossy formats like JPEG and WebP using the quality slider (1-100) to balance file size and visual fidelity.

Is there a limit to the file size?

Yes, the maximum file size for uploads is 10 MB.

API Documentation

Request Endpoint

POST /en/api/tools/image-hue

Request Parameters

Parameter Name Type Required Description
imageFile file (Upload required) Yes Upload any image file (JPEG, PNG, WebP, GIF, BMP, TIFF) to adjust hue
hue range No Hue shift in degrees (-180 to 180). 0 = original, positive shifts colors clockwise
format select No Choose output format or keep original. PNG recommended for maximum quality
quality number No Output quality for lossy formats (JPEG, WebP). Higher = better quality but larger file size

File type parameters need to be uploaded first via POST /upload/image-hue to get filePath, then pass filePath to the corresponding file field.

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-image-hue": {
      "name": "image-hue",
      "description": "Adjust image hue to shift colors and create color effects",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=image-hue",
      "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.

Supports URL file links or Base64 encoding for file parameters.

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