Color: #EB207C

#EB207C Color Information

#EB207C is a dark color. The closest websafe version is #EB207C. A complement of this color would be #1EEB8F, perceived brightness is 0.40, and the grayscale version is #868686.

In the HSL color space, this color has a hue angle of 333°,a saturation of 84%, and a lightness of 52%.The HSV representation shows a hue of 333°, a saturation of 86%, and a value of 92%.

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

In the Yxy color space, this color is represented as Y: 20.74, x: 0.5213, and y: 0.2725.

Color Code #EB207C

#EB207Crgb(235, 32, 124)
HEX
#EB207C
RGB
rgb(235, 32, 124)
HSL
hsl(333, 84%, 52%)
HSV
hsv(333, 86%, 92%)
CMYK
0%, 86%, 47%, 8%
XYZ
X: 39.67, Y: 20.74, Z: 15.69
Lab
L: 52.67, a: 75.89, b: 3.38
Name

Shades of Color #EB207C

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

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

#EB207Crgb(235, 32, 124)

About #EB207C Color Code

In the HSL color space, this color has a hue angle of 333°, a saturation of 84%, and a lightness of 52%. The HSV representation shows a hue of 333°, a saturation of 86%, and a value of 92%.

  • HEX: #EB207C
  • RGB: rgb(235, 32, 124)
  • HSL: hsl(333, 84%, 52%)
  • HSV: hsv(333, 86%, 92%)
  • CMYK: 0.00% cyan, 86.00% magenta, 47.00% yellow, 8.00% black
  • XYZ: 39.67, 20.74, 15.69
  • Yxy: 20.74, 0.5213, 0.2725
  • Hunter Lab: 52.67, 75.89, 3.38
  • CIE-Lab: 52.67, 75.89, 3.38

In the XYZ color space, this color is represented as X: 39.67, Y: 20.74, Z: 15.69. The Yxy representation further refines this as Y: 20.74, x: 0.5213, and y: 0.2725.

In the Hunter Lab color space, this color is represented as L: 52.67, a: 75.89, and b: 3.38. Similarly, in the CIE-Lab color space, it is represented as L: 52.67, a: 75.89, and b: 3.38.

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

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

Analogous Colors of #EB207C

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

Split Complementary Colors of #EB207C

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

Tetradic Colors of #EB207C

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

Monochromatic Colors of #EB207C

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

Complementary Color of #EB207C

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

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

HTML Examples of #EB207C

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

Related Colors of #EB207C

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