Shades of Lavender #E1E0F4
Tints of Lavender #E1E0F4
RGB
CMYK
RGB Variations
Color information
#E1E0F4 (or 0xE1E0F4) is known color: Lavender. HEX triplet: E1, E0 and F4. RGB value is (225,224,244). Sum of RGB (Red+Green+Blue) = 225+224+244=693 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.47% from 693); Green value is 224 (87.89% from 255 or 32.32% from 693); Blue value is 244 (95.70% from 255 or 35.21% from 693); Max value from RGB is 244 - color contains mainly: blue. Hex color #E1E0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E0F4 is #1E1F0B. Grayscale: #E2E2E2. Windows color (decimal): -1974028 or 16048353. OLE color: 16048353.
HSL color Cylindrical-coordinate representation of color #E1E0F4: hue angle of 243º degrees, saturation: 0.48, 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 #E1E0F4 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 224 | 244 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.04 |
| HSL | 243º | 0.48% | 0.92% | - |
| HSV(B) | 243º | 0.08% | 0.96% | - |
| XYZ | 74.04 | 75.85 | 96.33 | - |
| YUV | 226.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 244 | 0.08 | 0.08 | 0 | 0.04 | 243 | 0.48 | 0.92 |
| Hex | E1 | E0 | F4 | 8 | 8 | 0 | 4 | F3 | 30 | 5C |
| Octal | 341 | 340 | 364 | 10 | 10 | 0 | 4 | 363 | 60 | 134 |
| Binary | 11100001 | 11100000 | 11110100 | 1000 | 1000 | 0 | 100 | 11110011 | 110000 | 1011100 |
Color Harmonies of #E1E0F4
Complementary color
Monochromatic Colors of #E1E0F4
Black with #E1E0F4
Text Example
Text Example
White with #E1E0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E0F4; }
p { color: rgb(225,224,244); }
H1.HeaderClassName
{
color: #E1E0F4;
}
.AnyTagClassName
{
color: #E1E0F4;
}
</style>
background-color css
<style>
a { background-color: #E1E0F4; }
a { background-color: rgb(225,224,244); }
div.DivClassName
{
background-color: #E1E0F4;
}
.BgClassName
{
background-color: #E1E0F4;
}
</style>
border-color css
<style>
span { border-color: #E1E0F4; }
span { border-color: rgb(225,224,244); }
td.TdClassName
{
border-color: #E1E0F4;
}
.TagClassName
{
border-color: #E1E0F4;
}
</style>