HEX
#
RGB
HSL

#EE82EE CSS / HTML Preview

Text with hexadecimal color #EE82EE

This text has a font color of #EE82EE.

<span style="color:#EE82EE;">Your text here</span>
#EE82EE border color

This element has a border color of #EE82EE.

<div style="border:2px solid #EE82EE;">Content here</div>
#EE82EE background color

This paragraph has a background color of #EE82EE.

<p style="background-color:#EE82EE;">Content here</p>
CSS codes
.text {color:#EE82EE;}
.background {background-color:#EE82EE;}
.border {border:1px solid #EE82EE;}