Shades of Tara #E2FBE0
Tints of Tara #E2FBE0
RGB
CMYK
RGB Variations
Color information
#E2FBE0 (or 0xE2FBE0) is known color: Tara. HEX triplet: E2, FB and E0. RGB value is (226,251,224). Sum of RGB (Red+Green+Blue) = 226+251+224=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 224 (87.89% from 255 or 31.95% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FBE0 is #1D041F. Grayscale: #F0F0F0. Windows color (decimal): -1901600 or 14744546. OLE color: 14744546.
HSL color Cylindrical-coordinate representation of color #E2FBE0: hue angle of 115.56º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FBE0 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 224 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.02 |
| HSL | 115.56º | 0.77% | 0.93% | - |
| HSV(B) | 115.56º | 0.11% | 0.98% | - |
| XYZ | 79.32 | 90.54 | 83.82 | - |
| YUV | 240.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 224 | 0.10 | 0 | 0.11 | 0.02 | 115.56 | 0.77 | 0.93 |
| Hex | E2 | FB | E0 | A | 0 | B | 2 | 74 | 4D | 5D |
| Octal | 342 | 373 | 340 | 12 | 0 | 13 | 2 | 164 | 115 | 135 |
| Binary | 11100010 | 11111011 | 11100000 | 1010 | 0 | 1011 | 10 | 1110100 | 1001101 | 1011101 |
Color Harmonies of #E2FBE0
Complementary color
Monochromatic Colors of #E2FBE0
Black with #E2FBE0
Text Example
Text Example
White with #E2FBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FBE0; }
p { color: rgb(226,251,224); }
H1.HeaderClassName
{
color: #E2FBE0;
}
.AnyTagClassName
{
color: #E2FBE0;
}
</style>
background-color css
<style>
a { background-color: #E2FBE0; }
a { background-color: rgb(226,251,224); }
div.DivClassName
{
background-color: #E2FBE0;
}
.BgClassName
{
background-color: #E2FBE0;
}
</style>
border-color css
<style>
span { border-color: #E2FBE0; }
span { border-color: rgb(226,251,224); }
td.TdClassName
{
border-color: #E2FBE0;
}
.TagClassName
{
border-color: #E2FBE0;
}
</style>