Color: #EC65DF

#EC65DF Color Information

#EC65DF is a light color. The closest websafe version is #EC65DF. A complement of this color would be #65EC72, perceived brightness is 0.61, and the grayscale version is #A8A8A8.

In the HSL color space, this color has a hue angle of 306°,a saturation of 78%, and a lightness of 66%.The HSV representation shows a hue of 306°, a saturation of 57%, and a value of 93%.

In a RGB color space, #EC65DF is composed of 93% red, 40% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 57% magenta, 6% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 32.47, x: 0.3732, and y: 0.2323.

Color Code #EC65DF

#EC65DFrgb(236, 101, 223)
HEX
#EC65DF
RGB
rgb(236, 101, 223)
HSL
hsl(306, 78%, 66%)
HSV
hsv(306, 57%, 93%)
CMYK
0%, 57%, 6%, 7%
XYZ
X: 52.15, Y: 32.47, Z: 55.13
Lab
L: 63.73, a: 63.72, b: -37.38
Name

Shades of Color #EC65DF

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

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

#EC65DFrgb(236, 101, 223)

About #EC65DF Color Code

In the HSL color space, this color has a hue angle of 306°, a saturation of 78%, and a lightness of 66%. The HSV representation shows a hue of 306°, a saturation of 57%, and a value of 93%.

  • HEX: #EC65DF
  • RGB: rgb(236, 101, 223)
  • HSL: hsl(306, 78%, 66%)
  • HSV: hsv(306, 57%, 93%)
  • CMYK: 0.00% cyan, 57.00% magenta, 6.00% yellow, 7.00% black
  • XYZ: 52.15, 32.47, 55.13
  • Yxy: 32.47, 0.3732, 0.2323
  • Hunter Lab: 63.73, 63.72, -37.38
  • CIE-Lab: 63.73, 63.72, -37.38

In the XYZ color space, this color is represented as X: 52.15, Y: 32.47, Z: 55.13. The Yxy representation further refines this as Y: 32.47, x: 0.3732, and y: 0.2323.

In the Hunter Lab color space, this color is represented as L: 63.73, a: 63.72, and b: -37.38. Similarly, in the CIE-Lab color space, it is represented as L: 63.73, a: 63.72, and b: -37.38.

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

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

Analogous Colors of #EC65DF

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

Monochromatic Colors of #EC65DF

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

Complementary Color of #EC65DF

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

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

HTML Examples of #EC65DF

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

Related Colors of #EC65DF

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