Shades of Solitude #E2E4EA
Tints of Solitude #E2E4EA
RGB
CMYK
RGB Variations
Color information
#E2E4EA (or 0xE2E4EA) is known color: Solitude. HEX triplet: E2, E4 and EA. RGB value is (226,228,234). Sum of RGB (Red+Green+Blue) = 226+228+234=688 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.85% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2E4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E4EA is #1D1B15. Grayscale: #E4E4E4. Windows color (decimal): -1907478 or 15394018. OLE color: 15394018.
HSL color Cylindrical-coordinate representation of color #E2E4EA: hue angle of 225º degrees, saturation: 0.16, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2E4EA is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 228 | 234 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.08 |
| HSL | 225º | 0.16% | 0.9% | - |
| HSV(B) | 225º | 0.03% | 0.92% | - |
| XYZ | 73.96 | 77.6 | 88.92 | - |
| YUV | 228.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 234 | 0.03 | 0.03 | 0 | 0.08 | 225 | 0.16 | 0.9 |
| Hex | E2 | E4 | EA | 3 | 3 | 0 | 8 | E1 | 10 | 5A |
| Octal | 342 | 344 | 352 | 3 | 3 | 0 | 10 | 341 | 20 | 132 |
| Binary | 11100010 | 11100100 | 11101010 | 11 | 11 | 0 | 1000 | 11100001 | 10000 | 1011010 |
Color Harmonies of #E2E4EA
Complementary color
Monochromatic Colors of #E2E4EA
Black with #E2E4EA
Text Example
Text Example
White with #E2E4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E4EA; }
p { color: rgb(226,228,234); }
H1.HeaderClassName
{
color: #E2E4EA;
}
.AnyTagClassName
{
color: #E2E4EA;
}
</style>
background-color css
<style>
a { background-color: #E2E4EA; }
a { background-color: rgb(226,228,234); }
div.DivClassName
{
background-color: #E2E4EA;
}
.BgClassName
{
background-color: #E2E4EA;
}
</style>
border-color css
<style>
span { border-color: #E2E4EA; }
span { border-color: rgb(226,228,234); }
td.TdClassName
{
border-color: #E2E4EA;
}
.TagClassName
{
border-color: #E2E4EA;
}
</style>