Color: #EEAFBA

#EEAFBA Color Information

#EEAFBA is a light color. The closest websafe version is #EEAFBA. A complement of this color would be #AFEEE4, perceived brightness is 0.77, and the grayscale version is #CFCFCF.

In the HSL color space, this color has a hue angle of 350°,a saturation of 65%, and a lightness of 81%.The HSV representation shows a hue of 350°, a saturation of 26%, and a value of 93%.

In a RGB color space, #EEAFBA is composed of 93% red, 69% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 22% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 52.73, x: 0.3950, and y: 0.3425.

Color Code #EEAFBA

#EEAFBArgb(238, 175, 186)
HEX
#EEAFBA
RGB
rgb(238, 175, 186)
HSL
hsl(350, 65%, 81%)
HSV
hsv(350, 26%, 93%)
CMYK
0%, 26%, 22%, 7%
XYZ
X: 60.82, Y: 52.73, Z: 40.42
Lab
L: 77.72, a: 24.85, b: 3.92
Name

Shades of Color #EEAFBA

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

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

#EEAFBArgb(238, 175, 186)

About #EEAFBA Color Code

In the HSL color space, this color has a hue angle of 350°, a saturation of 65%, and a lightness of 81%. The HSV representation shows a hue of 350°, a saturation of 26%, and a value of 93%.

  • HEX: #EEAFBA
  • RGB: rgb(238, 175, 186)
  • HSL: hsl(350, 65%, 81%)
  • HSV: hsv(350, 26%, 93%)
  • CMYK: 0.00% cyan, 26.00% magenta, 22.00% yellow, 7.00% black
  • XYZ: 60.82, 52.73, 40.42
  • Yxy: 52.73, 0.3950, 0.3425
  • Hunter Lab: 77.72, 24.85, 3.92
  • CIE-Lab: 77.72, 24.85, 3.92

In the XYZ color space, this color is represented as X: 60.82, Y: 52.73, Z: 40.42. The Yxy representation further refines this as Y: 52.73, x: 0.3950, and y: 0.3425.

In the Hunter Lab color space, this color is represented as L: 77.72, a: 24.85, and b: 3.92. Similarly, in the CIE-Lab color space, it is represented as L: 77.72, a: 24.85, and b: 3.92.

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

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

Analogous Colors of #EEAFBA

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

Split Complementary Colors of #EEAFBA

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

Tetradic Colors of #EEAFBA

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

Monochromatic Colors of #EEAFBA

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

Complementary Color of #EEAFBA

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

/* Using HEX */
body {
  background-color: #eeafba;
}
/* Using RGB */
body {
  background-color: rgb(238, 175, 186);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 175, 186, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(350, 65%, 81%);
}
/* Text color */
p {
  color: #eeafba;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eeafba;
}
/* Border color */
.box {
  border: 4px solid #eeafba;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eeafba;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eeafba;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EEAFBA
On Black Background
#EEAFBA
On White Background
#EEAFBA

HTML Examples of #EEAFBA

<!-- Using HEX -->
<div style="background-color: #eeafba; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(238, 175, 186); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(238, 175, 186, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(350, 65%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #eeafba;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #eeafba; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #eeafba; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #eeafba;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #eeafba; color: #fff; padding: 16px; border-radius: 8px;">
  #EEAFBA
</div>
#EEAFBA
On Black Background
#EEAFBA
On White Background
#EEAFBA

Related Colors of #EEAFBA

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