Shades of Lavender #E3E1FA
Tints of Lavender #E3E1FA
RGB
CMYK
RGB Variations
Color information
#E3E1FA (or 0xE3E1FA) is known color: Lavender. HEX triplet: E3, E1 and FA. RGB value is (227,225,250). Sum of RGB (Red+Green+Blue) = 227+225+250=702 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.34% from 702); Green value is 225 (88.28% from 255 or 32.05% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3E1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3E1FA is #1C1E05. Grayscale: #E4E4E4. Windows color (decimal): -1842694 or 16441827. OLE color: 16441827.
HSL color Cylindrical-coordinate representation of color #E3E1FA: hue angle of 244.8º 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 #E3E1FA is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 225 | 250 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.02 |
| HSL | 244.8º | 0.71% | 0.93% | - |
| HSV(B) | 244.8º | 0.1% | 0.98% | - |
| XYZ | 75.86 | 77.08 | 101.32 | - |
| YUV | 228.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 225 | 250 | 0.09 | 0.10 | 0 | 0.02 | 244.8 | 0.71 | 0.93 |
| Hex | E3 | E1 | FA | 9 | A | 0 | 2 | F5 | 47 | 5D |
| Octal | 343 | 341 | 372 | 11 | 12 | 0 | 2 | 365 | 107 | 135 |
| Binary | 11100011 | 11100001 | 11111010 | 1001 | 1010 | 0 | 10 | 11110101 | 1000111 | 1011101 |
Color Harmonies of #E3E1FA
Complementary color
Monochromatic Colors of #E3E1FA
Black with #E3E1FA
Text Example
Text Example
White with #E3E1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E1FA; }
p { color: rgb(227,225,250); }
H1.HeaderClassName
{
color: #E3E1FA;
}
.AnyTagClassName
{
color: #E3E1FA;
}
</style>
background-color css
<style>
a { background-color: #E3E1FA; }
a { background-color: rgb(227,225,250); }
div.DivClassName
{
background-color: #E3E1FA;
}
.BgClassName
{
background-color: #E3E1FA;
}
</style>
border-color css
<style>
span { border-color: #E3E1FA; }
span { border-color: rgb(227,225,250); }
td.TdClassName
{
border-color: #E3E1FA;
}
.TagClassName
{
border-color: #E3E1FA;
}
</style>