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