Color: #EAB4FE
#EAB4FE Color Information
#EAB4FE is a light color. The closest websafe version is #EAB4FE. A complement of this color would be #C7FEB4, perceived brightness is 0.80, and the grayscale version is #D9D9D9.
In the HSL color space, this color has a hue angle of 284°,a saturation of 97%, and a lightness of 85%.The HSV representation shows a hue of 284°, a saturation of 29%, and a value of 100%.
In a RGB color space, #EAB4FE is composed of 92% red, 71% green and 100% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 29% magenta, 0% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 57.03, x: 0.3365, and y: 0.2837.
Color Code #EAB4FE
Shades of Color #EAB4FE
Shades are created by darkening the original color #EAB4FE 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 #EAB4FE
Tints are created by lightening the original color #EAB4FE 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 #EAB4FE Color Code
In the HSL color space, this color has a hue angle of 284°, a saturation of 97%, and a lightness of 85%. The HSV representation shows a hue of 284°, a saturation of 29%, and a value of 100%.
- HEX: #EAB4FE
- RGB: rgb(234, 180, 254)
- HSL: hsl(284, 97%, 85%)
- HSV: hsv(284, 29%, 100%)
- CMYK: 8.00% cyan, 29.00% magenta, 0.00% yellow, 0.00% black
- XYZ: 67.64, 57.03, 76.36
- Yxy: 57.03, 0.3365, 0.2837
- Hunter Lab: 80.20, 29.61, -29.03
- CIE-Lab: 80.20, 29.61, -29.03
In the XYZ color space, this color is represented as X: 67.64, Y: 57.03, Z: 76.36. The Yxy representation further refines this as Y: 57.03, x: 0.3365, and y: 0.2837.
In the Hunter Lab color space, this color is represented as L: 80.20, a: 29.61, and b: -29.03. Similarly, in the CIE-Lab color space, it is represented as L: 80.20, a: 29.61, and b: -29.03.
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 #EAB4FE
Triadic colors are three colors evenly spaced around the color wheel, including #EAB4FE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EAB4FE
Split complementary colors are two colors adjacent to the complementary color of #EAB4FE. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EAB4FE
Monochromatic colors are variations of #EAB4FE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EAB4FE
The complementary color of #EAB4FE 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 #EAB4FE
/* Using HEX */ body { background-color: #eab4fe; }
/* Using RGB */ body { background-color: rgb(234, 180, 254); }
/* Using RGB with opacity */ body { background-color: rgba(234, 180, 254, 0.5); }
/* Using HSL */ body { background-color: hsl(284, 97%, 85%); }
/* Text color */ p { color: #eab4fe; }
/* Box shadow */ div { box-shadow: 4px 4px #eab4fe; }
/* Border color */ .box { border: 4px solid #eab4fe; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #eab4fe; }
/* Background with text */ div { background: #eab4fe; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EAB4FE
<!-- Using HEX --> <div style="background-color: #eab4fe; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(234, 180, 254); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(234, 180, 254, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(284, 97%, 85%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eab4fe;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eab4fe; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #eab4fe; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #eab4fe;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #eab4fe; color: #fff; padding: 16px; border-radius: 8px;"> #EAB4FE </div>
Related Colors of #EAB4FE
These colors are similar to #EAB4FE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.