Color: #E1493B

#E1493B Color Information

#E1493B is a dark color. The closest websafe version is #E1493B. A complement of this color would be #3DD3E1, perceived brightness is 0.46, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 5°,a saturation of 73%, and a lightness of 56%.The HSV representation shows a hue of 5°, a saturation of 100%, and a value of 100%.

In a RGB color space, #E1493B is composed of 88% red, 29% green and 23% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 68% magenta, 74% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 21.79, x: 0.5752, and y: 0.3479.

Color Code #E1493B

HEX
#E1493B
RGB
rgb(225, 73, 59)
HSL
hsl(5, 73%, 56%)
HSV
hsv(5, 74%, 88%)
CMYK
0%, 68%, 74%, 12%
XYZ
X: 36.03, Y: 21.79, Z: 4.82
Lab
L: 53.81, a: 59.22, b: 42.76
Name

Shades of Color #E1493B

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

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

About #E1493B Color Code

In the HSL color space, this color has a hue angle of 5°, a saturation of 73%, and a lightness of 56%. The HSV representation shows a hue of 5°, a saturation of 74%, and a value of 88%.

  • HEX: #E1493B
  • RGB: rgb(225, 73, 59)
  • HSL: hsl(5, 73%, 56%)
  • HSV: hsv(5, 74%, 88%)
  • CMYK: 0.00% cyan, 68.00% magenta, 74.00% yellow, 12.00% black
  • XYZ: 36.03, 21.79, 4.82
  • Yxy: 21.79, 0.5752, 0.3479
  • Hunter Lab: 53.81, 59.22, 42.76
  • CIE-Lab: 53.81, 59.22, 42.76

In the XYZ color space, this color is represented as X: 36.03, Y: 21.79, Z: 4.82. The Yxy representation further refines this as Y: 21.79, x: 0.5752, and y: 0.3479.

In the Hunter Lab color space, this color is represented as L: 53.81, a: 59.22, and b: 42.76. Similarly, in the CIE-Lab color space, it is represented as L: 53.81, a: 59.22, and b: 42.76.

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

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

Analogous Colors of #E1493B

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

Monochromatic Colors of #E1493B

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

Complementary Color of #E1493B

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

/* Using HEX */
body {
  background-color: #e1493b;
}
/* Using RGB */
body {
  background-color: rgb(225, 73, 59);
}
/* Using RGB with opacity */
body {
  background-color: rgba(225, 73, 59, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(5, 73%, 56%);
}
/* Text color */
p {
  color: #e1493b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e1493b;
}

HTML Examples of #E1493B

<!-- Using HEX -->
<div style="background-color: #e1493b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(225, 73, 59); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(225, 73, 59, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(5, 73%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e1493b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e1493b; width: 100px; height: 100px;"></div>

Related Colors of #E1493B

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