Color: #FF2EAB
#FF2EAB Color Information
#FF2EAB is a dark color. The closest websafe version is #FF2EAB. A complement of this color would be #2EFF82, perceived brightness is 0.48, and the grayscale version is #979797.
In the HSL color space, this color has a hue angle of 324°,a saturation of 99%, and a lightness of 59%.The HSV representation shows a hue of 324°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FF2EAB is composed of 100% red, 18% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 82% magenta, 33% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 26.68, x: 0.4679, and y: 0.2472.
Color Code #FF2EAB
Shades of Color #FF2EAB
Shades are created by darkening the original color #FF2EAB 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 #FF2EAB
Tints are created by lightening the original color #FF2EAB 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 #FF2EAB Color Code
In the HSL color space, this color has a hue angle of 324°, a saturation of 100%, and a lightness of 59%. The HSV representation shows a hue of 324°, a saturation of 82%, and a value of 100%.
- HEX: #FF2EAB
- RGB: rgb(255, 46, 171)
- HSL: hsl(324, 100%, 59%)
- HSV: hsv(324, 82%, 100%)
- CMYK: 0.00% cyan, 82.00% magenta, 33.00% yellow, 0.00% black
- XYZ: 50.49, 26.68, 30.74
- Yxy: 26.68, 0.4679, 0.2472
- Hunter Lab: 58.67, 81.12, -15.16
- CIE-Lab: 58.67, 81.12, -15.16
In the XYZ color space, this color is represented as X: 50.49, Y: 26.68, Z: 30.74. The Yxy representation further refines this as Y: 26.68, x: 0.4679, and y: 0.2472.
In the Hunter Lab color space, this color is represented as L: 58.67, a: 81.12, and b: -15.16. Similarly, in the CIE-Lab color space, it is represented as L: 58.67, a: 81.12, and b: -15.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 #FF2EAB
Triadic colors are three colors evenly spaced around the color wheel, including #FF2EAB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FF2EAB
Monochromatic colors are variations of #FF2EAB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FF2EAB
The complementary color of #FF2EAB 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 #FF2EAB
/* Using HEX */ body { background-color: #ff2eab; }
/* Using RGB */ body { background-color: rgb(255, 46, 171); }
/* Using RGB with opacity */ body { background-color: rgba(255, 46, 171, 0.5); }
/* Using HSL */ body { background-color: hsl(324, 100%, 59%); }
/* Text color */ p { color: #ff2eab; }
/* Box shadow */ div { box-shadow: 4px 4px #ff2eab; }
HTML Examples of #FF2EAB
<!-- Using HEX --> <div style="background-color: #ff2eab; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(255, 46, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(255, 46, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(324, 100%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ff2eab;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ff2eab; width: 100px; height: 100px;"></div>
Related Colors of #FF2EAB
These colors are similar to #FF2EAB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.