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