Color: #EF5ECC

#EF5ECC Color Information

#EF5ECC is a light color. The closest websafe version is #EF5ECC. A complement of this color would be #5DEF7F, perceived brightness is 0.59, and the grayscale version is #A7A7A7.

In the HSL color space, this color has a hue angle of 314°,a saturation of 82%, and a lightness of 65%.The HSV representation shows a hue of 314°, a saturation of 61%, and a value of 94%.

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

In the Yxy color space, this color is represented as Y: 30.89, x: 0.3987, and y: 0.2434.

Color Code #EF5ECC

#EF5ECCrgb(239, 94, 204)
HEX
#EF5ECC
RGB
rgb(239, 94, 204)
HSL
hsl(314, 82%, 65%)
HSV
hsv(314, 61%, 94%)
CMYK
0%, 61%, 15%, 6%
XYZ
X: 50.59, Y: 30.89, Z: 45.41
Lab
L: 62.41, a: 65.28, b: -28.70
Name

Shades of Color #EF5ECC

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

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

#EF5ECCrgb(239, 94, 204)

About #EF5ECC Color Code

In the HSL color space, this color has a hue angle of 314°, a saturation of 82%, and a lightness of 65%. The HSV representation shows a hue of 314°, a saturation of 61%, and a value of 94%.

  • HEX: #EF5ECC
  • RGB: rgb(239, 94, 204)
  • HSL: hsl(314, 82%, 65%)
  • HSV: hsv(314, 61%, 94%)
  • CMYK: 0.00% cyan, 61.00% magenta, 15.00% yellow, 6.00% black
  • XYZ: 50.59, 30.89, 45.41
  • Yxy: 30.89, 0.3987, 0.2434
  • Hunter Lab: 62.41, 65.28, -28.70
  • CIE-Lab: 62.41, 65.28, -28.70

In the XYZ color space, this color is represented as X: 50.59, Y: 30.89, Z: 45.41. The Yxy representation further refines this as Y: 30.89, x: 0.3987, and y: 0.2434.

In the Hunter Lab color space, this color is represented as L: 62.41, a: 65.28, and b: -28.70. Similarly, in the CIE-Lab color space, it is represented as L: 62.41, a: 65.28, and b: -28.70.

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

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

Analogous Colors of #EF5ECC

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

Split Complementary Colors of #EF5ECC

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

Tetradic Colors of #EF5ECC

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

Monochromatic Colors of #EF5ECC

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

Complementary Color of #EF5ECC

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

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

HTML Examples of #EF5ECC

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

Related Colors of #EF5ECC

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