Color: #EC61DD
#EC61DD Color Information
#EC61DD is a light color. The closest websafe version is #EC61DD. A complement of this color would be #5FEC6D, perceived brightness is 0.60, and the grayscale version is #A7A7A7.
In the HSL color space, this color has a hue angle of 306°,a saturation of 79%, and a lightness of 65%.The HSV representation shows a hue of 306°, a saturation of 59%, and a value of 93%.
In a RGB color space, #EC61DD is composed of 93% red, 38% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 59% magenta, 6% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 31.62, x: 0.3758, and y: 0.2306.
Color Code #EC61DD
Shades of Color #EC61DD
Shades are created by darkening the original color #EC61DD 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 #EC61DD
Tints are created by lightening the original color #EC61DD 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 #EC61DD Color Code
In the HSL color space, this color has a hue angle of 306°, a saturation of 79%, and a lightness of 65%. The HSV representation shows a hue of 306°, a saturation of 59%, and a value of 93%.
- HEX: #EC61DD
- RGB: rgb(236, 97, 221)
- HSL: hsl(306, 79%, 65%)
- HSV: hsv(306, 59%, 93%)
- CMYK: 0.00% cyan, 59.00% magenta, 6.00% yellow, 7.00% black
- XYZ: 51.53, 31.62, 53.97
- Yxy: 31.62, 0.3758, 0.2306
- Hunter Lab: 63.02, 65.12, -37.35
- CIE-Lab: 63.02, 65.12, -37.35
In the XYZ color space, this color is represented as X: 51.53, Y: 31.62, Z: 53.97. The Yxy representation further refines this as Y: 31.62, x: 0.3758, and y: 0.2306.
In the Hunter Lab color space, this color is represented as L: 63.02, a: 65.12, and b: -37.35. Similarly, in the CIE-Lab color space, it is represented as L: 63.02, a: 65.12, and b: -37.35.
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 #EC61DD
Triadic colors are three colors evenly spaced around the color wheel, including #EC61DD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EC61DD
Monochromatic colors are variations of #EC61DD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EC61DD
The complementary color of #EC61DD 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 #EC61DD
/* Using HEX */ body { background-color: #ec61dd; }
/* Using RGB */ body { background-color: rgb(236, 97, 221); }
/* Using RGB with opacity */ body { background-color: rgba(236, 97, 221, 0.5); }
/* Using HSL */ body { background-color: hsl(306, 79%, 65%); }
/* Text color */ p { color: #ec61dd; }
/* Box shadow */ div { box-shadow: 4px 4px #ec61dd; }
/* Border color */ .box { border: 4px solid #ec61dd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ec61dd; }
/* Background with text */ div { background: #ec61dd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EC61DD
<!-- Using HEX --> <div style="background-color: #ec61dd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(236, 97, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(236, 97, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(306, 79%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ec61dd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ec61dd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ec61dd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ec61dd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ec61dd; color: #fff; padding: 16px; border-radius: 8px;"> #EC61DD </div>
Related Colors of #EC61DD
These colors are similar to #EC61DD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.