Color: #E07BBC
#E07BBC Color Information
#E07BBC is a light color. The closest websafe version is #E07BBC. A complement of this color would be #7BE09E, perceived brightness is 0.63, and the grayscale version is #AEAEAE.
In the HSL color space, this color has a hue angle of 321°,a saturation of 62%, and a lightness of 68%.The HSV representation shows a hue of 321°, a saturation of 45%, and a value of 88%.
In a RGB color space, #E07BBC is composed of 88% red, 48% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 45% magenta, 16% yellow and 12% black.
In the Yxy color space, this color is represented as Y: 33.83, x: 0.3943, and y: 0.2818.
Color Code #E07BBC
Shades of Color #E07BBC
Shades are created by darkening the original color #E07BBC 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 #E07BBC
Tints are created by lightening the original color #E07BBC 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 #E07BBC Color Code
In the HSL color space, this color has a hue angle of 321°, a saturation of 62%, and a lightness of 68%. The HSV representation shows a hue of 321°, a saturation of 45%, and a value of 88%.
- HEX: #E07BBC
- RGB: rgb(224, 123, 188)
- HSL: hsl(321, 62%, 68%)
- HSV: hsv(321, 45%, 88%)
- CMYK: 0.00% cyan, 45.00% magenta, 16.00% yellow, 12.00% black
- XYZ: 47.33, 33.83, 38.88
- Yxy: 33.83, 0.3943, 0.2818
- Hunter Lab: 64.83, 46.01, -16.26
- CIE-Lab: 64.83, 46.01, -16.26
In the XYZ color space, this color is represented as X: 47.33, Y: 33.83, Z: 38.88. The Yxy representation further refines this as Y: 33.83, x: 0.3943, and y: 0.2818.
In the Hunter Lab color space, this color is represented as L: 64.83, a: 46.01, and b: -16.26. Similarly, in the CIE-Lab color space, it is represented as L: 64.83, a: 46.01, and b: -16.26.
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 #E07BBC
Triadic colors are three colors evenly spaced around the color wheel, including #E07BBC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #E07BBC
Split complementary colors are two colors adjacent to the complementary color of #E07BBC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #E07BBC
Monochromatic colors are variations of #E07BBC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E07BBC
The complementary color of #E07BBC 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 #E07BBC
/* Using HEX */ body { background-color: #e07bbc; }
/* Using RGB */ body { background-color: rgb(224, 123, 188); }
/* Using RGB with opacity */ body { background-color: rgba(224, 123, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(321, 62%, 68%); }
/* Text color */ p { color: #e07bbc; }
/* Box shadow */ div { box-shadow: 4px 4px #e07bbc; }
/* Border color */ .box { border: 4px solid #e07bbc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #e07bbc; }
/* Background with text */ div { background: #e07bbc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #E07BBC
<!-- Using HEX --> <div style="background-color: #e07bbc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(224, 123, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(224, 123, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(321, 62%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e07bbc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e07bbc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #e07bbc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #e07bbc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #e07bbc; color: #fff; padding: 16px; border-radius: 8px;"> #E07BBC </div>
Related Colors of #E07BBC
These colors are similar to #E07BBC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.