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