Color: #EC086C

#EC086C Color Information

#EC086C is a dark color. The closest websafe version is #EC086C. A complement of this color would be #09EC8A, perceived brightness is 0.34, and the grayscale version is #7A7A7A.

In the HSL color space, this color has a hue angle of 334°,a saturation of 93%, and a lightness of 48%.The HSV representation shows a hue of 334°, a saturation of 97%, and a value of 93%.

In a RGB color space, #EC086C is composed of 93% red, 3% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 97% magenta, 54% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 19.75, x: 0.5509, and y: 0.2803.

Color Code #EC086C

#EC086Crgb(236, 8, 108)
HEX
#EC086C
RGB
rgb(236, 8, 108)
HSL
hsl(334, 93%, 48%)
HSV
hsv(334, 97%, 93%)
CMYK
0%, 97%, 54%, 7%
XYZ
X: 38.82, Y: 19.75, Z: 11.90
Lab
L: 51.55, a: 78.03, b: 11.58
Name

Shades of Color #EC086C

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

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

#EC086Crgb(236, 8, 108)

About #EC086C Color Code

In the HSL color space, this color has a hue angle of 334°, a saturation of 93%, and a lightness of 48%. The HSV representation shows a hue of 334°, a saturation of 97%, and a value of 93%.

  • HEX: #EC086C
  • RGB: rgb(236, 8, 108)
  • HSL: hsl(334, 93%, 48%)
  • HSV: hsv(334, 97%, 93%)
  • CMYK: 0.00% cyan, 97.00% magenta, 54.00% yellow, 7.00% black
  • XYZ: 38.82, 19.75, 11.90
  • Yxy: 19.75, 0.5509, 0.2803
  • Hunter Lab: 51.55, 78.03, 11.58
  • CIE-Lab: 51.55, 78.03, 11.58

In the XYZ color space, this color is represented as X: 38.82, Y: 19.75, Z: 11.90. The Yxy representation further refines this as Y: 19.75, x: 0.5509, and y: 0.2803.

In the Hunter Lab color space, this color is represented as L: 51.55, a: 78.03, and b: 11.58. Similarly, in the CIE-Lab color space, it is represented as L: 51.55, a: 78.03, and b: 11.58.

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

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

Analogous Colors of #EC086C

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

Split Complementary Colors of #EC086C

Split complementary colors are two colors adjacent to the complementary color of #EC086C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #EC086C

Tetradic colors form a rectangle on the color wheel, including #EC086C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #EC086C

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

Complementary Color of #EC086C

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

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

HTML Examples of #EC086C

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

Related Colors of #EC086C

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