Color: #EC1FF7
#EC1FF7 Color Information
#EC1FF7 is a dark color. The closest websafe version is #EC1FF7. A complement of this color would be #2CF722, perceived brightness is 0.46, and the grayscale version is #8B8B8B.
In the HSL color space, this color has a hue angle of 297°,a saturation of 93%, and a lightness of 55%.The HSV representation shows a hue of 297°, a saturation of 87%, and a value of 97%.
In a RGB color space, #EC1FF7 is composed of 93% red, 12% green and 97% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 87% magenta, 0% yellow and 3% black.
In the Yxy color space, this color is represented as Y: 25.28, x: 0.3515, and y: 0.1763.
Color Code #EC1FF7
Shades of Color #EC1FF7
Shades are created by darkening the original color #EC1FF7 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 #EC1FF7
Tints are created by lightening the original color #EC1FF7 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 #EC1FF7 Color Code
In the HSL color space, this color has a hue angle of 297°, a saturation of 93%, and a lightness of 55%. The HSV representation shows a hue of 297°, a saturation of 87%, and a value of 97%.
- HEX: #EC1FF7
- RGB: rgb(236, 31, 247)
- HSL: hsl(297, 93%, 55%)
- HSV: hsv(297, 87%, 97%)
- CMYK: 4.00% cyan, 87.00% magenta, 0.00% yellow, 3.00% black
- XYZ: 50.41, 25.28, 67.73
- Yxy: 25.28, 0.3515, 0.1763
- Hunter Lab: 57.35, 86.64, -60.79
- CIE-Lab: 57.35, 86.64, -60.79
In the XYZ color space, this color is represented as X: 50.41, Y: 25.28, Z: 67.73. The Yxy representation further refines this as Y: 25.28, x: 0.3515, and y: 0.1763.
In the Hunter Lab color space, this color is represented as L: 57.35, a: 86.64, and b: -60.79. Similarly, in the CIE-Lab color space, it is represented as L: 57.35, a: 86.64, and b: -60.79.
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 #EC1FF7
Triadic colors are three colors evenly spaced around the color wheel, including #EC1FF7. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EC1FF7
Monochromatic colors are variations of #EC1FF7, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EC1FF7
The complementary color of #EC1FF7 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 #EC1FF7
/* Using HEX */ body { background-color: #ec1ff7; }
/* Using RGB */ body { background-color: rgb(236, 31, 247); }
/* Using RGB with opacity */ body { background-color: rgba(236, 31, 247, 0.5); }
/* Using HSL */ body { background-color: hsl(297, 93%, 55%); }
/* Text color */ p { color: #ec1ff7; }
/* Box shadow */ div { box-shadow: 4px 4px #ec1ff7; }
/* Border color */ .box { border: 4px solid #ec1ff7; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ec1ff7; }
/* Background with text */ div { background: #ec1ff7; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EC1FF7
<!-- Using HEX --> <div style="background-color: #ec1ff7; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(236, 31, 247); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(236, 31, 247, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(297, 93%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ec1ff7;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ec1ff7; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ec1ff7; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ec1ff7;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ec1ff7; color: #fff; padding: 16px; border-radius: 8px;"> #EC1FF7 </div>
Related Colors of #EC1FF7
These colors are similar to #EC1FF7, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.