Color: #EEA4AC
#EEA4AC Color Information
#EEA4AC is a light color. The closest websafe version is #EEA4AC. A complement of this color would be #A5EEE7, perceived brightness is 0.73, and the grayscale version is #C9C9C9.
In the HSL color space, this color has a hue angle of 354°,a saturation of 69%, and a lightness of 79%.The HSV representation shows a hue of 354°, a saturation of 31%, and a value of 93%.
In a RGB color space, #EEA4AC is composed of 93% red, 64% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 28% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 48.14, x: 0.4109, and y: 0.3442.
Color Code #EEA4AC
Shades of Color #EEA4AC
Shades are created by darkening the original color #EEA4AC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #EEA4AC
Tints are created by lightening the original color #EEA4AC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #EEA4AC Color Code
In the HSL color space, this color has a hue angle of 354°, a saturation of 69%, and a lightness of 79%. The HSV representation shows a hue of 354°, a saturation of 31%, and a value of 93%.
- HEX: #EEA4AC
- RGB: rgb(238, 164, 172)
- HSL: hsl(354, 69%, 79%)
- HSV: hsv(354, 31%, 93%)
- CMYK: 0.00% cyan, 31.00% magenta, 28.00% yellow, 7.00% black
- XYZ: 57.48, 48.14, 34.26
- Yxy: 48.14, 0.4109, 0.3442
- Hunter Lab: 74.91, 28.95, 7.55
- CIE-Lab: 74.91, 28.95, 7.55
In the XYZ color space, this color is represented as X: 57.48, Y: 48.14, Z: 34.26. The Yxy representation further refines this as Y: 48.14, x: 0.4109, and y: 0.3442.
In the Hunter Lab color space, this color is represented as L: 74.91, a: 28.95, and b: 7.55. Similarly, in the CIE-Lab color space, it is represented as L: 74.91, a: 28.95, and b: 7.55.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #EEA4AC
Triadic colors are three colors evenly spaced around the color wheel, including #EEA4AC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EEA4AC
Split complementary colors are two colors adjacent to the complementary color of #EEA4AC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EEA4AC
Monochromatic colors are variations of #EEA4AC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EEA4AC
The complementary color of #EEA4AC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #EEA4AC
/* Using HEX */ body { background-color: #eea4ac; }
/* Using RGB */ body { background-color: rgb(238, 164, 172); }
/* Using RGB with opacity */ body { background-color: rgba(238, 164, 172, 0.5); }
/* Using HSL */ body { background-color: hsl(354, 69%, 79%); }
/* Text color */ p { color: #eea4ac; }
/* Box shadow */ div { box-shadow: 4px 4px #eea4ac; }
/* Border color */ .box { border: 4px solid #eea4ac; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #eea4ac; }
/* Background with text */ div { background: #eea4ac; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EEA4AC
<!-- Using HEX --> <div style="background-color: #eea4ac; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(238, 164, 172); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(238, 164, 172, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(354, 69%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eea4ac;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eea4ac; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #eea4ac; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #eea4ac;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #eea4ac; color: #fff; padding: 16px; border-radius: 8px;"> #EEA4AC </div>
Related Colors of #EEA4AC
These colors are similar to #EEA4AC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.