Shades of Solitude #E0E4F1
Tints of Solitude #E0E4F1
RGB
CMYK
RGB Variations
Color information
#E0E4F1 (or 0xE0E4F1) is known color: Solitude. HEX triplet: E0, E4 and F1. RGB value is (224,228,241). Sum of RGB (Red+Green+Blue) = 224+228+241=693 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.32% from 693); Green value is 228 (89.45% from 255 or 32.90% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0E4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E4F1 is #1F1B0E. Grayscale: #E4E4E4. Windows color (decimal): -2038543 or 15852768. OLE color: 15852768.
HSL color Cylindrical-coordinate representation of color #E0E4F1: hue angle of 225.88º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0E4F1 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 228 | 241 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.05 |
| HSL | 225.88º | 0.38% | 0.91% | - |
| HSV(B) | 225.88º | 0.07% | 0.95% | - |
| XYZ | 74.36 | 77.68 | 94.29 | - |
| YUV | 228.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 241 | 0.07 | 0.05 | 0 | 0.05 | 225.88 | 0.38 | 0.91 |
| Hex | E0 | E4 | F1 | 7 | 5 | 0 | 5 | E2 | 26 | 5B |
| Octal | 340 | 344 | 361 | 7 | 5 | 0 | 5 | 342 | 46 | 133 |
| Binary | 11100000 | 11100100 | 11110001 | 111 | 101 | 0 | 101 | 11100010 | 100110 | 1011011 |
Color Harmonies of #E0E4F1
Complementary color
Monochromatic Colors of #E0E4F1
Black with #E0E4F1
Text Example
Text Example
White with #E0E4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E4F1; }
p { color: rgb(224,228,241); }
H1.HeaderClassName
{
color: #E0E4F1;
}
.AnyTagClassName
{
color: #E0E4F1;
}
</style>
background-color css
<style>
a { background-color: #E0E4F1; }
a { background-color: rgb(224,228,241); }
div.DivClassName
{
background-color: #E0E4F1;
}
.BgClassName
{
background-color: #E0E4F1;
}
</style>
border-color css
<style>
span { border-color: #E0E4F1; }
span { border-color: rgb(224,228,241); }
td.TdClassName
{
border-color: #E0E4F1;
}
.TagClassName
{
border-color: #E0E4F1;
}
</style>