Color: #EC5DBA

#EC5DBA Color Information

#EC5DBA is a light color. The closest websafe version is #EC5DBA. A complement of this color would be #5FEC91, perceived brightness is 0.57, and the grayscale version is #A4A4A4.

In the HSL color space, this color has a hue angle of 321°,a saturation of 79%, and a lightness of 65%.The HSV representation shows a hue of 321°, a saturation of 61%, and a value of 93%.

In a RGB color space, #EC5DBA is composed of 93% red, 36% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 61% magenta, 21% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 29.49, x: 0.4172, and y: 0.2573.

Color Code #EC5DBA

#EC5DBArgb(236, 93, 186)
HEX
#EC5DBA
RGB
rgb(236, 93, 186)
HSL
hsl(321, 79%, 65%)
HSV
hsv(321, 61%, 93%)
CMYK
0%, 61%, 21%, 7%
XYZ
X: 47.82, Y: 29.49, Z: 37.30
Lab
L: 61.21, a: 62.97, b: -20.37
Name

Shades of Color #EC5DBA

Shades are created by darkening the original color #EC5DBA 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 #EC5DBA

Tints are created by lightening the original color #EC5DBA 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.

#EC5DBArgb(236, 93, 186)

About #EC5DBA Color Code

In the HSL color space, this color has a hue angle of 321°, a saturation of 79%, and a lightness of 65%. The HSV representation shows a hue of 321°, a saturation of 61%, and a value of 93%.

  • HEX: #EC5DBA
  • RGB: rgb(236, 93, 186)
  • HSL: hsl(321, 79%, 65%)
  • HSV: hsv(321, 61%, 93%)
  • CMYK: 0.00% cyan, 61.00% magenta, 21.00% yellow, 7.00% black
  • XYZ: 47.82, 29.49, 37.30
  • Yxy: 29.49, 0.4172, 0.2573
  • Hunter Lab: 61.21, 62.97, -20.37
  • CIE-Lab: 61.21, 62.97, -20.37

In the XYZ color space, this color is represented as X: 47.82, Y: 29.49, Z: 37.30. The Yxy representation further refines this as Y: 29.49, x: 0.4172, and y: 0.2573.

In the Hunter Lab color space, this color is represented as L: 61.21, a: 62.97, and b: -20.37. Similarly, in the CIE-Lab color space, it is represented as L: 61.21, a: 62.97, and b: -20.37.

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 #EC5DBA

Triadic colors are three colors evenly spaced around the color wheel, including #EC5DBA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #EC5DBA

Analogous colors are adjacent to #EC5DBA on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #EC5DBA

Monochromatic colors are variations of #EC5DBA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #EC5DBA

The complementary color of #EC5DBA 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 #EC5DBA

/* Using HEX */
body {
  background-color: #ec5dba;
}
/* Using RGB */
body {
  background-color: rgb(236, 93, 186);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 93, 186, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(321, 79%, 65%);
}
/* Text color */
p {
  color: #ec5dba;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ec5dba;
}
/* Border color */
.box {
  border: 4px solid #ec5dba;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ec5dba;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ec5dba;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EC5DBA
On Black Background
#EC5DBA
On White Background
#EC5DBA

HTML Examples of #EC5DBA

<!-- Using HEX -->
<div style="background-color: #ec5dba; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(236, 93, 186); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(236, 93, 186, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(321, 79%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ec5dba;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ec5dba; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ec5dba; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ec5dba;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ec5dba; color: #fff; padding: 16px; border-radius: 8px;">
  #EC5DBA
</div>
#EC5DBA
On Black Background
#EC5DBA
On White Background
#EC5DBA

Related Colors of #EC5DBA

These colors are similar to #EC5DBA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.