Color: #EF76BB

#EF76BB Color Information

#EF76BB is a light color. The closest websafe version is #EF76BB. A complement of this color would be #76EFAA, perceived brightness is 0.64, and the grayscale version is #B2B2B2.

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

In a RGB color space, #EF76BB is composed of 94% red, 46% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 51% magenta, 22% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 35.21, x: 0.4126, and y: 0.2808.

Color Code #EF76BB

HEX
#EF76BB
RGB
rgb(239, 118, 187)
HSL
hsl(326, 79%, 70%)
HSV
hsv(326, 51%, 94%)
CMYK
0%, 51%, 22%, 6%
XYZ
X: 51.73, Y: 35.21, Z: 38.45
Lab
L: 65.91, a: 53.22, b: -13.83
Name

Shades of Color #EF76BB

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

Tints are created by lightening the original color #EF76BB 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 #EF76BB Color Code

In the HSL color space, this color has a hue angle of 326°, a saturation of 79%, and a lightness of 70%. The HSV representation shows a hue of 326°, a saturation of 51%, and a value of 94%.

  • HEX: #EF76BB
  • RGB: rgb(239, 118, 187)
  • HSL: hsl(326, 79%, 70%)
  • HSV: hsv(326, 51%, 94%)
  • CMYK: 0.00% cyan, 51.00% magenta, 22.00% yellow, 6.00% black
  • XYZ: 51.73, 35.21, 38.45
  • Yxy: 35.21, 0.4126, 0.2808
  • Hunter Lab: 65.91, 53.22, -13.83
  • CIE-Lab: 65.91, 53.22, -13.83

In the XYZ color space, this color is represented as X: 51.73, Y: 35.21, Z: 38.45. The Yxy representation further refines this as Y: 35.21, x: 0.4126, and y: 0.2808.

In the Hunter Lab color space, this color is represented as L: 65.91, a: 53.22, and b: -13.83. Similarly, in the CIE-Lab color space, it is represented as L: 65.91, a: 53.22, and b: -13.83.

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

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

Analogous Colors of #EF76BB

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

Monochromatic Colors of #EF76BB

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

Complementary Color of #EF76BB

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

/* Using HEX */
body {
  background-color: #ef76bb;
}
/* Using RGB */
body {
  background-color: rgb(239, 118, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(239, 118, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(326, 79%, 70%);
}
/* Text color */
p {
  color: #ef76bb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ef76bb;
}

HTML Examples of #EF76BB

<!-- Using HEX -->
<div style="background-color: #ef76bb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(239, 118, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(239, 118, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(326, 79%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ef76bb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ef76bb; width: 100px; height: 100px;"></div>

Related Colors of #EF76BB

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