#EACCCC Color Information

Hex color code: #EACCCC

#EACCCC is a soft red color. In RGB it is (234, 204, 204), and in HSL it is (0°, 42%, 86%). It is often used for branding and logos.

Try:
Color NamePink
HEX
#EACCCC
RGB
234, 204, 204
HSL
0°, 42%, 86%
CMYK
0%, 13%, 13%, 8%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #EACCCC; 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 #EACCCC; background-color: #EACCCC15; }

Alert / Toast

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

Link / Accent

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

a { color: #EACCCC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

234, 204, 204

Red: 234 / Green: 204 / Blue: 204

HSL

0°, 42%, 86%

Hue: 0° / Saturation: 42% / Lightness: 86%

CMYK

0%, 13%, 13%, 8%

Cyan: 0% / Magenta: 13% / Yellow: 13% / Key: 8%

What color is #EACCCC?

#EACCCC is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #EACCCC to RGB:

rgb(234, 204, 204)HEX to RGB Converter →

HEX to HSL

Convert #EACCCC to HSL:

hsl(0, 42%, 86%)RGB to HSL Converter →

HEX to CMYK

Convert #EACCCC to CMYK:

cmyk(0%, 13%, 13%, 8%)Color Converter →

Color Meaning and Usage

#EACCCC is a delicate red color with RGB values of 234, 204, 204 and HSL of 0°, 42%, 86%. This very light tint evokes purity and simplicity, making it suitable for typically applied in digital products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #EACCCC is #CCEAEA, creating high-contrast pairings. For softer combinations, try analogous colors like #EACCDB.

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

Contrast with #EACCCC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #EACCCC?

#EACCCC is a delicate red color - a very light tint that evokes purity and simplicity.

What is the RGB value of #EACCCC?

#EACCCC in RGB is (234, 204, 204) - 234 red, 204 green, and 204 blue.

How to use #EACCCC in CSS?

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

What colors go well with #EACCCC?

#CCEAEA (complementary), #EACCDB (analogous), and #D49696 (lighter shade) work well with #EACCCC.