Shades of Lavender #E2E1FA
Tints of Lavender #E2E1FA
RGB
CMYK
RGB Variations
Color information
#E2E1FA (or 0xE2E1FA) is known color: Lavender. HEX triplet: E2, E1 and FA. RGB value is (226,225,250). Sum of RGB (Red+Green+Blue) = 226+225+250=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2E1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E1FA is #1D1E05. Grayscale: #E4E4E4. Windows color (decimal): -1908230 or 16441826. OLE color: 16441826.
HSL color Cylindrical-coordinate representation of color #E2E1FA: hue angle of 242.4º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2E1FA is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 225 | 250 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.02 |
| HSL | 242.4º | 0.71% | 0.93% | - |
| HSV(B) | 242.4º | 0.1% | 0.98% | - |
| XYZ | 75.54 | 76.92 | 101.31 | - |
| YUV | 228.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 250 | 0.10 | 0.10 | 0 | 0.02 | 242.4 | 0.71 | 0.93 |
| Hex | E2 | E1 | FA | A | A | 0 | 2 | F2 | 47 | 5D |
| Octal | 342 | 341 | 372 | 12 | 12 | 0 | 2 | 362 | 107 | 135 |
| Binary | 11100010 | 11100001 | 11111010 | 1010 | 1010 | 0 | 10 | 11110010 | 1000111 | 1011101 |
Color Harmonies of #E2E1FA
Complementary color
Monochromatic Colors of #E2E1FA
Black with #E2E1FA
Text Example
Text Example
White with #E2E1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E1FA; }
p { color: rgb(226,225,250); }
H1.HeaderClassName
{
color: #E2E1FA;
}
.AnyTagClassName
{
color: #E2E1FA;
}
</style>
background-color css
<style>
a { background-color: #E2E1FA; }
a { background-color: rgb(226,225,250); }
div.DivClassName
{
background-color: #E2E1FA;
}
.BgClassName
{
background-color: #E2E1FA;
}
</style>
border-color css
<style>
span { border-color: #E2E1FA; }
span { border-color: rgb(226,225,250); }
td.TdClassName
{
border-color: #E2E1FA;
}
.TagClassName
{
border-color: #E2E1FA;
}
</style>