mostly black
Enter any color value (e.g., #5ab965, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#e1e1e1 color RGB value is (225,225,225)
#e1e1e1 color CMYK value
#e1e1e1 color HSL value
HSV(or HSB) | 0° | 0 | 88.2 |
XYZ | 71.567 | 75.294 | 81.995 |
Yxy | 0.313 | 0.329 | 75.294 |
LAB | 89.531 | 0.005 | -0.009 |
LUV | 89.531 | 0.001 | -0.015 |
Hunter-LAB | 86.772 | -4.63 | 4.715 |
CIE-LCH | 89.531 | 0.011 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | E1 | E1 | E1 |
Decimal | 225 | 225 | 225 |
Octal | 341 | 341 | 341 |
Binary | 11100001 | 11100001 | 11100001 |
This text has a font color of #e1e1e1.
<span style="color:#e1e1e1">Text here</span>
This paragraph has a background color of #e1e1e1.
<p style="background-color:#e1e1e1;">Content here</p>
This element has a border color of #e1e1e1.
<div style="border:1px #e1e1e1;">Content here</div>
.text {color:#e1e1e1;}
.background {background-color:#e1e1e1;}
.border {border:1px solid #e1e1e1;}
.text-shadow {border:1px solid #e1e1e1;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #020202 is the darkest color, while #f6f6f6 is the lightest one.