#EEABCC Color Information

Hex color code: #EEABCC

#EEABCC is a light magenta color. In RGB it is (238, 171, 204), and in HSL it is (330°, 66%, 80%). It is commonly used in modern UI design.

Try:
Color NameLight Pink
HEX
#EEABCC
RGB
238, 171, 204
HSL
330°, 66%, 80%
CMYK
0%, 28%, 14%, 7%

Shades

CSS Usage
color: #EEABCC;
background-color: #EEABCC;
border-color: #EEABCC;
box-shadow: 0 0 10px #EEABCC;
border: 2px solid #EEABCC;
Tailwind Usage
bg-[#EEABCC]
text-[#EEABCC]
border-[#EEABCC]
shadow-[0_0_10px_EEABCC]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #EEABCC, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #EEABCC; color: #000000; }

Badge

New Feature
.badge { background-color: #EEABCC; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #EEABCC; background-color: #EEABCC15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #EEABCC20; border-left: 4px solid #EEABCC; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #EEABCC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #EEABCC in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

238, 171, 204

Red: 238 / Green: 171 / Blue: 204

HSL

330°, 66%, 80%

Hue: 330° / Saturation: 66% / Lightness: 80%

CMYK

0%, 28%, 14%, 7%

Cyan: 0% / Magenta: 28% / Yellow: 14% / Key: 7%

What color is #EEABCC?

#EEABCC is a red-orange hue associated with warmth and passion.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #EEABCC to RGB:

rgb(238, 171, 204)HEX to RGB Converter →

HEX to HSL

Convert #EEABCC to HSL:

hsl(330, 66%, 80%)RGB to HSL Converter →

HEX to CMYK

Convert #EEABCC to CMYK:

cmyk(0%, 28%, 14%, 7%)Color Converter →

Color Meaning and Usage

#EEABCC is a delicate magenta color with RGB values of 238, 171, 204 and HSL of 330°, 66%, 80%. This red-orange hue evokes warmth and passion, making it suitable for well suited for marketing pages and hero sections. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #EEABCC is #AAEECC, creating high-contrast pairings. For softer combinations, try analogous colors like #EEAAEE.

Use #EEABCC in CSS: color: #EEABCC or background-color: #EEABCC. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #EEABCC

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 11.33:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #EEABCC?

#EEABCC is a delicate magenta color - a red-orange hue that evokes warmth and passion.

What is the RGB value of #EEABCC?

#EEABCC in RGB is (238, 171, 204) - 238 red, 171 green, and 204 blue.

How to use #EEABCC in CSS?

Use #EEABCC directly in your CSS properties like color or background-color.

What colors go well with #EEABCC?

#AAEECC (complementary), #EEAAEE (analogous), and #E16BA6 (lighter shade) work well with #EEABCC.