Color: #EC4BAE

#EC4BAE Color Information

#EC4BAE is a light color. The closest websafe version is #EC4BAE. A complement of this color would be #4BEC89, perceived brightness is 0.53, and the grayscale version is #9B9B9B.

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

In a RGB color space, #EC4BAE is composed of 93% red, 29% green and 68% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 68% magenta, 26% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 26.27, x: 0.4373, and y: 0.2534.

Color Code #EC4BAE

#EC4BAErgb(236, 75, 174)
HEX
#EC4BAE
RGB
rgb(236, 75, 174)
HSL
hsl(323, 81%, 61%)
HSV
hsv(323, 68%, 93%)
CMYK
0%, 68%, 26%, 7%
XYZ
X: 45.34, Y: 26.27, Z: 32.08
Lab
L: 58.30, a: 68.58, b: -17.87
Name

Shades of Color #EC4BAE

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

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

#EC4BAErgb(236, 75, 174)

About #EC4BAE Color Code

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

  • HEX: #EC4BAE
  • RGB: rgb(236, 75, 174)
  • HSL: hsl(323, 81%, 61%)
  • HSV: hsv(323, 68%, 93%)
  • CMYK: 0.00% cyan, 68.00% magenta, 26.00% yellow, 7.00% black
  • XYZ: 45.34, 26.27, 32.08
  • Yxy: 26.27, 0.4373, 0.2534
  • Hunter Lab: 58.30, 68.58, -17.87
  • CIE-Lab: 58.30, 68.58, -17.87

In the XYZ color space, this color is represented as X: 45.34, Y: 26.27, Z: 32.08. The Yxy representation further refines this as Y: 26.27, x: 0.4373, and y: 0.2534.

In the Hunter Lab color space, this color is represented as L: 58.30, a: 68.58, and b: -17.87. Similarly, in the CIE-Lab color space, it is represented as L: 58.30, a: 68.58, and b: -17.87.

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

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

Analogous Colors of #EC4BAE

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

Monochromatic Colors of #EC4BAE

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

Complementary Color of #EC4BAE

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

/* Using HEX */
body {
  background-color: #ec4bae;
}
/* Using RGB */
body {
  background-color: rgb(236, 75, 174);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 75, 174, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(323, 81%, 61%);
}
/* Text color */
p {
  color: #ec4bae;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ec4bae;
}
/* Border color */
.box {
  border: 4px solid #ec4bae;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ec4bae;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ec4bae;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EC4BAE
On Black Background
#EC4BAE
On White Background
#EC4BAE

HTML Examples of #EC4BAE

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

Related Colors of #EC4BAE

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