Color #EFAFC1

HEX

#EFAFC1

RGB

(239, 175, 193)

Quick Actions

Color Values

Color Space Values
RGB
R: 239, G: 175, B: 193 (94%, 69%, 76%)
CMYK C: 0%, M: 27%, Y: 19%, K: 6%
HSL H: 343°, S: 67%, L: 81%
HSV H: 343°, S: 27%, V: 94%
CIE-LAB L: 77.79, a: 25.95, b: 0.09
CIE-LCH L: 77.79, C: 25.95, H: 0.2
Hunter-Lab L: 72.7, a: 18.51, b: -4.43
Web Safe
#ff99cc
Complementary
#aeeedc

#EFAFC1 is a color with RGB values of 239 red, 175 green, and 193 blue (94%, 69%, 76% respectively). In the CMYK color space, it consists of 0% cyan, 27% magenta, 19% yellow, and 6% black. The color has a hue angle of 343°, 67% saturation, and 81% lightness in the HSL color space.

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

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

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #EFAFC1

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

Text with #EFAFC1

This text has a font color of #EFAFC1.

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

#EFAFC1 background color

This paragraph has a background color of #EFAFC1.

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

#EFAFC1 border color

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

#EFAFC1 box shadow

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