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