Shades of Zircon #E0EAEC
Tints of Zircon #E0EAEC
RGB
CMYK
RGB Variations
Color information
#E0EAEC (or 0xE0EAEC) is known color: Zircon. HEX triplet: E0, EA and EC. RGB value is (224,234,236). Sum of RGB (Red+Green+Blue) = 224+234+236=694 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.28% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0EAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EAEC is #1F1513. Grayscale: #E7E7E7. Windows color (decimal): -2037012 or 15526624. OLE color: 15526624.
HSL color Cylindrical-coordinate representation of color #E0EAEC: hue angle of 190º degrees, saturation: 0.24, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0EAEC is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 234 | 236 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.07 |
| HSL | 190º | 0.24% | 0.9% | - |
| HSV(B) | 190º | 0.05% | 0.93% | - |
| XYZ | 75.3 | 80.75 | 90.97 | - |
| YUV | 231.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 234 | 236 | 0.05 | 0.01 | 0 | 0.07 | 190 | 0.24 | 0.9 |
| Hex | E0 | EA | EC | 5 | 1 | 0 | 7 | BE | 18 | 5A |
| Octal | 340 | 352 | 354 | 5 | 1 | 0 | 7 | 276 | 30 | 132 |
| Binary | 11100000 | 11101010 | 11101100 | 101 | 1 | 0 | 111 | 10111110 | 11000 | 1011010 |
Color Harmonies of #E0EAEC
Complementary color
Monochromatic Colors of #E0EAEC
Black with #E0EAEC
Text Example
Text Example
White with #E0EAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EAEC; }
p { color: rgb(224,234,236); }
H1.HeaderClassName
{
color: #E0EAEC;
}
.AnyTagClassName
{
color: #E0EAEC;
}
</style>
background-color css
<style>
a { background-color: #E0EAEC; }
a { background-color: rgb(224,234,236); }
div.DivClassName
{
background-color: #E0EAEC;
}
.BgClassName
{
background-color: #E0EAEC;
}
</style>
border-color css
<style>
span { border-color: #E0EAEC; }
span { border-color: rgb(224,234,236); }
td.TdClassName
{
border-color: #E0EAEC;
}
.TagClassName
{
border-color: #E0EAEC;
}
</style>