Color: #EF6CEC

#EF6CEC Color Information

#EF6CEC is a light color. The closest websafe version is #EF6CEC. A complement of this color would be #6CEF6E, perceived brightness is 0.63, and the grayscale version is #AEAEAE.

In the HSL color space, this color has a hue angle of 301°,a saturation of 80%, and a lightness of 68%.The HSV representation shows a hue of 301°, a saturation of 55%, and a value of 94%.

In a RGB color space, #EF6CEC is composed of 94% red, 42% green and 93% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 55% magenta, 1% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 35.04, x: 0.3622, and y: 0.2290.

Color Code #EF6CEC

#EF6CECrgb(239, 108, 236)
HEX
#EF6CEC
RGB
rgb(239, 108, 236)
HSL
hsl(301, 80%, 68%)
HSV
hsv(301, 55%, 94%)
CMYK
0%, 55%, 1%, 6%
XYZ
X: 55.42, Y: 35.04, Z: 62.56
Lab
L: 65.78, a: 63.21, b: -41.37
Name

Shades of Color #EF6CEC

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

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

#EF6CECrgb(239, 108, 236)

About #EF6CEC Color Code

In the HSL color space, this color has a hue angle of 301°, a saturation of 80%, and a lightness of 68%. The HSV representation shows a hue of 301°, a saturation of 55%, and a value of 94%.

  • HEX: #EF6CEC
  • RGB: rgb(239, 108, 236)
  • HSL: hsl(301, 80%, 68%)
  • HSV: hsv(301, 55%, 94%)
  • CMYK: 0.00% cyan, 55.00% magenta, 100.00% yellow, 6.00% black
  • XYZ: 55.42, 35.04, 62.56
  • Yxy: 35.04, 0.3622, 0.2290
  • Hunter Lab: 65.78, 63.21, -41.37
  • CIE-Lab: 65.78, 63.21, -41.37

In the XYZ color space, this color is represented as X: 55.42, Y: 35.04, Z: 62.56. The Yxy representation further refines this as Y: 35.04, x: 0.3622, and y: 0.2290.

In the Hunter Lab color space, this color is represented as L: 65.78, a: 63.21, and b: -41.37. Similarly, in the CIE-Lab color space, it is represented as L: 65.78, a: 63.21, and b: -41.37.

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

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

Analogous Colors of #EF6CEC

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

Monochromatic Colors of #EF6CEC

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

Complementary Color of #EF6CEC

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

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

HTML Examples of #EF6CEC

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

Related Colors of #EF6CEC

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