Shades of Lavender #E1E1F4
Tints of Lavender #E1E1F4
RGB
CMYK
RGB Variations
Color information
#E1E1F4 (or 0xE1E1F4) is known color: Lavender. HEX triplet: E1, E1 and F4. RGB value is (225,225,244). Sum of RGB (Red+Green+Blue) = 225+225+244=694 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.42% from 694); Green value is 225 (88.28% from 255 or 32.42% from 694); Blue value is 244 (95.70% from 255 or 35.16% from 694); Max value from RGB is 244 - color contains mainly: blue. Hex color #E1E1F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E1F4 is #1E1E0B. Grayscale: #E3E3E3. Windows color (decimal): -1973772 or 16048609. OLE color: 16048609.
HSL color Cylindrical-coordinate representation of color #E1E1F4: hue angle of 240º degrees, saturation: 0.46, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1E1F4 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 225 | 244 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.04 |
| HSL | 240º | 0.46% | 0.92% | - |
| HSV(B) | 240º | 0.08% | 0.96% | - |
| XYZ | 74.31 | 76.39 | 96.42 | - |
| YUV | 227.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 244 | 0.08 | 0.08 | 0 | 0.04 | 240 | 0.46 | 0.92 |
| Hex | E1 | E1 | F4 | 8 | 8 | 0 | 4 | F0 | 2E | 5C |
| Octal | 341 | 341 | 364 | 10 | 10 | 0 | 4 | 360 | 56 | 134 |
| Binary | 11100001 | 11100001 | 11110100 | 1000 | 1000 | 0 | 100 | 11110000 | 101110 | 1011100 |
Color Harmonies of #E1E1F4
Complementary color
Monochromatic Colors of #E1E1F4
Black with #E1E1F4
Text Example
Text Example
White with #E1E1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E1F4; }
p { color: rgb(225,225,244); }
H1.HeaderClassName
{
color: #E1E1F4;
}
.AnyTagClassName
{
color: #E1E1F4;
}
</style>
background-color css
<style>
a { background-color: #E1E1F4; }
a { background-color: rgb(225,225,244); }
div.DivClassName
{
background-color: #E1E1F4;
}
.BgClassName
{
background-color: #E1E1F4;
}
</style>
border-color css
<style>
span { border-color: #E1E1F4; }
span { border-color: rgb(225,225,244); }
td.TdClassName
{
border-color: #E1E1F4;
}
.TagClassName
{
border-color: #E1E1F4;
}
</style>