mostly black
Enter any color value (e.g., #7f66d6, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#e0e0e0 color RGB value is (224,224,224)
#e0e0e0 color CMYK value
#e0e0e0 color HSL value
HSV(or HSB) | 0° | 0 | 87.8 |
XYZ | 70.851 | 74.54 | 81.175 |
Yxy | 0.313 | 0.329 | 74.54 |
LAB | 89.177 | 0.005 | -0.009 |
LUV | 89.177 | 0.001 | -0.015 |
Hunter-LAB | 86.337 | -4.607 | 4.691 |
CIE-LCH | 89.177 | 0.011 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | E0 | E0 | E0 |
Decimal | 224 | 224 | 224 |
Octal | 340 | 340 | 340 |
Binary | 11100000 | 11100000 | 11100000 |
This text has a font color of #e0e0e0.
<span style="color:#e0e0e0">Text here</span>
This paragraph has a background color of #e0e0e0.
<p style="background-color:#e0e0e0;">Content here</p>
This element has a border color of #e0e0e0.
<div style="border:1px #e0e0e0;">Content here</div>
.text {color:#e0e0e0;}
.background {background-color:#e0e0e0;}
.border {border:1px solid #e0e0e0;}
.text-shadow {border:1px solid #e0e0e0;}
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, #010101 is the darkest color, while #f5f5f5 is the lightest one.