Color #EAAABD

HEX

#EAAABD

RGB

(234, 170, 189)

Quick Actions

Color Values

Color Space Values
RGB
R: 234, G: 170, B: 189 (92%, 67%, 74%)
CMYK C: 0%, M: 27%, Y: 19%, K: 8%
HSL H: 342°, S: 60%, L: 79%
HSV H: 342°, S: 27%, V: 92%
CIE-LAB L: 76.02, a: 26.21, b: -0.38
CIE-LCH L: 76.02, C: 26.21, H: 359.17
Hunter-Lab L: 70.65, a: 18.75, b: -4.79
Web Safe
#ff99cc
Complementary
#aaead6

#EAAABD is a color with RGB values of 234 red, 170 green, and 189 blue (92%, 67%, 74% respectively). In the CMYK color space, it consists of 0% cyan, 27% magenta, 19% yellow, and 8% black. The color has a hue angle of 342°, 60% saturation, and 79% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #ff99cc. The complementary color is #aaead6, 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 #EAAABD

Explore different variations of #EAAABD 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 #EAAABD. 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 #EAAABD

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #EAAABD

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 #EAAABD

Text with #EAAABD

This text has a font color of #EAAABD.

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

#EAAABD background color

This paragraph has a background color of #EAAABD.

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

#EAAABD border color

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

#EAAABD box shadow

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