Color: #EC718A

#EC718A Color Information

#EC718A is a light color. The closest websafe version is #EC718A. A complement of this color would be #6FEBD3, perceived brightness is 0.60, and the grayscale version is #AEAEAE.

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

In a RGB color space, #EC718A is composed of 93% red, 44% green and 54% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 52% magenta, 42% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 32.04, x: 0.4679, and y: 0.3219.

Color Code #EC718A

HEX
#EC718A
RGB
rgb(236, 113, 138)
HSL
hsl(348, 76%, 68%)
HSV
hsv(348, 52%, 93%)
CMYK
0%, 52%, 42%, 7%
XYZ
X: 46.57, Y: 32.04, Z: 20.92
Lab
L: 63.38, a: 50.16, b: 10.27
Name

Shades of Color #EC718A

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

Tints are created by lightening the original color #EC718A 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 #EC718A Color Code

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

  • HEX: #EC718A
  • RGB: rgb(236, 113, 138)
  • HSL: hsl(348, 76%, 68%)
  • HSV: hsv(348, 52%, 93%)
  • CMYK: 0.00% cyan, 52.00% magenta, 42.00% yellow, 7.00% black
  • XYZ: 46.57, 32.04, 20.92
  • Yxy: 32.04, 0.4679, 0.3219
  • Hunter Lab: 63.38, 50.16, 10.27
  • CIE-Lab: 63.38, 50.16, 10.27

In the XYZ color space, this color is represented as X: 46.57, Y: 32.04, Z: 20.92. The Yxy representation further refines this as Y: 32.04, x: 0.4679, and y: 0.3219.

In the Hunter Lab color space, this color is represented as L: 63.38, a: 50.16, and b: 10.27. Similarly, in the CIE-Lab color space, it is represented as L: 63.38, a: 50.16, and b: 10.27.

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

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

Analogous Colors of #EC718A

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

Monochromatic Colors of #EC718A

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

Complementary Color of #EC718A

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

/* Using HEX */
body {
  background-color: #ec718a;
}
/* Using RGB */
body {
  background-color: rgb(236, 113, 138);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 113, 138, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(348, 76%, 68%);
}
/* Text color */
p {
  color: #ec718a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ec718a;
}

HTML Examples of #EC718A

<!-- Using HEX -->
<div style="background-color: #ec718a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(236, 113, 138); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(236, 113, 138, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(348, 76%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ec718a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ec718a; width: 100px; height: 100px;"></div>

Related Colors of #EC718A

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