Color: #E338CC

#E338CC Color Information

#E338CC is a dark color. The closest websafe version is #E338CC. A complement of this color would be #36E24D, perceived brightness is 0.49, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 308°,a saturation of 75%, and a lightness of 55%.The HSV representation shows a hue of 308°, a saturation of 75%, and a value of 89%.

In a RGB color space, #E338CC is composed of 89% red, 22% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 75% magenta, 10% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 23.59, x: 0.3904, and y: 0.2109.

Color Code #E338CC

#E338CCrgb(227, 56, 204)
HEX
#E338CC
RGB
rgb(227, 56, 204)
HSL
hsl(308, 75%, 55%)
HSV
hsv(308, 75%, 89%)
CMYK
0%, 75%, 10%, 11%
XYZ
X: 43.66, Y: 23.59, Z: 44.58
Lab
L: 55.67, a: 75.02, b: -39.31
Name

Shades of Color #E338CC

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

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

#E338CCrgb(227, 56, 204)

About #E338CC Color Code

In the HSL color space, this color has a hue angle of 308°, a saturation of 75%, and a lightness of 55%. The HSV representation shows a hue of 308°, a saturation of 75%, and a value of 89%.

  • HEX: #E338CC
  • RGB: rgb(227, 56, 204)
  • HSL: hsl(308, 75%, 55%)
  • HSV: hsv(308, 75%, 89%)
  • CMYK: 0.00% cyan, 75.00% magenta, 10.00% yellow, 11.00% black
  • XYZ: 43.66, 23.59, 44.58
  • Yxy: 23.59, 0.3904, 0.2109
  • Hunter Lab: 55.67, 75.02, -39.31
  • CIE-Lab: 55.67, 75.02, -39.31

In the XYZ color space, this color is represented as X: 43.66, Y: 23.59, Z: 44.58. The Yxy representation further refines this as Y: 23.59, x: 0.3904, and y: 0.2109.

In the Hunter Lab color space, this color is represented as L: 55.67, a: 75.02, and b: -39.31. Similarly, in the CIE-Lab color space, it is represented as L: 55.67, a: 75.02, and b: -39.31.

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

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

Analogous Colors of #E338CC

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

Monochromatic Colors of #E338CC

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

Complementary Color of #E338CC

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

/* Using HEX */
body {
  background-color: #e338cc;
}
/* Using RGB */
body {
  background-color: rgb(227, 56, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(227, 56, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(308, 75%, 55%);
}
/* Text color */
p {
  color: #e338cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e338cc;
}
/* Border color */
.box {
  border: 4px solid #e338cc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e338cc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e338cc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E338CC
On Black Background
#E338CC
On White Background
#E338CC

HTML Examples of #E338CC

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

Related Colors of #E338CC

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