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