Color: #EC6AFD
#EC6AFD Color Information
#EC6AFD is a light color. The closest websafe version is #EC6AFD. A complement of this color would be #7AFD68, perceived brightness is 0.63, and the grayscale version is #B4B4B4.
In the HSL color space, this color has a hue angle of 293°,a saturation of 97%, and a lightness of 70%.The HSV representation shows a hue of 293°, a saturation of 58%, and a value of 99%.
In a RGB color space, #EC6AFD is composed of 93% red, 42% green and 99% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 58% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 34.95, x: 0.3429, and y: 0.2133.
Color Code #EC6AFD
Shades of Color #EC6AFD
Shades are created by darkening the original color #EC6AFD 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 #EC6AFD
Tints are created by lightening the original color #EC6AFD 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 #EC6AFD Color Code
In the HSL color space, this color has a hue angle of 293°, a saturation of 97%, and a lightness of 70%. The HSV representation shows a hue of 293°, a saturation of 58%, and a value of 99%.
- HEX: #EC6AFD
- RGB: rgb(236, 106, 253)
- HSL: hsl(293, 97%, 70%)
- HSV: hsv(293, 58%, 99%)
- CMYK: 7.00% cyan, 58.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 56.18, 34.95, 72.72
- Yxy: 34.95, 0.3429, 0.2133
- Hunter Lab: 65.71, 65.42, -50.87
- CIE-Lab: 65.71, 65.42, -50.87
In the XYZ color space, this color is represented as X: 56.18, Y: 34.95, Z: 72.72. The Yxy representation further refines this as Y: 34.95, x: 0.3429, and y: 0.2133.
In the Hunter Lab color space, this color is represented as L: 65.71, a: 65.42, and b: -50.87. Similarly, in the CIE-Lab color space, it is represented as L: 65.71, a: 65.42, and b: -50.87.
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 #EC6AFD
Triadic colors are three colors evenly spaced around the color wheel, including #EC6AFD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EC6AFD
Split complementary colors are two colors adjacent to the complementary color of #EC6AFD. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EC6AFD
Monochromatic colors are variations of #EC6AFD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EC6AFD
The complementary color of #EC6AFD 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 #EC6AFD
/* Using HEX */ body { background-color: #ec6afd; }
/* Using RGB */ body { background-color: rgb(236, 106, 253); }
/* Using RGB with opacity */ body { background-color: rgba(236, 106, 253, 0.5); }
/* Using HSL */ body { background-color: hsl(293, 97%, 70%); }
/* Text color */ p { color: #ec6afd; }
/* Box shadow */ div { box-shadow: 4px 4px #ec6afd; }
/* Border color */ .box { border: 4px solid #ec6afd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ec6afd; }
/* Background with text */ div { background: #ec6afd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EC6AFD
<!-- Using HEX --> <div style="background-color: #ec6afd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(236, 106, 253); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(236, 106, 253, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(293, 97%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ec6afd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ec6afd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ec6afd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ec6afd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ec6afd; color: #fff; padding: 16px; border-radius: 8px;"> #EC6AFD </div>
Related Colors of #EC6AFD
These colors are similar to #EC6AFD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.