CSS Color Background

Lavender Magenta

Pure CSS color background: #EE82EE. Use this solid color for personal and commercial creative projects.

Preview

Lavender Magenta solid color background preview (#EE82EE)

Color value: #EE82EE

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #EE82EE; }

HTML Code

<section class="hero lavender-magenta-bg"> <h2>Your content</h2> </section> <style> .lavender-magenta-bg { background-color: #EE82EE; } </style>