Color: #E98FBE
#E98FBE Color Information
#E98FBE is a light color. The closest websafe version is #E98FBE. A complement of this color would be #90E9BB, perceived brightness is 0.69, and the grayscale version is #BCBCBC.
In the HSL color space, this color has a hue angle of 329°,a saturation of 67%, and a lightness of 74%.The HSV representation shows a hue of 329°, a saturation of 39%, and a value of 91%.
In a RGB color space, #E98FBE is composed of 91% red, 56% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 39% magenta, 18% yellow and 9% black.
In the Yxy color space, this color is represented as Y: 40.94, x: 0.3961, and y: 0.3033.
Color Code #E98FBE
Shades of Color #E98FBE
Shades are created by darkening the original color #E98FBE 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 #E98FBE
Tints are created by lightening the original color #E98FBE 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 #E98FBE Color Code
In the HSL color space, this color has a hue angle of 329°, a saturation of 67%, and a lightness of 74%. The HSV representation shows a hue of 329°, a saturation of 39%, and a value of 91%.
- HEX: #E98FBE
- RGB: rgb(233, 143, 190)
- HSL: hsl(329, 67%, 74%)
- HSV: hsv(329, 39%, 91%)
- CMYK: 0.00% cyan, 39.00% magenta, 18.00% yellow, 9.00% black
- XYZ: 53.48, 40.94, 40.58
- Yxy: 40.94, 0.3961, 0.3033
- Hunter Lab: 70.14, 39.53, -9.35
- CIE-Lab: 70.14, 39.53, -9.35
In the XYZ color space, this color is represented as X: 53.48, Y: 40.94, Z: 40.58. The Yxy representation further refines this as Y: 40.94, x: 0.3961, and y: 0.3033.
In the Hunter Lab color space, this color is represented as L: 70.14, a: 39.53, and b: -9.35. Similarly, in the CIE-Lab color space, it is represented as L: 70.14, a: 39.53, and b: -9.35.
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 #E98FBE
Triadic colors are three colors evenly spaced around the color wheel, including #E98FBE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #E98FBE
Split complementary colors are two colors adjacent to the complementary color of #E98FBE. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #E98FBE
Monochromatic colors are variations of #E98FBE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E98FBE
The complementary color of #E98FBE 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 #E98FBE
/* Using HEX */ body { background-color: #e98fbe; }
/* Using RGB */ body { background-color: rgb(233, 143, 190); }
/* Using RGB with opacity */ body { background-color: rgba(233, 143, 190, 0.5); }
/* Using HSL */ body { background-color: hsl(329, 67%, 74%); }
/* Text color */ p { color: #e98fbe; }
/* Box shadow */ div { box-shadow: 4px 4px #e98fbe; }
/* Border color */ .box { border: 4px solid #e98fbe; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #e98fbe; }
/* Background with text */ div { background: #e98fbe; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #E98FBE
<!-- Using HEX --> <div style="background-color: #e98fbe; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(233, 143, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(233, 143, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(329, 67%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e98fbe;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e98fbe; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #e98fbe; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #e98fbe;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #e98fbe; color: #fff; padding: 16px; border-radius: 8px;"> #E98FBE </div>
Related Colors of #E98FBE
These colors are similar to #E98FBE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.