Color: #EB4FE8

#EB4FE8 Color Information

#EB4FE8 is a light color. The closest websafe version is #EB4FE8. A complement of this color would be #51EC53, perceived brightness is 0.56, and the grayscale version is #9D9D9D.

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

In a RGB color space, #EB4FE8 is composed of 92% red, 31% green and 91% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 66% magenta, 1% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 28.98, x: 0.3645, and y: 0.2080.

Color Code #EB4FE8

#EB4FE8rgb(235, 79, 232)
HEX
#EB4FE8
RGB
rgb(235, 79, 232)
HSL
hsl(301, 80%, 62%)
HSV
hsv(301, 66%, 92%)
CMYK
0%, 66%, 1%, 8%
XYZ
X: 50.78, Y: 28.98, Z: 59.55
Lab
L: 60.77, a: 72.90, b: -47.03
Name

Shades of Color #EB4FE8

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

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

#EB4FE8rgb(235, 79, 232)

About #EB4FE8 Color Code

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

  • HEX: #EB4FE8
  • RGB: rgb(235, 79, 232)
  • HSL: hsl(301, 80%, 62%)
  • HSV: hsv(301, 66%, 92%)
  • CMYK: 0.00% cyan, 66.00% magenta, 100.00% yellow, 8.00% black
  • XYZ: 50.78, 28.98, 59.55
  • Yxy: 28.98, 0.3645, 0.2080
  • Hunter Lab: 60.77, 72.90, -47.03
  • CIE-Lab: 60.77, 72.90, -47.03

In the XYZ color space, this color is represented as X: 50.78, Y: 28.98, Z: 59.55. The Yxy representation further refines this as Y: 28.98, x: 0.3645, and y: 0.2080.

In the Hunter Lab color space, this color is represented as L: 60.77, a: 72.90, and b: -47.03. Similarly, in the CIE-Lab color space, it is represented as L: 60.77, a: 72.90, and b: -47.03.

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

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

Analogous Colors of #EB4FE8

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

Monochromatic Colors of #EB4FE8

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

Complementary Color of #EB4FE8

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

/* Using HEX */
body {
  background-color: #eb4fe8;
}
/* Using RGB */
body {
  background-color: rgb(235, 79, 232);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 79, 232, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(301, 80%, 62%);
}
/* Text color */
p {
  color: #eb4fe8;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eb4fe8;
}
/* Border color */
.box {
  border: 4px solid #eb4fe8;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eb4fe8;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eb4fe8;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EB4FE8
On Black Background
#EB4FE8
On White Background
#EB4FE8

HTML Examples of #EB4FE8

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

Related Colors of #EB4FE8

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