Color: #E53ECE

#E53ECE Color Information

#E53ECE is a light color. The closest websafe version is #E53ECE. A complement of this color would be #3EE554, perceived brightness is 0.50, and the grayscale version is #929292.

In the HSL color space, this color has a hue angle of 308°,a saturation of 76%, and a lightness of 57%.The HSV representation shows a hue of 308°, a saturation of 73%, and a value of 90%.

In a RGB color space, #E53ECE is composed of 90% red, 24% green and 81% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 73% magenta, 10% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 24.63, x: 0.3896, and y: 0.2140.

Color Code #E53ECE

#E53ECErgb(229, 62, 206)
HEX
#E53ECE
RGB
rgb(229, 62, 206)
HSL
hsl(308, 76%, 57%)
HSV
hsv(308, 73%, 90%)
CMYK
0%, 73%, 10%, 10%
XYZ
X: 44.85, Y: 24.63, Z: 45.64
Lab
L: 56.71, a: 74.00, b: -38.80
Name

Shades of Color #E53ECE

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

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

#E53ECErgb(229, 62, 206)

About #E53ECE Color Code

In the HSL color space, this color has a hue angle of 308°, a saturation of 76%, and a lightness of 57%. The HSV representation shows a hue of 308°, a saturation of 73%, and a value of 90%.

  • HEX: #E53ECE
  • RGB: rgb(229, 62, 206)
  • HSL: hsl(308, 76%, 57%)
  • HSV: hsv(308, 73%, 90%)
  • CMYK: 0.00% cyan, 73.00% magenta, 10.00% yellow, 10.00% black
  • XYZ: 44.85, 24.63, 45.64
  • Yxy: 24.63, 0.3896, 0.2140
  • Hunter Lab: 56.71, 74.00, -38.80
  • CIE-Lab: 56.71, 74.00, -38.80

In the XYZ color space, this color is represented as X: 44.85, Y: 24.63, Z: 45.64. The Yxy representation further refines this as Y: 24.63, x: 0.3896, and y: 0.2140.

In the Hunter Lab color space, this color is represented as L: 56.71, a: 74.00, and b: -38.80. Similarly, in the CIE-Lab color space, it is represented as L: 56.71, a: 74.00, and b: -38.80.

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

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

Analogous Colors of #E53ECE

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

Split Complementary Colors of #E53ECE

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

Tetradic Colors of #E53ECE

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

Monochromatic Colors of #E53ECE

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

Complementary Color of #E53ECE

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

/* Using HEX */
body {
  background-color: #e53ece;
}
/* Using RGB */
body {
  background-color: rgb(229, 62, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(229, 62, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(308, 76%, 57%);
}
/* Text color */
p {
  color: #e53ece;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e53ece;
}
/* Border color */
.box {
  border: 4px solid #e53ece;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e53ece;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e53ece;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E53ECE
On Black Background
#E53ECE
On White Background
#E53ECE

HTML Examples of #E53ECE

<!-- Using HEX -->
<div style="background-color: #e53ece; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(229, 62, 206); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(229, 62, 206, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(308, 76%, 57%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e53ece;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e53ece; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #e53ece; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #e53ece;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #e53ece; color: #fff; padding: 16px; border-radius: 8px;">
  #E53ECE
</div>
#E53ECE
On Black Background
#E53ECE
On White Background
#E53ECE

Related Colors of #E53ECE

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