Color: #EDA8BA

#EDA8BA Color Information

#EDA8BA is a light color. The closest websafe version is #EDA8BA. A complement of this color would be #A6EDDA, perceived brightness is 0.75, and the grayscale version is #CBCBCB.

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

In a RGB color space, #EDA8BA is composed of 93% red, 66% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 29% magenta, 22% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 49.89, x: 0.3963, and y: 0.3349.

Color Code #EDA8BA

#EDA8BArgb(237, 168, 186)
HEX
#EDA8BA
RGB
rgb(237, 168, 186)
HSL
hsl(344, 66%, 79%)
HSV
hsv(344, 29%, 93%)
CMYK
0%, 29%, 22%, 7%
XYZ
X: 59.03, Y: 49.89, Z: 40.05
Lab
L: 76.00, a: 28.00, b: 1.45
Name

Shades of Color #EDA8BA

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

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

#EDA8BArgb(237, 168, 186)

About #EDA8BA Color Code

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

  • HEX: #EDA8BA
  • RGB: rgb(237, 168, 186)
  • HSL: hsl(344, 66%, 79%)
  • HSV: hsv(344, 29%, 93%)
  • CMYK: 0.00% cyan, 29.00% magenta, 22.00% yellow, 7.00% black
  • XYZ: 59.03, 49.89, 40.05
  • Yxy: 49.89, 0.3963, 0.3349
  • Hunter Lab: 76.00, 28.00, 1.45
  • CIE-Lab: 76.00, 28.00, 1.45

In the XYZ color space, this color is represented as X: 59.03, Y: 49.89, Z: 40.05. The Yxy representation further refines this as Y: 49.89, x: 0.3963, and y: 0.3349.

In the Hunter Lab color space, this color is represented as L: 76.00, a: 28.00, and b: 1.45. Similarly, in the CIE-Lab color space, it is represented as L: 76.00, a: 28.00, and b: 1.45.

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

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

Analogous Colors of #EDA8BA

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

Monochromatic Colors of #EDA8BA

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

Complementary Color of #EDA8BA

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

/* Using HEX */
body {
  background-color: #eda8ba;
}
/* Using RGB */
body {
  background-color: rgb(237, 168, 186);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 168, 186, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(344, 66%, 79%);
}
/* Text color */
p {
  color: #eda8ba;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eda8ba;
}
/* Border color */
.box {
  border: 4px solid #eda8ba;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eda8ba;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eda8ba;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EDA8BA
On Black Background
#EDA8BA
On White Background
#EDA8BA

HTML Examples of #EDA8BA

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

Related Colors of #EDA8BA

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