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