Color: #EE375C

#EE375C Color Information

#EE375C is a dark color. The closest websafe version is #EE375C. A complement of this color would be #35EDC9, perceived brightness is 0.45, and the grayscale version is #939393.

In the HSL color space, this color has a hue angle of 348°,a saturation of 84%, and a lightness of 57%.The HSV representation shows a hue of 348°, a saturation of 77%, and a value of 93%.

In a RGB color space, #EE375C is composed of 93% red, 22% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 77% magenta, 61% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 22.41, x: 0.5603, and y: 0.3116.

Color Code #EE375C

#EE375Crgb(238, 55, 92)
HEX
#EE375C
RGB
rgb(238, 55, 92)
HSL
hsl(348, 84%, 57%)
HSV
hsv(348, 77%, 93%)
CMYK
0%, 77%, 61%, 7%
XYZ
X: 40.29, Y: 22.41, Z: 9.21
Lab
L: 54.46, a: 70.08, b: 25.21
Name

Shades of Color #EE375C

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

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

#EE375Crgb(238, 55, 92)

About #EE375C Color Code

In the HSL color space, this color has a hue angle of 348°, a saturation of 84%, and a lightness of 57%. The HSV representation shows a hue of 348°, a saturation of 77%, and a value of 93%.

  • HEX: #EE375C
  • RGB: rgb(238, 55, 92)
  • HSL: hsl(348, 84%, 57%)
  • HSV: hsv(348, 77%, 93%)
  • CMYK: 0.00% cyan, 77.00% magenta, 61.00% yellow, 7.00% black
  • XYZ: 40.29, 22.41, 9.21
  • Yxy: 22.41, 0.5603, 0.3116
  • Hunter Lab: 54.46, 70.08, 25.21
  • CIE-Lab: 54.46, 70.08, 25.21

In the XYZ color space, this color is represented as X: 40.29, Y: 22.41, Z: 9.21. The Yxy representation further refines this as Y: 22.41, x: 0.5603, and y: 0.3116.

In the Hunter Lab color space, this color is represented as L: 54.46, a: 70.08, and b: 25.21. Similarly, in the CIE-Lab color space, it is represented as L: 54.46, a: 70.08, and b: 25.21.

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

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

Analogous Colors of #EE375C

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

Split Complementary Colors of #EE375C

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

Tetradic Colors of #EE375C

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

Monochromatic Colors of #EE375C

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

Complementary Color of #EE375C

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

/* Using HEX */
body {
  background-color: #ee375c;
}
/* Using RGB */
body {
  background-color: rgb(238, 55, 92);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 55, 92, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(348, 84%, 57%);
}
/* Text color */
p {
  color: #ee375c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ee375c;
}
/* Border color */
.box {
  border: 4px solid #ee375c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ee375c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ee375c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EE375C
On Black Background
#EE375C
On White Background
#EE375C

HTML Examples of #EE375C

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

Related Colors of #EE375C

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