Color: #E64EDC
#E64EDC Color Information
#E64EDC is a light color. The closest websafe version is #E64EDC. A complement of this color would be #4DE657, perceived brightness is 0.55, and the grayscale version is #9A9A9A.
In the HSL color space, this color has a hue angle of 304°,a saturation of 75%, and a lightness of 60%.The HSV representation shows a hue of 304°, a saturation of 66%, and a value of 90%.
In a RGB color space, #E64EDC is composed of 90% red, 31% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 66% magenta, 4% yellow and 10% black.
In the Yxy color space, this color is represented as Y: 27.41, x: 0.3724, and y: 0.2141.
Color Code #E64EDC
Shades of Color #E64EDC
Shades are created by darkening the original color #E64EDC 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 #E64EDC
Tints are created by lightening the original color #E64EDC 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 #E64EDC Color Code
In the HSL color space, this color has a hue angle of 304°, a saturation of 75%, and a lightness of 60%. The HSV representation shows a hue of 304°, a saturation of 66%, and a value of 90%.
- HEX: #E64EDC
- RGB: rgb(230, 78, 220)
- HSL: hsl(304, 75%, 60%)
- HSV: hsv(304, 66%, 90%)
- CMYK: 0.00% cyan, 66.00% magenta, 4.00% yellow, 10.00% black
- XYZ: 47.68, 27.41, 52.96
- Yxy: 27.41, 0.3724, 0.2141
- Hunter Lab: 59.35, 70.61, -42.60
- CIE-Lab: 59.35, 70.61, -42.60
In the XYZ color space, this color is represented as X: 47.68, Y: 27.41, Z: 52.96. The Yxy representation further refines this as Y: 27.41, x: 0.3724, and y: 0.2141.
In the Hunter Lab color space, this color is represented as L: 59.35, a: 70.61, and b: -42.60. Similarly, in the CIE-Lab color space, it is represented as L: 59.35, a: 70.61, and b: -42.60.
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 #E64EDC
Triadic colors are three colors evenly spaced around the color wheel, including #E64EDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #E64EDC
Monochromatic colors are variations of #E64EDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E64EDC
The complementary color of #E64EDC 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 #E64EDC
/* Using HEX */ body { background-color: #e64edc; }
/* Using RGB */ body { background-color: rgb(230, 78, 220); }
/* Using RGB with opacity */ body { background-color: rgba(230, 78, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(304, 75%, 60%); }
/* Text color */ p { color: #e64edc; }
/* Box shadow */ div { box-shadow: 4px 4px #e64edc; }
/* Border color */ .box { border: 4px solid #e64edc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #e64edc; }
/* Background with text */ div { background: #e64edc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #E64EDC
<!-- Using HEX --> <div style="background-color: #e64edc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(230, 78, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(230, 78, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(304, 75%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e64edc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e64edc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #e64edc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #e64edc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #e64edc; color: #fff; padding: 16px; border-radius: 8px;"> #E64EDC </div>
Related Colors of #E64EDC
These colors are similar to #E64EDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.