Color: #EF2ECC

#EF2ECC Color Information

#EF2ECC is a dark color. The closest websafe version is #EF2ECC. A complement of this color would be #2EEF52, perceived brightness is 0.48, and the grayscale version is #8F8F8F.

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

In a RGB color space, #EF2ECC is composed of 94% red, 18% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 81% magenta, 15% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 24.82, x: 0.4054, and y: 0.2126.

Color Code #EF2ECC

#EF2ECCrgb(239, 46, 204)
HEX
#EF2ECC
RGB
rgb(239, 46, 204)
HSL
hsl(311, 86%, 56%)
HSV
hsv(311, 81%, 94%)
CMYK
0%, 81%, 15%, 6%
XYZ
X: 47.33, Y: 24.82, Z: 44.59
Lab
L: 56.90, a: 80.18, b: -37.21
Name

Shades of Color #EF2ECC

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

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

#EF2ECCrgb(239, 46, 204)

About #EF2ECC Color Code

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

  • HEX: #EF2ECC
  • RGB: rgb(239, 46, 204)
  • HSL: hsl(311, 86%, 56%)
  • HSV: hsv(311, 81%, 94%)
  • CMYK: 0.00% cyan, 81.00% magenta, 15.00% yellow, 6.00% black
  • XYZ: 47.33, 24.82, 44.59
  • Yxy: 24.82, 0.4054, 0.2126
  • Hunter Lab: 56.90, 80.18, -37.21
  • CIE-Lab: 56.90, 80.18, -37.21

In the XYZ color space, this color is represented as X: 47.33, Y: 24.82, Z: 44.59. The Yxy representation further refines this as Y: 24.82, x: 0.4054, and y: 0.2126.

In the Hunter Lab color space, this color is represented as L: 56.90, a: 80.18, and b: -37.21. Similarly, in the CIE-Lab color space, it is represented as L: 56.90, a: 80.18, and b: -37.21.

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

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

Analogous Colors of #EF2ECC

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

Split Complementary Colors of #EF2ECC

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

Tetradic Colors of #EF2ECC

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

Monochromatic Colors of #EF2ECC

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

Complementary Color of #EF2ECC

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

/* Using HEX */
body {
  background-color: #ef2ecc;
}
/* Using RGB */
body {
  background-color: rgb(239, 46, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(239, 46, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(311, 86%, 56%);
}
/* Text color */
p {
  color: #ef2ecc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ef2ecc;
}
/* Border color */
.box {
  border: 4px solid #ef2ecc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ef2ecc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ef2ecc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EF2ECC
On Black Background
#EF2ECC
On White Background
#EF2ECC

HTML Examples of #EF2ECC

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

Related Colors of #EF2ECC

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