Color: #EC4ECE

#EC4ECE Color Information

#EC4ECE is a light color. The closest websafe version is #EC4ECE. A complement of this color would be #50ED6C, perceived brightness is 0.55, and the grayscale version is #9D9D9D.

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

In a RGB color space, #EC4ECE is composed of 93% red, 31% green and 81% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 67% magenta, 13% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 27.87, x: 0.3956, and y: 0.2281.

Color Code #EC4ECE

#EC4ECErgb(236, 78, 206)
HEX
#EC4ECE
RGB
rgb(236, 78, 206)
HSL
hsl(311, 81%, 62%)
HSV
hsv(311, 67%, 93%)
CMYK
0%, 67%, 13%, 7%
XYZ
X: 48.34, Y: 27.87, Z: 45.99
Lab
L: 59.77, a: 70.62, b: -33.95
Name

Shades of Color #EC4ECE

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

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

#EC4ECErgb(236, 78, 206)

About #EC4ECE Color Code

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

  • HEX: #EC4ECE
  • RGB: rgb(236, 78, 206)
  • HSL: hsl(311, 81%, 62%)
  • HSV: hsv(311, 67%, 93%)
  • CMYK: 0.00% cyan, 67.00% magenta, 13.00% yellow, 7.00% black
  • XYZ: 48.34, 27.87, 45.99
  • Yxy: 27.87, 0.3956, 0.2281
  • Hunter Lab: 59.77, 70.62, -33.95
  • CIE-Lab: 59.77, 70.62, -33.95

In the XYZ color space, this color is represented as X: 48.34, Y: 27.87, Z: 45.99. The Yxy representation further refines this as Y: 27.87, x: 0.3956, and y: 0.2281.

In the Hunter Lab color space, this color is represented as L: 59.77, a: 70.62, and b: -33.95. Similarly, in the CIE-Lab color space, it is represented as L: 59.77, a: 70.62, and b: -33.95.

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

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

Analogous Colors of #EC4ECE

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

Split Complementary Colors of #EC4ECE

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

Tetradic Colors of #EC4ECE

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

Monochromatic Colors of #EC4ECE

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

Complementary Color of #EC4ECE

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

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

HTML Examples of #EC4ECE

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

Related Colors of #EC4ECE

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