Color: #E47D88
#E47D88 Color Information
#E47D88 is a light color. The closest websafe version is #E47D88. A complement of this color would be #7CE4DA, perceived brightness is 0.62, and the grayscale version is #B1B1B1.
In the HSL color space, this color has a hue angle of 354°,a saturation of 66%, and a lightness of 69%.The HSV representation shows a hue of 354°, a saturation of 45%, and a value of 89%.
In a RGB color space, #E47D88 is composed of 89% red, 49% green and 53% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 45% magenta, 40% yellow and 11% black.
In the Yxy color space, this color is represented as Y: 33.46, x: 0.4554, and y: 0.3367.
Color Code #E47D88
Shades of Color #E47D88
Shades are created by darkening the original color #E47D88 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 #E47D88
Tints are created by lightening the original color #E47D88 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 #E47D88 Color Code
In the HSL color space, this color has a hue angle of 354°, a saturation of 66%, and a lightness of 69%. The HSV representation shows a hue of 354°, a saturation of 45%, and a value of 89%.
- HEX: #E47D88
- RGB: rgb(228, 125, 136)
- HSL: hsl(354, 66%, 69%)
- HSV: hsv(354, 45%, 89%)
- CMYK: 0.00% cyan, 45.00% magenta, 40.00% yellow, 11.00% black
- XYZ: 45.25, 33.46, 20.66
- Yxy: 33.46, 0.4554, 0.3367
- Hunter Lab: 64.53, 41.45, 12.80
- CIE-Lab: 64.53, 41.45, 12.80
In the XYZ color space, this color is represented as X: 45.25, Y: 33.46, Z: 20.66. The Yxy representation further refines this as Y: 33.46, x: 0.4554, and y: 0.3367.
In the Hunter Lab color space, this color is represented as L: 64.53, a: 41.45, and b: 12.80. Similarly, in the CIE-Lab color space, it is represented as L: 64.53, a: 41.45, and b: 12.80.
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 #E47D88
Triadic colors are three colors evenly spaced around the color wheel, including #E47D88. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #E47D88
Split complementary colors are two colors adjacent to the complementary color of #E47D88. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #E47D88
Monochromatic colors are variations of #E47D88, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E47D88
The complementary color of #E47D88 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 #E47D88
/* Using HEX */ body { background-color: #e47d88; }
/* Using RGB */ body { background-color: rgb(228, 125, 136); }
/* Using RGB with opacity */ body { background-color: rgba(228, 125, 136, 0.5); }
/* Using HSL */ body { background-color: hsl(354, 66%, 69%); }
/* Text color */ p { color: #e47d88; }
/* Box shadow */ div { box-shadow: 4px 4px #e47d88; }
/* Border color */ .box { border: 4px solid #e47d88; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #e47d88; }
/* Background with text */ div { background: #e47d88; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #E47D88
<!-- Using HEX --> <div style="background-color: #e47d88; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(228, 125, 136); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(228, 125, 136, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(354, 66%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e47d88;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e47d88; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #e47d88; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #e47d88;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #e47d88; color: #fff; padding: 16px; border-radius: 8px;"> #E47D88 </div>
Related Colors of #E47D88
These colors are similar to #E47D88, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.