Color: #E17FBB

#E17FBB Color Information

#E17FBB is a light color. The closest websafe version is #E17FBB. A complement of this color would be #7FE1A5, perceived brightness is 0.64, and the grayscale version is #B0B0B0.

In the HSL color space, this color has a hue angle of 323°,a saturation of 62%, and a lightness of 69%.The HSV representation shows a hue of 323°, a saturation of 44%, and a value of 88%.

In a RGB color space, #E17FBB is composed of 88% red, 50% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 44% magenta, 17% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 34.98, x: 0.3954, and y: 0.2874.

Color Code #E17FBB

#E17FBBrgb(225, 127, 187)
HEX
#E17FBB
RGB
rgb(225, 127, 187)
HSL
hsl(323, 62%, 69%)
HSV
hsv(323, 44%, 88%)
CMYK
0%, 44%, 17%, 12%
XYZ
X: 48.12, Y: 34.98, Z: 38.60
Lab
L: 65.73, a: 44.29, b: -14.33
Name

Shades of Color #E17FBB

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

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

#E17FBBrgb(225, 127, 187)

About #E17FBB Color Code

In the HSL color space, this color has a hue angle of 323°, a saturation of 62%, and a lightness of 69%. The HSV representation shows a hue of 323°, a saturation of 44%, and a value of 88%.

  • HEX: #E17FBB
  • RGB: rgb(225, 127, 187)
  • HSL: hsl(323, 62%, 69%)
  • HSV: hsv(323, 44%, 88%)
  • CMYK: 0.00% cyan, 44.00% magenta, 17.00% yellow, 12.00% black
  • XYZ: 48.12, 34.98, 38.60
  • Yxy: 34.98, 0.3954, 0.2874
  • Hunter Lab: 65.73, 44.29, -14.33
  • CIE-Lab: 65.73, 44.29, -14.33

In the XYZ color space, this color is represented as X: 48.12, Y: 34.98, Z: 38.60. The Yxy representation further refines this as Y: 34.98, x: 0.3954, and y: 0.2874.

In the Hunter Lab color space, this color is represented as L: 65.73, a: 44.29, and b: -14.33. Similarly, in the CIE-Lab color space, it is represented as L: 65.73, a: 44.29, and b: -14.33.

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

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

Analogous Colors of #E17FBB

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

Monochromatic Colors of #E17FBB

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

Complementary Color of #E17FBB

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

/* Using HEX */
body {
  background-color: #e17fbb;
}
/* Using RGB */
body {
  background-color: rgb(225, 127, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(225, 127, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(323, 62%, 69%);
}
/* Text color */
p {
  color: #e17fbb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e17fbb;
}
/* Border color */
.box {
  border: 4px solid #e17fbb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e17fbb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e17fbb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E17FBB
On Black Background
#E17FBB
On White Background
#E17FBB

HTML Examples of #E17FBB

<!-- Using HEX -->
<div style="background-color: #e17fbb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(225, 127, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(225, 127, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(323, 62%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e17fbb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e17fbb; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #e17fbb; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #e17fbb;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #e17fbb; color: #fff; padding: 16px; border-radius: 8px;">
  #E17FBB
</div>
#E17FBB
On Black Background
#E17FBB
On White Background
#E17FBB

Related Colors of #E17FBB

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