Shades of Tara #E1EAE1
Tints of Tara #E1EAE1
RGB
CMYK
RGB Variations
Color information
#E1EAE1 (or 0xE1EAE1) is known color: Tara. HEX triplet: E1, EA and E1. RGB value is (225,234,225). Sum of RGB (Red+Green+Blue) = 225+234+225=684 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.89% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EAE1 is #1E151E. Grayscale: #E6E6E6. Windows color (decimal): -1971487 or 14805729. OLE color: 14805729.
HSL color Cylindrical-coordinate representation of color #E1EAE1: hue angle of 120º degrees, saturation: 0.18, 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 #E1EAE1 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 234 | 225 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.08 |
| HSL | 120º | 0.18% | 0.9% | - |
| HSV(B) | 120º | 0.04% | 0.92% | - |
| XYZ | 74.06 | 80.29 | 82.83 | - |
| YUV | 230.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 225 | 0.04 | 0 | 0.04 | 0.08 | 120 | 0.18 | 0.9 |
| Hex | E1 | EA | E1 | 4 | 0 | 4 | 8 | 78 | 12 | 5A |
| Octal | 341 | 352 | 341 | 4 | 0 | 4 | 10 | 170 | 22 | 132 |
| Binary | 11100001 | 11101010 | 11100001 | 100 | 0 | 100 | 1000 | 1111000 | 10010 | 1011010 |
Color Harmonies of #E1EAE1
Complementary color
Monochromatic Colors of #E1EAE1
Black with #E1EAE1
Text Example
Text Example
White with #E1EAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EAE1; }
p { color: rgb(225,234,225); }
H1.HeaderClassName
{
color: #E1EAE1;
}
.AnyTagClassName
{
color: #E1EAE1;
}
</style>
background-color css
<style>
a { background-color: #E1EAE1; }
a { background-color: rgb(225,234,225); }
div.DivClassName
{
background-color: #E1EAE1;
}
.BgClassName
{
background-color: #E1EAE1;
}
</style>
border-color css
<style>
span { border-color: #E1EAE1; }
span { border-color: rgb(225,234,225); }
td.TdClassName
{
border-color: #E1EAE1;
}
.TagClassName
{
border-color: #E1EAE1;
}
</style>