Shades of Solitude #E1E5E9
Tints of Solitude #E1E5E9
RGB
CMYK
RGB Variations
Color information
#E1E5E9 (or 0xE1E5E9) is known color: Solitude. HEX triplet: E1, E5 and E9. RGB value is (225,229,233). Sum of RGB (Red+Green+Blue) = 225+229+233=687 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.75% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 233 - color contains mainly: blue. Hex color #E1E5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E5E9 is #1E1A16. Grayscale: #E4E4E4. Windows color (decimal): -1972759 or 15328737. OLE color: 15328737.
HSL color Cylindrical-coordinate representation of color #E1E5E9: hue angle of 210º degrees, saturation: 0.15, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1E5E9 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 225 | 229 | 233 | - |
CMYK | 0.03 | 0.02 | 0 | 0.09 |
HSL | 210º | 0.15% | 0.9% | - |
HSV(B) | 210º | 0.03% | 0.91% | - |
XYZ | 73.78 | 77.93 | 88.24 | - |
YUV | 228.26 | 130.67 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 229 | 233 | 0.03 | 0.02 | 0 | 0.09 | 210 | 0.15 | 0.9 |
Hex | E1 | E5 | E9 | 3 | 2 | 0 | 9 | D2 | F | 5A |
Octal | 341 | 345 | 351 | 3 | 2 | 0 | 11 | 322 | 17 | 132 |
Binary | 11100001 | 11100101 | 11101001 | 11 | 10 | 0 | 1001 | 11010010 | 1111 | 1011010 |
Color Harmonies of #E1E5E9
Complementary color
Monochromatic Colors of #E1E5E9
Black with #E1E5E9
Text Example
Text Example
White with #E1E5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E5E9; }
p { color: rgb(225,229,233); }
H1.HeaderClassName
{
color: #E1E5E9;
}
.AnyTagClassName
{
color: #E1E5E9;
}
</style>
background-color css
<style>
a { background-color: #E1E5E9; }
a { background-color: rgb(225,229,233); }
div.DivClassName
{
background-color: #E1E5E9;
}
.BgClassName
{
background-color: #E1E5E9;
}
</style>
border-color css
<style>
span { border-color: #E1E5E9; }
span { border-color: rgb(225,229,233); }
td.TdClassName
{
border-color: #E1E5E9;
}
.TagClassName
{
border-color: #E1E5E9;
}
</style>