Color: #EB337C

#EB337C Color Information

#EB337C is a dark color. The closest websafe version is #EB337C. A complement of this color would be #33EBA1, perceived brightness is 0.45, and the grayscale version is #8F8F8F.

In the HSL color space, this color has a hue angle of 336°,a saturation of 82%, and a lightness of 56%.The HSV representation shows a hue of 336°, a saturation of 78%, and a value of 92%.

In a RGB color space, #EB337C is composed of 92% red, 20% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 78% magenta, 47% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 22.08, x: 0.5156, and y: 0.2818.

Color Code #EB337C

#EB337Crgb(235, 51, 124)
HEX
#EB337C
RGB
rgb(235, 51, 124)
HSL
hsl(336, 82%, 56%)
HSV
hsv(336, 78%, 92%)
CMYK
0%, 78%, 47%, 8%
XYZ
X: 40.39, Y: 22.08, Z: 15.87
Lab
L: 54.11, a: 71.90, b: 5.43
Name

Shades of Color #EB337C

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

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

#EB337Crgb(235, 51, 124)

About #EB337C Color Code

In the HSL color space, this color has a hue angle of 336°, a saturation of 82%, and a lightness of 56%. The HSV representation shows a hue of 336°, a saturation of 78%, and a value of 92%.

  • HEX: #EB337C
  • RGB: rgb(235, 51, 124)
  • HSL: hsl(336, 82%, 56%)
  • HSV: hsv(336, 78%, 92%)
  • CMYK: 0.00% cyan, 78.00% magenta, 47.00% yellow, 8.00% black
  • XYZ: 40.39, 22.08, 15.87
  • Yxy: 22.08, 0.5156, 0.2818
  • Hunter Lab: 54.11, 71.90, 5.43
  • CIE-Lab: 54.11, 71.90, 5.43

In the XYZ color space, this color is represented as X: 40.39, Y: 22.08, Z: 15.87. The Yxy representation further refines this as Y: 22.08, x: 0.5156, and y: 0.2818.

In the Hunter Lab color space, this color is represented as L: 54.11, a: 71.90, and b: 5.43. Similarly, in the CIE-Lab color space, it is represented as L: 54.11, a: 71.90, and b: 5.43.

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

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

Analogous Colors of #EB337C

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

Split Complementary Colors of #EB337C

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

Tetradic Colors of #EB337C

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

Monochromatic Colors of #EB337C

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

Complementary Color of #EB337C

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

/* Using HEX */
body {
  background-color: #eb337c;
}
/* Using RGB */
body {
  background-color: rgb(235, 51, 124);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 51, 124, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(336, 82%, 56%);
}
/* Text color */
p {
  color: #eb337c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eb337c;
}
/* Border color */
.box {
  border: 4px solid #eb337c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eb337c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eb337c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EB337C
On Black Background
#EB337C
On White Background
#EB337C

HTML Examples of #EB337C

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

Related Colors of #EB337C

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