Shades of Solitude #E0E4EF
Tints of Solitude #E0E4EF
RGB
CMYK
RGB Variations
Color information
#E0E4EF (or 0xE0E4EF) is known color: Solitude. HEX triplet: E0, E4 and EF. RGB value is (224,228,239). Sum of RGB (Red+Green+Blue) = 224+228+239=691 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.42% from 691); Green value is 228 (89.45% from 255 or 33.00% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0E4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E4EF is #1F1B10. Grayscale: #E4E4E4. Windows color (decimal): -2038545 or 15721696. OLE color: 15721696.
HSL color Cylindrical-coordinate representation of color #E0E4EF: hue angle of 224º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0E4EF is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 228 | 239 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.06 |
| HSL | 224º | 0.32% | 0.91% | - |
| HSV(B) | 224º | 0.06% | 0.94% | - |
| XYZ | 74.06 | 77.57 | 92.73 | - |
| YUV | 228.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 239 | 0.06 | 0.05 | 0 | 0.06 | 224 | 0.32 | 0.91 |
| Hex | E0 | E4 | EF | 6 | 5 | 0 | 6 | E0 | 20 | 5B |
| Octal | 340 | 344 | 357 | 6 | 5 | 0 | 6 | 340 | 40 | 133 |
| Binary | 11100000 | 11100100 | 11101111 | 110 | 101 | 0 | 110 | 11100000 | 100000 | 1011011 |
Color Harmonies of #E0E4EF
Complementary color
Monochromatic Colors of #E0E4EF
Black with #E0E4EF
Text Example
Text Example
White with #E0E4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E4EF; }
p { color: rgb(224,228,239); }
H1.HeaderClassName
{
color: #E0E4EF;
}
.AnyTagClassName
{
color: #E0E4EF;
}
</style>
background-color css
<style>
a { background-color: #E0E4EF; }
a { background-color: rgb(224,228,239); }
div.DivClassName
{
background-color: #E0E4EF;
}
.BgClassName
{
background-color: #E0E4EF;
}
</style>
border-color css
<style>
span { border-color: #E0E4EF; }
span { border-color: rgb(224,228,239); }
td.TdClassName
{
border-color: #E0E4EF;
}
.TagClassName
{
border-color: #E0E4EF;
}
</style>