Shades of Tara #E2FCE0
Tints of Tara #E2FCE0
RGB
CMYK
RGB Variations
Color information
#E2FCE0 (or 0xE2FCE0) is known color: Tara. HEX triplet: E2, FC and E0. RGB value is (226,252,224). Sum of RGB (Red+Green+Blue) = 226+252+224=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 224 (87.89% from 255 or 31.91% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FCE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FCE0 is #1D031F. Grayscale: #F1F1F1. Windows color (decimal): -1901344 or 14744802. OLE color: 14744802.
HSL color Cylindrical-coordinate representation of color #E2FCE0: hue angle of 115.71º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FCE0 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 252 | 224 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.01 |
| HSL | 115.71º | 0.82% | 0.93% | - |
| HSV(B) | 115.71º | 0.11% | 0.99% | - |
| XYZ | 79.63 | 91.17 | 83.92 | - |
| YUV | 241.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 252 | 224 | 0.10 | 0 | 0.11 | 0.01 | 115.71 | 0.82 | 0.93 |
| Hex | E2 | FC | E0 | A | 0 | B | 1 | 74 | 52 | 5D |
| Octal | 342 | 374 | 340 | 12 | 0 | 13 | 1 | 164 | 122 | 135 |
| Binary | 11100010 | 11111100 | 11100000 | 1010 | 0 | 1011 | 1 | 1110100 | 1010010 | 1011101 |
Color Harmonies of #E2FCE0
Complementary color
Monochromatic Colors of #E2FCE0
Black with #E2FCE0
Text Example
Text Example
White with #E2FCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FCE0; }
p { color: rgb(226,252,224); }
H1.HeaderClassName
{
color: #E2FCE0;
}
.AnyTagClassName
{
color: #E2FCE0;
}
</style>
background-color css
<style>
a { background-color: #E2FCE0; }
a { background-color: rgb(226,252,224); }
div.DivClassName
{
background-color: #E2FCE0;
}
.BgClassName
{
background-color: #E2FCE0;
}
</style>
border-color css
<style>
span { border-color: #E2FCE0; }
span { border-color: rgb(226,252,224); }
td.TdClassName
{
border-color: #E2FCE0;
}
.TagClassName
{
border-color: #E2FCE0;
}
</style>