Shades of Solitude #E1E4EC
Tints of Solitude #E1E4EC
RGB
CMYK
RGB Variations
Color information
#E1E4EC (or 0xE1E4EC) is known color: Solitude. HEX triplet: E1, E4 and EC. RGB value is (225,228,236). Sum of RGB (Red+Green+Blue) = 225+228+236=689 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.66% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1E4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E4EC is #1E1B13. Grayscale: #E3E3E3. Windows color (decimal): -1973012 or 15525089. OLE color: 15525089.
HSL color Cylindrical-coordinate representation of color #E1E4EC: hue angle of 223.64º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1E4EC is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 228 | 236 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.07 |
| HSL | 223.64º | 0.22% | 0.9% | - |
| HSV(B) | 223.64º | 0.05% | 0.93% | - |
| XYZ | 73.94 | 77.55 | 90.43 | - |
| YUV | 228.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 236 | 0.05 | 0.03 | 0 | 0.07 | 223.64 | 0.22 | 0.9 |
| Hex | E1 | E4 | EC | 5 | 3 | 0 | 7 | E0 | 16 | 5A |
| Octal | 341 | 344 | 354 | 5 | 3 | 0 | 7 | 340 | 26 | 132 |
| Binary | 11100001 | 11100100 | 11101100 | 101 | 11 | 0 | 111 | 11100000 | 10110 | 1011010 |
Color Harmonies of #E1E4EC
Complementary color
Monochromatic Colors of #E1E4EC
Black with #E1E4EC
Text Example
Text Example
White with #E1E4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E4EC; }
p { color: rgb(225,228,236); }
H1.HeaderClassName
{
color: #E1E4EC;
}
.AnyTagClassName
{
color: #E1E4EC;
}
</style>
background-color css
<style>
a { background-color: #E1E4EC; }
a { background-color: rgb(225,228,236); }
div.DivClassName
{
background-color: #E1E4EC;
}
.BgClassName
{
background-color: #E1E4EC;
}
</style>
border-color css
<style>
span { border-color: #E1E4EC; }
span { border-color: rgb(225,228,236); }
td.TdClassName
{
border-color: #E1E4EC;
}
.TagClassName
{
border-color: #E1E4EC;
}
</style>