Color: #EE168C
#EE168C Color Information
#EE168C is a dark color. The closest websafe version is #EE168C. A complement of this color would be #17EE77, perceived brightness is 0.39, and the grayscale version is #828282.
In the HSL color space, this color has a hue angle of 327°,a saturation of 86%, and a lightness of 51%.The HSV representation shows a hue of 327°, a saturation of 91%, and a value of 93%.
In a RGB color space, #EE168C is composed of 93% red, 9% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 91% magenta, 41% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 21.19, x: 0.5010, and y: 0.2567.
Color Code #EE168C
Shades of Color #EE168C
Shades are created by darkening the original color #EE168C 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 #EE168C
Tints are created by lightening the original color #EE168C 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 #EE168C Color Code
In the HSL color space, this color has a hue angle of 327°, a saturation of 86%, and a lightness of 51%. The HSV representation shows a hue of 327°, a saturation of 91%, and a value of 93%.
- HEX: #EE168C
- RGB: rgb(238, 22, 140)
- HSL: hsl(327, 86%, 51%)
- HSV: hsv(327, 91%, 93%)
- CMYK: 0.00% cyan, 91.00% magenta, 41.00% yellow, 7.00% black
- XYZ: 41.35, 21.19, 20.00
- Yxy: 21.19, 0.5010, 0.2567
- Hunter Lab: 53.16, 78.96, -5.46
- CIE-Lab: 53.16, 78.96, -5.46
In the XYZ color space, this color is represented as X: 41.35, Y: 21.19, Z: 20.00. The Yxy representation further refines this as Y: 21.19, x: 0.5010, and y: 0.2567.
In the Hunter Lab color space, this color is represented as L: 53.16, a: 78.96, and b: -5.46. Similarly, in the CIE-Lab color space, it is represented as L: 53.16, a: 78.96, and b: -5.46.
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 #EE168C
Triadic colors are three colors evenly spaced around the color wheel, including #EE168C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EE168C
Split complementary colors are two colors adjacent to the complementary color of #EE168C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EE168C
Monochromatic colors are variations of #EE168C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EE168C
The complementary color of #EE168C 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 #EE168C
/* Using HEX */ body { background-color: #ee168c; }
/* Using RGB */ body { background-color: rgb(238, 22, 140); }
/* Using RGB with opacity */ body { background-color: rgba(238, 22, 140, 0.5); }
/* Using HSL */ body { background-color: hsl(327, 86%, 51%); }
/* Text color */ p { color: #ee168c; }
/* Box shadow */ div { box-shadow: 4px 4px #ee168c; }
/* Border color */ .box { border: 4px solid #ee168c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ee168c; }
/* Background with text */ div { background: #ee168c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EE168C
<!-- Using HEX --> <div style="background-color: #ee168c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(238, 22, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(238, 22, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(327, 86%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ee168c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ee168c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ee168c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ee168c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ee168c; color: #fff; padding: 16px; border-radius: 8px;"> #EE168C </div>
Related Colors of #EE168C
These colors are similar to #EE168C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.