Color: #E82EFC

#E82EFC Color Information

#E82EFC is a dark color. The closest websafe version is #E82EFC. A complement of this color would be #41FC2C, perceived brightness is 0.49, and the grayscale version is #959595.

In the HSL color space, this color has a hue angle of 294°,a saturation of 97%, and a lightness of 58%.The HSV representation shows a hue of 294°, a saturation of 82%, and a value of 99%.

In a RGB color space, #E82EFC is composed of 91% red, 18% green and 99% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 82% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 25.81, x: 0.3415, and y: 0.1757.

Color Code #E82EFC

#E82EFCrgb(232, 46, 252)
HEX
#E82EFC
RGB
rgb(232, 46, 252)
HSL
hsl(294, 97%, 58%)
HSV
hsv(294, 82%, 99%)
CMYK
8%, 82%, 0%, 1%
XYZ
X: 50.17, Y: 25.81, Z: 70.91
Lab
L: 57.86, a: 83.79, b: -62.80
Name

Shades of Color #E82EFC

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

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

#E82EFCrgb(232, 46, 252)

About #E82EFC Color Code

In the HSL color space, this color has a hue angle of 294°, a saturation of 97%, and a lightness of 58%. The HSV representation shows a hue of 294°, a saturation of 82%, and a value of 99%.

  • HEX: #E82EFC
  • RGB: rgb(232, 46, 252)
  • HSL: hsl(294, 97%, 58%)
  • HSV: hsv(294, 82%, 99%)
  • CMYK: 8.00% cyan, 82.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 50.17, 25.81, 70.91
  • Yxy: 25.81, 0.3415, 0.1757
  • Hunter Lab: 57.86, 83.79, -62.80
  • CIE-Lab: 57.86, 83.79, -62.80

In the XYZ color space, this color is represented as X: 50.17, Y: 25.81, Z: 70.91. The Yxy representation further refines this as Y: 25.81, x: 0.3415, and y: 0.1757.

In the Hunter Lab color space, this color is represented as L: 57.86, a: 83.79, and b: -62.80. Similarly, in the CIE-Lab color space, it is represented as L: 57.86, a: 83.79, and b: -62.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 #E82EFC

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

Analogous Colors of #E82EFC

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

Monochromatic Colors of #E82EFC

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

Complementary Color of #E82EFC

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

/* Using HEX */
body {
  background-color: #e82efc;
}
/* Using RGB */
body {
  background-color: rgb(232, 46, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(232, 46, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(294, 97%, 58%);
}
/* Text color */
p {
  color: #e82efc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e82efc;
}
/* Border color */
.box {
  border: 4px solid #e82efc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e82efc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e82efc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E82EFC
On Black Background
#E82EFC
On White Background
#E82EFC

HTML Examples of #E82EFC

<!-- Using HEX -->
<div style="background-color: #e82efc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(232, 46, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(232, 46, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(294, 97%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e82efc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e82efc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #e82efc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #e82efc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #e82efc; color: #fff; padding: 16px; border-radius: 8px;">
  #E82EFC
</div>
#E82EFC
On Black Background
#E82EFC
On White Background
#E82EFC

Related Colors of #E82EFC

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