Color: #E36DBC

#E36DBC Color Information

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

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

In a RGB color space, #E36DBC is composed of 89% red, 43% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 52% magenta, 17% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 31.10, x: 0.4010, and y: 0.2678.

Color Code #E36DBC

#E36DBCrgb(227, 109, 188)
HEX
#E36DBC
RGB
rgb(227, 109, 188)
HSL
hsl(320, 68%, 66%)
HSV
hsv(320, 52%, 89%)
CMYK
0%, 52%, 17%, 11%
XYZ
X: 46.58, Y: 31.10, Z: 38.47
Lab
L: 62.59, a: 53.56, b: -19.57
Name

Shades of Color #E36DBC

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

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

#E36DBCrgb(227, 109, 188)

About #E36DBC Color Code

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

  • HEX: #E36DBC
  • RGB: rgb(227, 109, 188)
  • HSL: hsl(320, 68%, 66%)
  • HSV: hsv(320, 52%, 89%)
  • CMYK: 0.00% cyan, 52.00% magenta, 17.00% yellow, 11.00% black
  • XYZ: 46.58, 31.10, 38.47
  • Yxy: 31.10, 0.4010, 0.2678
  • Hunter Lab: 62.59, 53.56, -19.57
  • CIE-Lab: 62.59, 53.56, -19.57

In the XYZ color space, this color is represented as X: 46.58, Y: 31.10, Z: 38.47. The Yxy representation further refines this as Y: 31.10, x: 0.4010, and y: 0.2678.

In the Hunter Lab color space, this color is represented as L: 62.59, a: 53.56, and b: -19.57. Similarly, in the CIE-Lab color space, it is represented as L: 62.59, a: 53.56, and b: -19.57.

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

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

Analogous Colors of #E36DBC

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

Split Complementary Colors of #E36DBC

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

Tetradic Colors of #E36DBC

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

Monochromatic Colors of #E36DBC

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

Complementary Color of #E36DBC

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

/* Using HEX */
body {
  background-color: #e36dbc;
}
/* Using RGB */
body {
  background-color: rgb(227, 109, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(227, 109, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(320, 68%, 66%);
}
/* Text color */
p {
  color: #e36dbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e36dbc;
}
/* Border color */
.box {
  border: 4px solid #e36dbc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e36dbc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e36dbc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E36DBC
On Black Background
#E36DBC
On White Background
#E36DBC

HTML Examples of #E36DBC

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

Related Colors of #E36DBC

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