Shades of Quartz #E0E1EA
Tints of Quartz #E0E1EA
RGB
CMYK
RGB Variations
Color information
#E0E1EA (or 0xE0E1EA) is known color: Quartz. HEX triplet: E0, E1 and EA. RGB value is (224,225,234). Sum of RGB (Red+Green+Blue) = 224+225+234=683 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.80% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E1EA is #1F1E15. Grayscale: #E1E1E1. Windows color (decimal): -2039318 or 15393248. OLE color: 15393248.
HSL color Cylindrical-coordinate representation of color #E0E1EA: hue angle of 234º degrees, saturation: 0.19, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0E1EA is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 225 | 234 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.08 |
| HSL | 234º | 0.19% | 0.9% | - |
| HSV(B) | 234º | 0.04% | 0.92% | - |
| XYZ | 72.52 | 75.64 | 88.62 | - |
| YUV | 225.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 234 | 0.04 | 0.04 | 0 | 0.08 | 234 | 0.19 | 0.9 |
| Hex | E0 | E1 | EA | 4 | 4 | 0 | 8 | EA | 13 | 5A |
| Octal | 340 | 341 | 352 | 4 | 4 | 0 | 10 | 352 | 23 | 132 |
| Binary | 11100000 | 11100001 | 11101010 | 100 | 100 | 0 | 1000 | 11101010 | 10011 | 1011010 |
Color Harmonies of #E0E1EA
Complementary color
Monochromatic Colors of #E0E1EA
Black with #E0E1EA
Text Example
Text Example
White with #E0E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E1EA; }
p { color: rgb(224,225,234); }
H1.HeaderClassName
{
color: #E0E1EA;
}
.AnyTagClassName
{
color: #E0E1EA;
}
</style>
background-color css
<style>
a { background-color: #E0E1EA; }
a { background-color: rgb(224,225,234); }
div.DivClassName
{
background-color: #E0E1EA;
}
.BgClassName
{
background-color: #E0E1EA;
}
</style>
border-color css
<style>
span { border-color: #E0E1EA; }
span { border-color: rgb(224,225,234); }
td.TdClassName
{
border-color: #E0E1EA;
}
.TagClassName
{
border-color: #E0E1EA;
}
</style>