Color #EA7AAF

HEX

#EA7AAF

RGB

(234, 122, 175)

Quick Actions

Color Values

Color Space Values
RGB
R: 234, G: 122, B: 175 (92%, 48%, 69%)
CMYK C: 0%, M: 48%, Y: 25%, K: 8%
HSL H: 332°, S: 73%, L: 70%
HSV H: 332°, S: 48%, V: 92%
CIE-LAB L: 65.37, a: 49.19, b: -8.3
CIE-LCH L: 65.37, C: 49.89, H: 350.42
Hunter-Lab L: 58.75, a: 42.06, b: -12.08
Web Safe
#ff6699
Complementary
#7aeab4

#EA7AAF is a color with RGB values of 234 red, 122 green, and 175 blue (92%, 48%, 69% respectively). In the CMYK color space, it consists of 0% cyan, 48% magenta, 25% yellow, and 8% black. The color has a hue angle of 332°, 73% saturation, and 70% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #ff6699. The complementary color is #7aeab4, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #EA7AAF

Explore different variations of #EA7AAF including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #EA7AAF. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #EA7AAF

Explore different color combinations and harmonies that work well with #EA7AAF.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #EA7AAF

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #EA7AAF

Text with #EA7AAF

This text has a font color of #EA7AAF.

<span style="color:#EA7AAF;">Text here</span>
.text { color: #EA7AAF; }

#EA7AAF background color

This paragraph has a background color of #EA7AAF.

<p style="background-color:#EA7AAF;">Content here</p>
.background { background-color: #EA7AAF; }

#EA7AAF border color

This element has a border color of #EA7AAF.
<div style="border:1px solid #EA7AAF;">Content here</div>
.border { border: 1px solid #EA7AAF; }

#EA7AAF box shadow

This element has a box shadow using #EA7AAF.
<div style="box-shadow: 0 4px 6px -1px #EA7AAF80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #EA7AAF80; }
Copied to clipboard!