Color: #EE7FDA
#EE7FDA Color Information
#EE7FDA is a light color. The closest websafe version is #EE7FDA. A complement of this color would be #81EF95, perceived brightness is 0.67, and the grayscale version is #B6B6B6.
In the HSL color space, this color has a hue angle of 311°,a saturation of 77%, and a lightness of 72%.The HSV representation shows a hue of 311°, a saturation of 47%, and a value of 93%.
In a RGB color space, #EE7FDA is composed of 93% red, 50% green and 85% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 47% magenta, 8% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 38.49, x: 0.3767, and y: 0.2613.
Color Code #EE7FDA
Shades of Color #EE7FDA
Shades are created by darkening the original color #EE7FDA 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 #EE7FDA
Tints are created by lightening the original color #EE7FDA 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 #EE7FDA Color Code
In the HSL color space, this color has a hue angle of 311°, a saturation of 77%, and a lightness of 72%. The HSV representation shows a hue of 311°, a saturation of 47%, and a value of 93%.
- HEX: #EE7FDA
- RGB: rgb(238, 127, 218)
- HSL: hsl(311, 77%, 72%)
- HSV: hsv(311, 47%, 93%)
- CMYK: 0.00% cyan, 47.00% magenta, 8.00% yellow, 7.00% black
- XYZ: 55.49, 38.49, 53.32
- Yxy: 38.49, 0.3767, 0.2613
- Hunter Lab: 68.38, 52.19, -27.43
- CIE-Lab: 68.38, 52.19, -27.43
In the XYZ color space, this color is represented as X: 55.49, Y: 38.49, Z: 53.32. The Yxy representation further refines this as Y: 38.49, x: 0.3767, and y: 0.2613.
In the Hunter Lab color space, this color is represented as L: 68.38, a: 52.19, and b: -27.43. Similarly, in the CIE-Lab color space, it is represented as L: 68.38, a: 52.19, and b: -27.43.
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 #EE7FDA
Triadic colors are three colors evenly spaced around the color wheel, including #EE7FDA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EE7FDA
Split complementary colors are two colors adjacent to the complementary color of #EE7FDA. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EE7FDA
Monochromatic colors are variations of #EE7FDA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EE7FDA
The complementary color of #EE7FDA 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 #EE7FDA
/* Using HEX */ body { background-color: #ee7fda; }
/* Using RGB */ body { background-color: rgb(238, 127, 218); }
/* Using RGB with opacity */ body { background-color: rgba(238, 127, 218, 0.5); }
/* Using HSL */ body { background-color: hsl(311, 77%, 72%); }
/* Text color */ p { color: #ee7fda; }
/* Box shadow */ div { box-shadow: 4px 4px #ee7fda; }
/* Border color */ .box { border: 4px solid #ee7fda; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ee7fda; }
/* Background with text */ div { background: #ee7fda; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EE7FDA
<!-- Using HEX --> <div style="background-color: #ee7fda; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(238, 127, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(238, 127, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(311, 77%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ee7fda;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ee7fda; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ee7fda; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ee7fda;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ee7fda; color: #fff; padding: 16px; border-radius: 8px;"> #EE7FDA </div>
Related Colors of #EE7FDA
These colors are similar to #EE7FDA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.