Color: #EB8DBA
#EB8DBA Color Information
#EB8DBA is a light color. The closest websafe version is #EB8DBA. A complement of this color would be #8EEBBE, perceived brightness is 0.68, and the grayscale version is #BCBCBC.
In the HSL color space, this color has a hue angle of 331°,a saturation of 70%, and a lightness of 74%.The HSV representation shows a hue of 331°, a saturation of 40%, and a value of 92%.
In a RGB color space, #EB8DBA is composed of 92% red, 55% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 40% magenta, 21% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 40.56, x: 0.4027, and y: 0.3052.
Color Code #EB8DBA
Shades of Color #EB8DBA
Shades are created by darkening the original color #EB8DBA 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 #EB8DBA
Tints are created by lightening the original color #EB8DBA 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 #EB8DBA Color Code
In the HSL color space, this color has a hue angle of 331°, a saturation of 70%, and a lightness of 74%. The HSV representation shows a hue of 331°, a saturation of 40%, and a value of 92%.
- HEX: #EB8DBA
- RGB: rgb(235, 141, 186)
- HSL: hsl(331, 70%, 74%)
- HSV: hsv(331, 40%, 92%)
- CMYK: 0.00% cyan, 40.00% magenta, 21.00% yellow, 8.00% black
- XYZ: 53.51, 40.56, 38.81
- Yxy: 40.56, 0.4027, 0.3052
- Hunter Lab: 69.86, 40.78, -7.49
- CIE-Lab: 69.86, 40.78, -7.49
In the XYZ color space, this color is represented as X: 53.51, Y: 40.56, Z: 38.81. The Yxy representation further refines this as Y: 40.56, x: 0.4027, and y: 0.3052.
In the Hunter Lab color space, this color is represented as L: 69.86, a: 40.78, and b: -7.49. Similarly, in the CIE-Lab color space, it is represented as L: 69.86, a: 40.78, and b: -7.49.
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 #EB8DBA
Triadic colors are three colors evenly spaced around the color wheel, including #EB8DBA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EB8DBA
Monochromatic colors are variations of #EB8DBA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EB8DBA
The complementary color of #EB8DBA 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 #EB8DBA
/* Using HEX */ body { background-color: #eb8dba; }
/* Using RGB */ body { background-color: rgb(235, 141, 186); }
/* Using RGB with opacity */ body { background-color: rgba(235, 141, 186, 0.5); }
/* Using HSL */ body { background-color: hsl(331, 70%, 74%); }
/* Text color */ p { color: #eb8dba; }
/* Box shadow */ div { box-shadow: 4px 4px #eb8dba; }
/* Border color */ .box { border: 4px solid #eb8dba; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #eb8dba; }
/* Background with text */ div { background: #eb8dba; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EB8DBA
<!-- Using HEX --> <div style="background-color: #eb8dba; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(235, 141, 186); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(235, 141, 186, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(331, 70%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eb8dba;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eb8dba; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #eb8dba; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #eb8dba;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #eb8dba; color: #fff; padding: 16px; border-radius: 8px;"> #EB8DBA </div>
Related Colors of #EB8DBA
These colors are similar to #EB8DBA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.