Color: #ED92BC

#ED92BC Color Information

#ED92BC is a light color. The closest websafe version is #ED92BC. A complement of this color would be #91EDC2, perceived brightness is 0.70, and the grayscale version is #C0C0C0.

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

In a RGB color space, #ED92BC is composed of 93% red, 57% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 38% magenta, 21% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 42.50, x: 0.4011, and y: 0.3089.

Color Code #ED92BC

#ED92BCrgb(237, 146, 188)
HEX
#ED92BC
RGB
rgb(237, 146, 188)
HSL
hsl(332, 72%, 75%)
HSV
hsv(332, 38%, 93%)
CMYK
0%, 38%, 21%, 7%
XYZ
X: 55.19, Y: 42.50, Z: 39.89
Lab
L: 71.21, a: 39.24, b: -6.59
Name

Shades of Color #ED92BC

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

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

#ED92BCrgb(237, 146, 188)

About #ED92BC Color Code

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

  • HEX: #ED92BC
  • RGB: rgb(237, 146, 188)
  • HSL: hsl(332, 72%, 75%)
  • HSV: hsv(332, 38%, 93%)
  • CMYK: 0.00% cyan, 38.00% magenta, 21.00% yellow, 7.00% black
  • XYZ: 55.19, 42.50, 39.89
  • Yxy: 42.50, 0.4011, 0.3089
  • Hunter Lab: 71.21, 39.24, -6.59
  • CIE-Lab: 71.21, 39.24, -6.59

In the XYZ color space, this color is represented as X: 55.19, Y: 42.50, Z: 39.89. The Yxy representation further refines this as Y: 42.50, x: 0.4011, and y: 0.3089.

In the Hunter Lab color space, this color is represented as L: 71.21, a: 39.24, and b: -6.59. Similarly, in the CIE-Lab color space, it is represented as L: 71.21, a: 39.24, and b: -6.59.

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

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

Analogous Colors of #ED92BC

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

Split Complementary Colors of #ED92BC

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

Tetradic Colors of #ED92BC

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

Monochromatic Colors of #ED92BC

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

Complementary Color of #ED92BC

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

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

HTML Examples of #ED92BC

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

Related Colors of #ED92BC

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