Color: #EA083C

#EA083C Color Information

#EA083C is a dark color. The closest websafe version is #EA083C. A complement of this color would be #08E7B3, perceived brightness is 0.32, and the grayscale version is #797979.

In the HSL color space, this color has a hue angle of 346°,a saturation of 93%, and a lightness of 47%.The HSV representation shows a hue of 346°, a saturation of 97%, and a value of 92%.

In a RGB color space, #EA083C is composed of 92% red, 3% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 97% magenta, 74% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 18.76, x: 0.6126, and y: 0.3138.

Color Code #EA083C

#EA083Crgb(234, 8, 60)
HEX
#EA083C
RGB
rgb(234, 8, 60)
HSL
hsl(346, 93%, 47%)
HSV
hsv(346, 97%, 92%)
CMYK
0%, 97%, 74%, 8%
XYZ
X: 36.62, Y: 18.76, Z: 4.40
Lab
L: 50.40, a: 75.88, b: 39.22
Name

Shades of Color #EA083C

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

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

#EA083Crgb(234, 8, 60)

About #EA083C Color Code

In the HSL color space, this color has a hue angle of 346°, a saturation of 93%, and a lightness of 47%. The HSV representation shows a hue of 346°, a saturation of 97%, and a value of 92%.

  • HEX: #EA083C
  • RGB: rgb(234, 8, 60)
  • HSL: hsl(346, 93%, 47%)
  • HSV: hsv(346, 97%, 92%)
  • CMYK: 0.00% cyan, 97.00% magenta, 74.00% yellow, 8.00% black
  • XYZ: 36.62, 18.76, 4.40
  • Yxy: 18.76, 0.6126, 0.3138
  • Hunter Lab: 50.40, 75.88, 39.22
  • CIE-Lab: 50.40, 75.88, 39.22

In the XYZ color space, this color is represented as X: 36.62, Y: 18.76, Z: 4.40. The Yxy representation further refines this as Y: 18.76, x: 0.6126, and y: 0.3138.

In the Hunter Lab color space, this color is represented as L: 50.40, a: 75.88, and b: 39.22. Similarly, in the CIE-Lab color space, it is represented as L: 50.40, a: 75.88, and b: 39.22.

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

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

Analogous Colors of #EA083C

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

Split Complementary Colors of #EA083C

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

Tetradic Colors of #EA083C

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

Monochromatic Colors of #EA083C

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

Complementary Color of #EA083C

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

/* Using HEX */
body {
  background-color: #ea083c;
}
/* Using RGB */
body {
  background-color: rgb(234, 8, 60);
}
/* Using RGB with opacity */
body {
  background-color: rgba(234, 8, 60, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(346, 93%, 47%);
}
/* Text color */
p {
  color: #ea083c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ea083c;
}
/* Border color */
.box {
  border: 4px solid #ea083c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ea083c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ea083c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EA083C
On Black Background
#EA083C
On White Background
#EA083C

HTML Examples of #EA083C

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

Related Colors of #EA083C

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