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