Color: #E48EAF

#E48EAF Color Information

#E48EAF is a light color. The closest websafe version is #E48EAF. A complement of this color would be #90E4C4, perceived brightness is 0.67, and the grayscale version is #B9B9B9.

In the HSL color space, this color has a hue angle of 337°,a saturation of 61%, and a lightness of 73%.The HSV representation shows a hue of 337°, a saturation of 100%, and a value of 100%.

In a RGB color space, #E48EAF is composed of 89% red, 56% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 38% magenta, 23% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 39.25, x: 0.4065, and y: 0.3167.

Color Code #E48EAF

HEX
#E48EAF
RGB
rgb(228, 142, 175)
HSL
hsl(337, 61%, 73%)
HSV
hsv(337, 38%, 89%)
CMYK
0%, 38%, 23%, 11%
XYZ
X: 50.38, Y: 39.25, Z: 34.32
Lab
L: 68.93, a: 36.62, b: -2.86
Name

Shades of Color #E48EAF

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

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

About #E48EAF Color Code

In the HSL color space, this color has a hue angle of 337°, a saturation of 61%, and a lightness of 73%. The HSV representation shows a hue of 337°, a saturation of 38%, and a value of 89%.

  • HEX: #E48EAF
  • RGB: rgb(228, 142, 175)
  • HSL: hsl(337, 61%, 73%)
  • HSV: hsv(337, 38%, 89%)
  • CMYK: 0.00% cyan, 38.00% magenta, 23.00% yellow, 11.00% black
  • XYZ: 50.38, 39.25, 34.32
  • Yxy: 39.25, 0.4065, 0.3167
  • Hunter Lab: 68.93, 36.62, -2.86
  • CIE-Lab: 68.93, 36.62, -2.86

In the XYZ color space, this color is represented as X: 50.38, Y: 39.25, Z: 34.32. The Yxy representation further refines this as Y: 39.25, x: 0.4065, and y: 0.3167.

In the Hunter Lab color space, this color is represented as L: 68.93, a: 36.62, and b: -2.86. Similarly, in the CIE-Lab color space, it is represented as L: 68.93, a: 36.62, and b: -2.86.

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

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

Analogous Colors of #E48EAF

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

Monochromatic Colors of #E48EAF

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

Complementary Color of #E48EAF

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

/* Using HEX */
body {
  background-color: #e48eaf;
}
/* Using RGB */
body {
  background-color: rgb(228, 142, 175);
}
/* Using RGB with opacity */
body {
  background-color: rgba(228, 142, 175, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(337, 61%, 73%);
}
/* Text color */
p {
  color: #e48eaf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e48eaf;
}

HTML Examples of #E48EAF

<!-- Using HEX -->
<div style="background-color: #e48eaf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(228, 142, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(228, 142, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(337, 61%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e48eaf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e48eaf; width: 100px; height: 100px;"></div>

Related Colors of #E48EAF

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