Color: #EA60CC
#EA60CC Color Information
#EA60CC is a light color. The closest websafe version is #EA60CC. A complement of this color would be #61EA7F, perceived brightness is 0.59, and the grayscale version is #A5A5A5.
In the HSL color space, this color has a hue angle of 313°,a saturation of 77%, and a lightness of 65%.The HSV representation shows a hue of 313°, a saturation of 59%, and a value of 92%.
In a RGB color space, #EA60CC is composed of 92% red, 38% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 59% magenta, 13% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 30.35, x: 0.3929, and y: 0.2432.
Color Code #EA60CC
Shades of Color #EA60CC
Shades are created by darkening the original color #EA60CC 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 #EA60CC
Tints are created by lightening the original color #EA60CC 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 #EA60CC Color Code
In the HSL color space, this color has a hue angle of 313°, a saturation of 77%, and a lightness of 65%. The HSV representation shows a hue of 313°, a saturation of 59%, and a value of 92%.
- HEX: #EA60CC
- RGB: rgb(234, 96, 204)
- HSL: hsl(313, 77%, 65%)
- HSV: hsv(313, 59%, 92%)
- CMYK: 0.00% cyan, 59.00% magenta, 13.00% yellow, 8.00% black
- XYZ: 49.02, 30.35, 45.41
- Yxy: 30.35, 0.3929, 0.2432
- Hunter Lab: 61.96, 63.04, -29.48
- CIE-Lab: 61.96, 63.04, -29.48
In the XYZ color space, this color is represented as X: 49.02, Y: 30.35, Z: 45.41. The Yxy representation further refines this as Y: 30.35, x: 0.3929, and y: 0.2432.
In the Hunter Lab color space, this color is represented as L: 61.96, a: 63.04, and b: -29.48. Similarly, in the CIE-Lab color space, it is represented as L: 61.96, a: 63.04, and b: -29.48.
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 #EA60CC
Triadic colors are three colors evenly spaced around the color wheel, including #EA60CC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EA60CC
Split complementary colors are two colors adjacent to the complementary color of #EA60CC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EA60CC
Monochromatic colors are variations of #EA60CC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EA60CC
The complementary color of #EA60CC 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 #EA60CC
/* Using HEX */ body { background-color: #ea60cc; }
/* Using RGB */ body { background-color: rgb(234, 96, 204); }
/* Using RGB with opacity */ body { background-color: rgba(234, 96, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(313, 77%, 65%); }
/* Text color */ p { color: #ea60cc; }
/* Box shadow */ div { box-shadow: 4px 4px #ea60cc; }
/* Border color */ .box { border: 4px solid #ea60cc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ea60cc; }
/* Background with text */ div { background: #ea60cc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EA60CC
<!-- Using HEX --> <div style="background-color: #ea60cc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(234, 96, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(234, 96, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(313, 77%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ea60cc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ea60cc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ea60cc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ea60cc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ea60cc; color: #fff; padding: 16px; border-radius: 8px;"> #EA60CC </div>
Related Colors of #EA60CC
These colors are similar to #EA60CC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.