Shades of Quartz #E0E1E9
Tints of Quartz #E0E1E9
RGB
CMYK
RGB Variations
Color information
#E0E1E9 (or 0xE0E1E9) is known color: Quartz. HEX triplet: E0, E1 and E9. RGB value is (224,225,233). Sum of RGB (Red+Green+Blue) = 224+225+233=682 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.84% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0E1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E1E9 is #1F1E16. Grayscale: #E1E1E1. Windows color (decimal): -2039319 or 15327712. OLE color: 15327712.
HSL color Cylindrical-coordinate representation of color #E0E1E9: hue angle of 233.33º degrees, saturation: 0.17, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0E1E9 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 225 | 233 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.09 |
| HSL | 233.33º | 0.17% | 0.9% | - |
| HSV(B) | 233.33º | 0.04% | 0.91% | - |
| XYZ | 72.37 | 75.58 | 87.86 | - |
| YUV | 225.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 233 | 0.04 | 0.03 | 0 | 0.09 | 233.33 | 0.17 | 0.9 |
| Hex | E0 | E1 | E9 | 4 | 3 | 0 | 9 | E9 | 11 | 5A |
| Octal | 340 | 341 | 351 | 4 | 3 | 0 | 11 | 351 | 21 | 132 |
| Binary | 11100000 | 11100001 | 11101001 | 100 | 11 | 0 | 1001 | 11101001 | 10001 | 1011010 |
Color Harmonies of #E0E1E9
Complementary color
Monochromatic Colors of #E0E1E9
Black with #E0E1E9
Text Example
Text Example
White with #E0E1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E1E9; }
p { color: rgb(224,225,233); }
H1.HeaderClassName
{
color: #E0E1E9;
}
.AnyTagClassName
{
color: #E0E1E9;
}
</style>
background-color css
<style>
a { background-color: #E0E1E9; }
a { background-color: rgb(224,225,233); }
div.DivClassName
{
background-color: #E0E1E9;
}
.BgClassName
{
background-color: #E0E1E9;
}
</style>
border-color css
<style>
span { border-color: #E0E1E9; }
span { border-color: rgb(224,225,233); }
td.TdClassName
{
border-color: #E0E1E9;
}
.TagClassName
{
border-color: #E0E1E9;
}
</style>