Shades of Titan White #E1E0E2
Tints of Titan White #E1E0E2
RGB
CMYK
RGB Variations
Color information
#E1E0E2 (or 0xE1E0E2) is known color: Titan White. HEX triplet: E1, E0 and E2. RGB value is (225,224,226). Sum of RGB (Red+Green+Blue) = 225+224+226=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 226 - color contains mainly: blue. Hex color #E1E0E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E0E2 is #1E1F1D. Grayscale: #E0E0E0. Windows color (decimal): -1974046 or 14868705. OLE color: 14868705.
HSL color Cylindrical-coordinate representation of color #E1E0E2: hue angle of 270º degrees, saturation: 0.03, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E1E0E2 is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 224 | 226 | - |
| CMYK | 0.00 | 0.01 | 0 | 0.11 |
| HSL | 270º | 0.03% | 0.88% | - |
| HSV(B) | 270º | 0.01% | 0.89% | - |
| XYZ | 71.43 | 74.81 | 82.63 | - |
| YUV | 224.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 226 | 0.00 | 0.01 | 0 | 0.11 | 270 | 0.03 | 0.88 |
| Hex | E1 | E0 | E2 | 0 | 1 | 0 | B | 10E | 3 | 58 |
| Octal | 341 | 340 | 342 | 0 | 1 | 0 | 13 | 416 | 3 | 130 |
| Binary | 11100001 | 11100000 | 11100010 | 0 | 1 | 0 | 1011 | 100001110 | 11 | 1011000 |
Color Harmonies of #E1E0E2
Complementary color
Monochromatic Colors of #E1E0E2
Black with #E1E0E2
Text Example
Text Example
White with #E1E0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E0E2; }
p { color: rgb(225,224,226); }
H1.HeaderClassName
{
color: #E1E0E2;
}
.AnyTagClassName
{
color: #E1E0E2;
}
</style>
background-color css
<style>
a { background-color: #E1E0E2; }
a { background-color: rgb(225,224,226); }
div.DivClassName
{
background-color: #E1E0E2;
}
.BgClassName
{
background-color: #E1E0E2;
}
</style>
border-color css
<style>
span { border-color: #E1E0E2; }
span { border-color: rgb(225,224,226); }
td.TdClassName
{
border-color: #E1E0E2;
}
.TagClassName
{
border-color: #E1E0E2;
}
</style>