Shades of Zircon #E2EAEA
Tints of Zircon #E2EAEA
RGB
CMYK
RGB Variations
Color information
#E2EAEA (or 0xE2EAEA) is known color: Zircon. HEX triplet: E2, EA and EA. RGB value is (226,234,234). Sum of RGB (Red+Green+Blue) = 226+234+234=694 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.56% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #E2EAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EAEA is #1D1515. Grayscale: #E7E7E7. Windows color (decimal): -1905942 or 15395554. OLE color: 15395554.
HSL color Cylindrical-coordinate representation of color #E2EAEA: hue angle of 180º degrees, saturation: 0.16, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2EAEA is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 234 | - |
| CMYK | 0.03 | 0 | 0 | 0.08 |
| HSL | 180º | 0.16% | 0.9% | - |
| HSV(B) | 180º | 0.03% | 0.92% | - |
| XYZ | 75.64 | 80.95 | 89.48 | - |
| YUV | 231.61 | 129.35 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 234 | 0.03 | 0 | 0 | 0.08 | 180 | 0.16 | 0.9 |
| Hex | E2 | EA | EA | 3 | 0 | 0 | 8 | B4 | 10 | 5A |
| Octal | 342 | 352 | 352 | 3 | 0 | 0 | 10 | 264 | 20 | 132 |
| Binary | 11100010 | 11101010 | 11101010 | 11 | 0 | 0 | 1000 | 10110100 | 10000 | 1011010 |
Color Harmonies of #E2EAEA
Complementary color
Monochromatic Colors of #E2EAEA
Black with #E2EAEA
Text Example
Text Example
White with #E2EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EAEA; }
p { color: rgb(226,234,234); }
H1.HeaderClassName
{
color: #E2EAEA;
}
.AnyTagClassName
{
color: #E2EAEA;
}
</style>
background-color css
<style>
a { background-color: #E2EAEA; }
a { background-color: rgb(226,234,234); }
div.DivClassName
{
background-color: #E2EAEA;
}
.BgClassName
{
background-color: #E2EAEA;
}
</style>
border-color css
<style>
span { border-color: #E2EAEA; }
span { border-color: rgb(226,234,234); }
td.TdClassName
{
border-color: #E2EAEA;
}
.TagClassName
{
border-color: #E2EAEA;
}
</style>