Color: #EDA0BE
#EDA0BE Color Information
#EDA0BE is a light color. The closest websafe version is #EDA0BE. A complement of this color would be #A1EDD0, perceived brightness is 0.73, and the grayscale version is #C7C7C7.
In the HSL color space, this color has a hue angle of 337°,a saturation of 68%, and a lightness of 78%.The HSV representation shows a hue of 337°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EDA0BE is composed of 93% red, 63% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 20% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 47.17, x: 0.3951, and y: 0.3223.
Color Code #EDA0BE
Shades of Color #EDA0BE
Shades are created by darkening the original color #EDA0BE 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 #EDA0BE
Tints are created by lightening the original color #EDA0BE 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 #EDA0BE Color Code
In the HSL color space, this color has a hue angle of 337°, a saturation of 68%, and a lightness of 78%. The HSV representation shows a hue of 337°, a saturation of 32%, and a value of 93%.
- HEX: #EDA0BE
- RGB: rgb(237, 160, 190)
- HSL: hsl(337, 68%, 78%)
- HSV: hsv(337, 32%, 93%)
- CMYK: 0.00% cyan, 32.00% magenta, 20.00% yellow, 7.00% black
- XYZ: 57.83, 47.17, 41.37
- Yxy: 47.17, 0.3951, 0.3223
- Hunter Lab: 74.30, 32.47, -3.20
- CIE-Lab: 74.30, 32.47, -3.20
In the XYZ color space, this color is represented as X: 57.83, Y: 47.17, Z: 41.37. The Yxy representation further refines this as Y: 47.17, x: 0.3951, and y: 0.3223.
In the Hunter Lab color space, this color is represented as L: 74.30, a: 32.47, and b: -3.20. Similarly, in the CIE-Lab color space, it is represented as L: 74.30, a: 32.47, and b: -3.20.
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 #EDA0BE
Triadic colors are three colors evenly spaced around the color wheel, including #EDA0BE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EDA0BE
Monochromatic colors are variations of #EDA0BE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EDA0BE
The complementary color of #EDA0BE 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 #EDA0BE
/* Using HEX */ body { background-color: #eda0be; }
/* Using RGB */ body { background-color: rgb(237, 160, 190); }
/* Using RGB with opacity */ body { background-color: rgba(237, 160, 190, 0.5); }
/* Using HSL */ body { background-color: hsl(337, 68%, 78%); }
/* Text color */ p { color: #eda0be; }
/* Box shadow */ div { box-shadow: 4px 4px #eda0be; }
HTML Examples of #EDA0BE
<!-- Using HEX --> <div style="background-color: #eda0be; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(237, 160, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(237, 160, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(337, 68%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eda0be;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eda0be; width: 100px; height: 100px;"></div>
Related Colors of #EDA0BE
These colors are similar to #EDA0BE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.