Color: #E487BE
#E487BE Color Information
#E487BE is a light color. The closest websafe version is #E487BE. A complement of this color would be #86E4AD, perceived brightness is 0.66, and the grayscale version is #B6B6B6.
In the HSL color space, this color has a hue angle of 325°,a saturation of 63%, and a lightness of 71%.The HSV representation shows a hue of 325°, a saturation of 100%, and a value of 100%.
In a RGB color space, #E487BE is composed of 89% red, 53% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 41% magenta, 17% yellow and 11% black.
In the Yxy color space, this color is represented as Y: 37.75, x: 0.3933, and y: 0.2938.
Color Code #E487BE
Shades of Color #E487BE
Shades are created by darkening the original color #E487BE 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 #E487BE
Tints are created by lightening the original color #E487BE 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 #E487BE Color Code
In the HSL color space, this color has a hue angle of 325°, a saturation of 63%, and a lightness of 71%. The HSV representation shows a hue of 325°, a saturation of 41%, and a value of 89%.
- HEX: #E487BE
- RGB: rgb(228, 135, 190)
- HSL: hsl(325, 63%, 71%)
- HSV: hsv(325, 41%, 89%)
- CMYK: 0.00% cyan, 41.00% magenta, 17.00% yellow, 11.00% black
- XYZ: 50.53, 37.75, 40.21
- Yxy: 37.75, 0.3933, 0.2938
- Hunter Lab: 67.84, 41.74, -12.83
- CIE-Lab: 67.84, 41.74, -12.83
In the XYZ color space, this color is represented as X: 50.53, Y: 37.75, Z: 40.21. The Yxy representation further refines this as Y: 37.75, x: 0.3933, and y: 0.2938.
In the Hunter Lab color space, this color is represented as L: 67.84, a: 41.74, and b: -12.83. Similarly, in the CIE-Lab color space, it is represented as L: 67.84, a: 41.74, and b: -12.83.
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 #E487BE
Triadic colors are three colors evenly spaced around the color wheel, including #E487BE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #E487BE
Monochromatic colors are variations of #E487BE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E487BE
The complementary color of #E487BE 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 #E487BE
/* Using HEX */ body { background-color: #e487be; }
/* Using RGB */ body { background-color: rgb(228, 135, 190); }
/* Using RGB with opacity */ body { background-color: rgba(228, 135, 190, 0.5); }
/* Using HSL */ body { background-color: hsl(325, 63%, 71%); }
/* Text color */ p { color: #e487be; }
/* Box shadow */ div { box-shadow: 4px 4px #e487be; }
HTML Examples of #E487BE
<!-- Using HEX --> <div style="background-color: #e487be; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(228, 135, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(228, 135, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(325, 63%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e487be;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e487be; width: 100px; height: 100px;"></div>
Related Colors of #E487BE
These colors are similar to #E487BE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.