Color: #E07282

#E07282 Color Information

#E07282 is a light color. The closest websafe version is #E07282. A complement of this color would be #71E0CF, perceived brightness is 0.58, and the grayscale version is #A9A9A9.

In the HSL color space, this color has a hue angle of 351°,a saturation of 64%, and a lightness of 66%.The HSV representation shows a hue of 351°, a saturation of 49%, and a value of 88%.

In a RGB color space, #E07282 is composed of 88% red, 45% green and 51% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 49% magenta, 42% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 30.00, x: 0.4646, and y: 0.3304.

Color Code #E07282

#E07282rgb(224, 114, 130)
HEX
#E07282
RGB
rgb(224, 114, 130)
HSL
hsl(351, 64%, 66%)
HSV
hsv(351, 49%, 88%)
CMYK
0%, 49%, 42%, 12%
XYZ
X: 42.18, Y: 30.00, Z: 18.61
Lab
L: 61.66, a: 44.83, b: 12.14
Name

Shades of Color #E07282

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

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

#E07282rgb(224, 114, 130)

About #E07282 Color Code

In the HSL color space, this color has a hue angle of 351°, a saturation of 64%, and a lightness of 66%. The HSV representation shows a hue of 351°, a saturation of 49%, and a value of 88%.

  • HEX: #E07282
  • RGB: rgb(224, 114, 130)
  • HSL: hsl(351, 64%, 66%)
  • HSV: hsv(351, 49%, 88%)
  • CMYK: 0.00% cyan, 49.00% magenta, 42.00% yellow, 12.00% black
  • XYZ: 42.18, 30.00, 18.61
  • Yxy: 30.00, 0.4646, 0.3304
  • Hunter Lab: 61.66, 44.83, 12.14
  • CIE-Lab: 61.66, 44.83, 12.14

In the XYZ color space, this color is represented as X: 42.18, Y: 30.00, Z: 18.61. The Yxy representation further refines this as Y: 30.00, x: 0.4646, and y: 0.3304.

In the Hunter Lab color space, this color is represented as L: 61.66, a: 44.83, and b: 12.14. Similarly, in the CIE-Lab color space, it is represented as L: 61.66, a: 44.83, and b: 12.14.

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

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

Analogous Colors of #E07282

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

Split Complementary Colors of #E07282

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

Tetradic Colors of #E07282

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

Monochromatic Colors of #E07282

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

Complementary Color of #E07282

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

/* Using HEX */
body {
  background-color: #e07282;
}
/* Using RGB */
body {
  background-color: rgb(224, 114, 130);
}
/* Using RGB with opacity */
body {
  background-color: rgba(224, 114, 130, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(351, 64%, 66%);
}
/* Text color */
p {
  color: #e07282;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e07282;
}
/* Border color */
.box {
  border: 4px solid #e07282;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e07282;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e07282;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E07282
On Black Background
#E07282
On White Background
#E07282

HTML Examples of #E07282

<!-- Using HEX -->
<div style="background-color: #e07282; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(224, 114, 130); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(224, 114, 130, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(351, 64%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e07282;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e07282; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #e07282; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #e07282;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #e07282; color: #fff; padding: 16px; border-radius: 8px;">
  #E07282
</div>
#E07282
On Black Background
#E07282
On White Background
#E07282

Related Colors of #E07282

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