Color: #EF67DB
#EF67DB Color Information
#EF67DB is a light color. The closest websafe version is #EF67DB. A complement of this color would be #67EF7B, perceived brightness is 0.62, and the grayscale version is #ABABAB.
In the HSL color space, this color has a hue angle of 309°,a saturation of 81%, and a lightness of 67%.The HSV representation shows a hue of 309°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EF67DB is composed of 94% red, 40% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 57% magenta, 8% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 33.22, x: 0.3804, and y: 0.2384.
Color Code #EF67DB
Shades of Color #EF67DB
Shades are created by darkening the original color #EF67DB 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 #EF67DB
Tints are created by lightening the original color #EF67DB 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 #EF67DB Color Code
In the HSL color space, this color has a hue angle of 309°, a saturation of 81%, and a lightness of 67%. The HSV representation shows a hue of 309°, a saturation of 57%, and a value of 94%.
- HEX: #EF67DB
- RGB: rgb(239, 103, 219)
- HSL: hsl(309, 81%, 67%)
- HSV: hsv(309, 57%, 94%)
- CMYK: 0.00% cyan, 57.00% magenta, 8.00% yellow, 6.00% black
- XYZ: 53.00, 33.22, 53.11
- Yxy: 33.22, 0.3804, 0.2384
- Hunter Lab: 64.34, 63.28, -34.16
- CIE-Lab: 64.34, 63.28, -34.16
In the XYZ color space, this color is represented as X: 53.00, Y: 33.22, Z: 53.11. The Yxy representation further refines this as Y: 33.22, x: 0.3804, and y: 0.2384.
In the Hunter Lab color space, this color is represented as L: 64.34, a: 63.28, and b: -34.16. Similarly, in the CIE-Lab color space, it is represented as L: 64.34, a: 63.28, and b: -34.16.
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 #EF67DB
Triadic colors are three colors evenly spaced around the color wheel, including #EF67DB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EF67DB
Monochromatic colors are variations of #EF67DB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EF67DB
The complementary color of #EF67DB 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 #EF67DB
/* Using HEX */ body { background-color: #ef67db; }
/* Using RGB */ body { background-color: rgb(239, 103, 219); }
/* Using RGB with opacity */ body { background-color: rgba(239, 103, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(309, 81%, 67%); }
/* Text color */ p { color: #ef67db; }
/* Box shadow */ div { box-shadow: 4px 4px #ef67db; }
HTML Examples of #EF67DB
<!-- Using HEX --> <div style="background-color: #ef67db; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(239, 103, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(239, 103, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(309, 81%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ef67db;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ef67db; width: 100px; height: 100px;"></div>
Related Colors of #EF67DB
These colors are similar to #EF67DB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.