Color: #E29BBC

#E29BBC Color Information

#E29BBC is a light color. The closest websafe version is #E29BBC. A complement of this color would be #9CE2C2, perceived brightness is 0.71, and the grayscale version is #BFBFBF.

In the HSL color space, this color has a hue angle of 332°,a saturation of 55%, and a lightness of 75%.The HSV representation shows a hue of 332°, a saturation of 31%, and a value of 89%.

In a RGB color space, #E29BBC is composed of 89% red, 61% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 17% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 43.47, x: 0.3878, and y: 0.3182.

Color Code #E29BBC

#E29BBCrgb(226, 155, 188)
HEX
#E29BBC
RGB
rgb(226, 155, 188)
HSL
hsl(332, 55%, 75%)
HSV
hsv(332, 31%, 89%)
CMYK
0%, 31%, 17%, 11%
XYZ
X: 52.98, Y: 43.47, Z: 40.16
Lab
L: 71.87, a: 30.77, b: -5.81
Name

Shades of Color #E29BBC

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

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

#E29BBCrgb(226, 155, 188)

About #E29BBC Color Code

In the HSL color space, this color has a hue angle of 332°, a saturation of 55%, and a lightness of 75%. The HSV representation shows a hue of 332°, a saturation of 31%, and a value of 89%.

  • HEX: #E29BBC
  • RGB: rgb(226, 155, 188)
  • HSL: hsl(332, 55%, 75%)
  • HSV: hsv(332, 31%, 89%)
  • CMYK: 0.00% cyan, 31.00% magenta, 17.00% yellow, 11.00% black
  • XYZ: 52.98, 43.47, 40.16
  • Yxy: 43.47, 0.3878, 0.3182
  • Hunter Lab: 71.87, 30.77, -5.81
  • CIE-Lab: 71.87, 30.77, -5.81

In the XYZ color space, this color is represented as X: 52.98, Y: 43.47, Z: 40.16. The Yxy representation further refines this as Y: 43.47, x: 0.3878, and y: 0.3182.

In the Hunter Lab color space, this color is represented as L: 71.87, a: 30.77, and b: -5.81. Similarly, in the CIE-Lab color space, it is represented as L: 71.87, a: 30.77, and b: -5.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 #E29BBC

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

Analogous Colors of #E29BBC

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

Split Complementary Colors of #E29BBC

Split complementary colors are two colors adjacent to the complementary color of #E29BBC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #E29BBC

Tetradic colors form a rectangle on the color wheel, including #E29BBC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #E29BBC

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

Complementary Color of #E29BBC

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

/* Using HEX */
body {
  background-color: #e29bbc;
}
/* Using RGB */
body {
  background-color: rgb(226, 155, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(226, 155, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(332, 55%, 75%);
}
/* Text color */
p {
  color: #e29bbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e29bbc;
}
/* Border color */
.box {
  border: 4px solid #e29bbc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e29bbc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e29bbc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E29BBC
On Black Background
#E29BBC
On White Background
#E29BBC

HTML Examples of #E29BBC

<!-- Using HEX -->
<div style="background-color: #e29bbc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(226, 155, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(226, 155, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(332, 55%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e29bbc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e29bbc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #e29bbc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #e29bbc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #e29bbc; color: #fff; padding: 16px; border-radius: 8px;">
  #E29BBC
</div>
#E29BBC
On Black Background
#E29BBC
On White Background
#E29BBC

Related Colors of #E29BBC

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