Color: #EC6AAB

#EC6AAB Color Information

#EC6AAB is a light color. The closest websafe version is #EC6AAB. A complement of this color would be #6AECAB, perceived brightness is 0.60, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 330°,a saturation of 77%, and a lightness of 67%.The HSV representation shows a hue of 330°, a saturation of 100%, and a value of 100%.

In a RGB color space, #EC6AAB is composed of 93% red, 42% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 55% magenta, 28% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 31.46, x: 0.4317, and y: 0.2833.

Color Code #EC6AAB

HEX
#EC6AAB
RGB
rgb(236, 106, 171)
HSL
hsl(330, 77%, 67%)
HSV
hsv(330, 55%, 93%)
CMYK
0%, 55%, 28%, 7%
XYZ
X: 47.95, Y: 31.46, Z: 31.65
Lab
L: 62.90, a: 56.07, b: -9.28
Name

Shades of Color #EC6AAB

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

Tints are created by lightening the original color #EC6AAB 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 #EC6AAB Color Code

In the HSL color space, this color has a hue angle of 330°, a saturation of 77%, and a lightness of 67%. The HSV representation shows a hue of 330°, a saturation of 55%, and a value of 93%.

  • HEX: #EC6AAB
  • RGB: rgb(236, 106, 171)
  • HSL: hsl(330, 77%, 67%)
  • HSV: hsv(330, 55%, 93%)
  • CMYK: 0.00% cyan, 55.00% magenta, 28.00% yellow, 7.00% black
  • XYZ: 47.95, 31.46, 31.65
  • Yxy: 31.46, 0.4317, 0.2833
  • Hunter Lab: 62.90, 56.07, -9.28
  • CIE-Lab: 62.90, 56.07, -9.28

In the XYZ color space, this color is represented as X: 47.95, Y: 31.46, Z: 31.65. The Yxy representation further refines this as Y: 31.46, x: 0.4317, and y: 0.2833.

In the Hunter Lab color space, this color is represented as L: 62.90, a: 56.07, and b: -9.28. Similarly, in the CIE-Lab color space, it is represented as L: 62.90, a: 56.07, and b: -9.28.

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

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

Analogous Colors of #EC6AAB

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

Monochromatic Colors of #EC6AAB

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

Complementary Color of #EC6AAB

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

/* Using HEX */
body {
  background-color: #ec6aab;
}
/* Using RGB */
body {
  background-color: rgb(236, 106, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 106, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(330, 77%, 67%);
}
/* Text color */
p {
  color: #ec6aab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ec6aab;
}

HTML Examples of #EC6AAB

<!-- Using HEX -->
<div style="background-color: #ec6aab; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(236, 106, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(236, 106, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(330, 77%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ec6aab;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ec6aab; width: 100px; height: 100px;"></div>

Related Colors of #EC6AAB

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