Color: #EB5EDC

#EB5EDC Color Information

#EB5EDC is a light color. The closest websafe version is #EB5EDC. A complement of this color would be #60EB6E, perceived brightness is 0.59, and the grayscale version is #A5A5A5.

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

In a RGB color space, #EB5EDC is composed of 92% red, 37% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 60% magenta, 6% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 30.85, x: 0.3762, and y: 0.2285.

Color Code #EB5EDC

#EB5EDCrgb(235, 94, 220)
HEX
#EB5EDC
RGB
rgb(235, 94, 220)
HSL
hsl(306, 78%, 65%)
HSV
hsv(306, 60%, 92%)
CMYK
0%, 60%, 6%, 8%
XYZ
X: 50.78, Y: 30.85, Z: 53.36
Lab
L: 62.38, a: 65.93, b: -37.81
Name

Shades of Color #EB5EDC

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

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

#EB5EDCrgb(235, 94, 220)

About #EB5EDC Color Code

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

  • HEX: #EB5EDC
  • RGB: rgb(235, 94, 220)
  • HSL: hsl(306, 78%, 65%)
  • HSV: hsv(306, 60%, 92%)
  • CMYK: 0.00% cyan, 60.00% magenta, 6.00% yellow, 8.00% black
  • XYZ: 50.78, 30.85, 53.36
  • Yxy: 30.85, 0.3762, 0.2285
  • Hunter Lab: 62.38, 65.93, -37.81
  • CIE-Lab: 62.38, 65.93, -37.81

In the XYZ color space, this color is represented as X: 50.78, Y: 30.85, Z: 53.36. The Yxy representation further refines this as Y: 30.85, x: 0.3762, and y: 0.2285.

In the Hunter Lab color space, this color is represented as L: 62.38, a: 65.93, and b: -37.81. Similarly, in the CIE-Lab color space, it is represented as L: 62.38, a: 65.93, and b: -37.81.

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

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

Analogous Colors of #EB5EDC

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

Monochromatic Colors of #EB5EDC

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

Complementary Color of #EB5EDC

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

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

HTML Examples of #EB5EDC

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

Related Colors of #EB5EDC

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