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