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