Color: #EF77DD
#EF77DD Color Information
#EF77DD is a light color. The closest websafe version is #EF77DD. A complement of this color would be #76EF88, perceived brightness is 0.65, and the grayscale version is #B3B3B3.
In the HSL color space, this color has a hue angle of 309°,a saturation of 79%, and a lightness of 70%.The HSV representation shows a hue of 309°, a saturation of 50%, and a value of 94%.
In a RGB color space, #EF77DD is composed of 94% red, 47% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 50% magenta, 8% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 36.81, x: 0.3760, and y: 0.2512.
Color Code #EF77DD
Shades of Color #EF77DD
Shades are created by darkening the original color #EF77DD 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 #EF77DD
Tints are created by lightening the original color #EF77DD 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 #EF77DD Color Code
In the HSL color space, this color has a hue angle of 309°, a saturation of 79%, and a lightness of 70%. The HSV representation shows a hue of 309°, a saturation of 50%, and a value of 94%.
- HEX: #EF77DD
- RGB: rgb(239, 119, 221)
- HSL: hsl(309, 79%, 70%)
- HSV: hsv(309, 50%, 94%)
- CMYK: 0.00% cyan, 50.00% magenta, 8.00% yellow, 6.00% black
- XYZ: 55.09, 36.81, 54.63
- Yxy: 36.81, 0.3760, 0.2512
- Hunter Lab: 67.14, 56.54, -30.97
- CIE-Lab: 67.14, 56.54, -30.97
In the XYZ color space, this color is represented as X: 55.09, Y: 36.81, Z: 54.63. The Yxy representation further refines this as Y: 36.81, x: 0.3760, and y: 0.2512.
In the Hunter Lab color space, this color is represented as L: 67.14, a: 56.54, and b: -30.97. Similarly, in the CIE-Lab color space, it is represented as L: 67.14, a: 56.54, and b: -30.97.
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 #EF77DD
Triadic colors are three colors evenly spaced around the color wheel, including #EF77DD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EF77DD
Monochromatic colors are variations of #EF77DD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EF77DD
The complementary color of #EF77DD 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 #EF77DD
/* Using HEX */ body { background-color: #ef77dd; }
/* Using RGB */ body { background-color: rgb(239, 119, 221); }
/* Using RGB with opacity */ body { background-color: rgba(239, 119, 221, 0.5); }
/* Using HSL */ body { background-color: hsl(309, 79%, 70%); }
/* Text color */ p { color: #ef77dd; }
/* Box shadow */ div { box-shadow: 4px 4px #ef77dd; }
/* Border color */ .box { border: 4px solid #ef77dd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ef77dd; }
/* Background with text */ div { background: #ef77dd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EF77DD
<!-- Using HEX --> <div style="background-color: #ef77dd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(239, 119, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(239, 119, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(309, 79%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ef77dd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ef77dd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ef77dd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ef77dd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ef77dd; color: #fff; padding: 16px; border-radius: 8px;"> #EF77DD </div>
Related Colors of #EF77DD
These colors are similar to #EF77DD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.