Color: #EF23DD

#EF23DD Color Information

#EF23DD is a dark color. The closest websafe version is #EF23DD. A complement of this color would be #25EF36, perceived brightness is 0.46, and the grayscale version is #898989.

In the HSL color space, this color has a hue angle of 305°,a saturation of 86%, and a lightness of 54%.The HSV representation shows a hue of 305°, a saturation of 85%, and a value of 94%.

In a RGB color space, #EF23DD is composed of 94% red, 14% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 85% magenta, 8% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 24.79, x: 0.3847, and y: 0.1961.

Color Code #EF23DD

#EF23DDrgb(239, 35, 221)
HEX
#EF23DD
RGB
rgb(239, 35, 221)
HSL
hsl(305, 86%, 54%)
HSV
hsv(305, 85%, 94%)
CMYK
0%, 85%, 8%, 6%
XYZ
X: 48.63, Y: 24.79, Z: 53.00
Lab
L: 56.87, a: 83.89, b: -46.92
Name

Shades of Color #EF23DD

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

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

#EF23DDrgb(239, 35, 221)

About #EF23DD Color Code

In the HSL color space, this color has a hue angle of 305°, a saturation of 86%, and a lightness of 54%. The HSV representation shows a hue of 305°, a saturation of 85%, and a value of 94%.

  • HEX: #EF23DD
  • RGB: rgb(239, 35, 221)
  • HSL: hsl(305, 86%, 54%)
  • HSV: hsv(305, 85%, 94%)
  • CMYK: 0.00% cyan, 85.00% magenta, 8.00% yellow, 6.00% black
  • XYZ: 48.63, 24.79, 53.00
  • Yxy: 24.79, 0.3847, 0.1961
  • Hunter Lab: 56.87, 83.89, -46.92
  • CIE-Lab: 56.87, 83.89, -46.92

In the XYZ color space, this color is represented as X: 48.63, Y: 24.79, Z: 53.00. The Yxy representation further refines this as Y: 24.79, x: 0.3847, and y: 0.1961.

In the Hunter Lab color space, this color is represented as L: 56.87, a: 83.89, and b: -46.92. Similarly, in the CIE-Lab color space, it is represented as L: 56.87, a: 83.89, and b: -46.92.

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

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

Analogous Colors of #EF23DD

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

Split Complementary Colors of #EF23DD

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

Tetradic Colors of #EF23DD

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

Monochromatic Colors of #EF23DD

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

Complementary Color of #EF23DD

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

/* Using HEX */
body {
  background-color: #ef23dd;
}
/* Using RGB */
body {
  background-color: rgb(239, 35, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(239, 35, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(305, 86%, 54%);
}
/* Text color */
p {
  color: #ef23dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ef23dd;
}
/* Border color */
.box {
  border: 4px solid #ef23dd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ef23dd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ef23dd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EF23DD
On Black Background
#EF23DD
On White Background
#EF23DD

HTML Examples of #EF23DD

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

Related Colors of #EF23DD

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