Color: #E98EEF
#E98EEF Color Information
#E98EEF is a light color. The closest websafe version is #E98EEF. A complement of this color would be #96EF8F, perceived brightness is 0.71, and the grayscale version is #BFBFBF.
In the HSL color space, this color has a hue angle of 296°,a saturation of 75%, and a lightness of 75%.The HSV representation shows a hue of 296°, a saturation of 100%, and a value of 100%.
In a RGB color space, #E98EEF is composed of 91% red, 56% green and 94% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 41% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 42.75, x: 0.3502, and y: 0.2568.
Color Code #E98EEF
Shades of Color #E98EEF
Shades are created by darkening the original color #E98EEF 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 #E98EEF
Tints are created by lightening the original color #E98EEF 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 #E98EEF Color Code
In the HSL color space, this color has a hue angle of 296°, a saturation of 75%, and a lightness of 75%. The HSV representation shows a hue of 296°, a saturation of 41%, and a value of 94%.
- HEX: #E98EEF
- RGB: rgb(233, 142, 239)
- HSL: hsl(296, 75%, 75%)
- HSV: hsv(296, 41%, 94%)
- CMYK: 3.00% cyan, 41.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 58.30, 42.75, 65.41
- Yxy: 42.75, 0.3502, 0.2568
- Hunter Lab: 71.39, 46.13, -34.42
- CIE-Lab: 71.39, 46.13, -34.42
In the XYZ color space, this color is represented as X: 58.30, Y: 42.75, Z: 65.41. The Yxy representation further refines this as Y: 42.75, x: 0.3502, and y: 0.2568.
In the Hunter Lab color space, this color is represented as L: 71.39, a: 46.13, and b: -34.42. Similarly, in the CIE-Lab color space, it is represented as L: 71.39, a: 46.13, and b: -34.42.
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 #E98EEF
Triadic colors are three colors evenly spaced around the color wheel, including #E98EEF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #E98EEF
Monochromatic colors are variations of #E98EEF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E98EEF
The complementary color of #E98EEF 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 #E98EEF
/* Using HEX */ body { background-color: #e98eef; }
/* Using RGB */ body { background-color: rgb(233, 142, 239); }
/* Using RGB with opacity */ body { background-color: rgba(233, 142, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(296, 75%, 75%); }
/* Text color */ p { color: #e98eef; }
/* Box shadow */ div { box-shadow: 4px 4px #e98eef; }
HTML Examples of #E98EEF
<!-- Using HEX --> <div style="background-color: #e98eef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(233, 142, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(233, 142, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(296, 75%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e98eef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e98eef; width: 100px; height: 100px;"></div>
Related Colors of #E98EEF
These colors are similar to #E98EEF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.