Color: #EE395C

#EE395C Color Information

#EE395C is a dark color. The closest websafe version is #EE395C. A complement of this color would be #3AEECA, perceived brightness is 0.45, and the grayscale version is #949494.

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

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

In the Yxy color space, this color is represented as Y: 22.61, x: 0.5592, and y: 0.3130.

Color Code #EE395C

#EE395Crgb(238, 57, 92)
HEX
#EE395C
RGB
rgb(238, 57, 92)
HSL
hsl(348, 84%, 58%)
HSV
hsv(348, 76%, 93%)
CMYK
0%, 76%, 61%, 7%
XYZ
X: 40.39, Y: 22.61, Z: 9.23
Lab
L: 54.66, a: 69.53, b: 25.47
Name

Shades of Color #EE395C

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

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

#EE395Crgb(238, 57, 92)

About #EE395C Color Code

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

  • HEX: #EE395C
  • RGB: rgb(238, 57, 92)
  • HSL: hsl(348, 84%, 58%)
  • HSV: hsv(348, 76%, 93%)
  • CMYK: 0.00% cyan, 76.00% magenta, 61.00% yellow, 7.00% black
  • XYZ: 40.39, 22.61, 9.23
  • Yxy: 22.61, 0.5592, 0.3130
  • Hunter Lab: 54.66, 69.53, 25.47
  • CIE-Lab: 54.66, 69.53, 25.47

In the XYZ color space, this color is represented as X: 40.39, Y: 22.61, Z: 9.23. The Yxy representation further refines this as Y: 22.61, x: 0.5592, and y: 0.3130.

In the Hunter Lab color space, this color is represented as L: 54.66, a: 69.53, and b: 25.47. Similarly, in the CIE-Lab color space, it is represented as L: 54.66, a: 69.53, and b: 25.47.

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

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

Analogous Colors of #EE395C

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

Split Complementary Colors of #EE395C

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

Tetradic Colors of #EE395C

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

Monochromatic Colors of #EE395C

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

Complementary Color of #EE395C

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

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

HTML Examples of #EE395C

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

Related Colors of #EE395C

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