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