Shades of Quartz #E0E1F1
Tints of Quartz #E0E1F1
RGB
CMYK
RGB Variations
Color information
#E0E1F1 (or 0xE0E1F1) is known color: Quartz. HEX triplet: E0, E1 and F1. RGB value is (224,225,241). Sum of RGB (Red+Green+Blue) = 224+225+241=690 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.46% from 690); Green value is 225 (88.28% from 255 or 32.61% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0E1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E1F1 is #1F1E0E. Grayscale: #E2E2E2. Windows color (decimal): -2039311 or 15852000. OLE color: 15852000.
HSL color Cylindrical-coordinate representation of color #E0E1F1: hue angle of 236.47º 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 #E0E1F1 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 225 | 241 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.05 |
| HSL | 236.47º | 0.38% | 0.91% | - |
| HSV(B) | 236.47º | 0.07% | 0.95% | - |
| XYZ | 73.54 | 76.05 | 94.02 | - |
| YUV | 226.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 241 | 0.07 | 0.07 | 0 | 0.05 | 236.47 | 0.38 | 0.91 |
| Hex | E0 | E1 | F1 | 7 | 7 | 0 | 5 | EC | 26 | 5B |
| Octal | 340 | 341 | 361 | 7 | 7 | 0 | 5 | 354 | 46 | 133 |
| Binary | 11100000 | 11100001 | 11110001 | 111 | 111 | 0 | 101 | 11101100 | 100110 | 1011011 |
Color Harmonies of #E0E1F1
Complementary color
Monochromatic Colors of #E0E1F1
Black with #E0E1F1
Text Example
Text Example
White with #E0E1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E1F1; }
p { color: rgb(224,225,241); }
H1.HeaderClassName
{
color: #E0E1F1;
}
.AnyTagClassName
{
color: #E0E1F1;
}
</style>
background-color css
<style>
a { background-color: #E0E1F1; }
a { background-color: rgb(224,225,241); }
div.DivClassName
{
background-color: #E0E1F1;
}
.BgClassName
{
background-color: #E0E1F1;
}
</style>
border-color css
<style>
span { border-color: #E0E1F1; }
span { border-color: rgb(224,225,241); }
td.TdClassName
{
border-color: #E0E1F1;
}
.TagClassName
{
border-color: #E0E1F1;
}
</style>