Color: #E270AE

#E270AE Color Information

#E270AE is a light color. The closest websafe version is #E270AE. A complement of this color would be #6FE2A3, perceived brightness is 0.60, and the grayscale version is #A9A9A9.

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

In a RGB color space, #E270AE is composed of 89% red, 44% green and 68% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 50% magenta, 23% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 31.10, x: 0.4155, and y: 0.2842.

Color Code #E270AE

HEX
#E270AE
RGB
rgb(226, 112, 174)
HSL
hsl(327, 66%, 66%)
HSV
hsv(327, 50%, 89%)
CMYK
0%, 50%, 23%, 11%
XYZ
X: 45.46, Y: 31.10, Z: 32.86
Lab
L: 62.59, a: 50.38, b: -11.63
Name

Shades of Color #E270AE

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

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

In the HSL color space, this color has a hue angle of 327°, a saturation of 66%, and a lightness of 66%. The HSV representation shows a hue of 327°, a saturation of 50%, and a value of 89%.

  • HEX: #E270AE
  • RGB: rgb(226, 112, 174)
  • HSL: hsl(327, 66%, 66%)
  • HSV: hsv(327, 50%, 89%)
  • CMYK: 0.00% cyan, 50.00% magenta, 23.00% yellow, 11.00% black
  • XYZ: 45.46, 31.10, 32.86
  • Yxy: 31.10, 0.4155, 0.2842
  • Hunter Lab: 62.59, 50.38, -11.63
  • CIE-Lab: 62.59, 50.38, -11.63

In the XYZ color space, this color is represented as X: 45.46, Y: 31.10, Z: 32.86. The Yxy representation further refines this as Y: 31.10, x: 0.4155, and y: 0.2842.

In the Hunter Lab color space, this color is represented as L: 62.59, a: 50.38, and b: -11.63. Similarly, in the CIE-Lab color space, it is represented as L: 62.59, a: 50.38, and b: -11.63.

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

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

Analogous Colors of #E270AE

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

Monochromatic Colors of #E270AE

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

Complementary Color of #E270AE

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

/* Using HEX */
body {
  background-color: #e270ae;
}
/* Using RGB */
body {
  background-color: rgb(226, 112, 174);
}
/* Using RGB with opacity */
body {
  background-color: rgba(226, 112, 174, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(327, 66%, 66%);
}
/* Text color */
p {
  color: #e270ae;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e270ae;
}

HTML Examples of #E270AE

<!-- Using HEX -->
<div style="background-color: #e270ae; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(226, 112, 174); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(226, 112, 174, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(327, 66%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e270ae;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e270ae; width: 100px; height: 100px;"></div>

Related Colors of #E270AE

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