MyColorAPI
# Color Extraction & Conversion API This API provides powerful tools for **color analysis and conversion**. It allows users to extract **dominant colors** from images, convert between **HEX and RGB formats**, and generate **harmonious color palettes** using color theory. ### 🔹 Key Features - **Extract Dominant Colors** – Upload an image and get the most prominent colors in **RGB and HEX**…
MyColorAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Welcome Message / |
This is the root endpoint of the API, which returns a simple welcome message. |
| GET |
Generate Harmonious Colors /harmonious-colors |
Generates a harmonious color palette based on the given HEX color and harmony type. |
| GET |
Convert RGB to HEX /rgb-to-hex |
Convert RGB values into a HEX color format. |
| GET |
Convert HEX to RGB /hex-to-rgb |
Convert a HEX color code into RGB format. |
| POST |
Extract Dominant Color /dominant-color |
Upload an image to extract the dominant color. |
| POST |
Extract Multiple Colors /extract-colors |
Upload an image to extract multiple dominant colors. |
MyColorAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $1 / month | 1 / second |
|
| PRO | $5 / month | 2 / second |
|
| ULTRA | $15 / month | 5 / second |
|
| MEGA | $50 / month | 20 / second |
|