Shades of Lavender #E0E1FE
Tints of Lavender #E0E1FE
RGB
CMYK
RGB Variations
Color information
#E0E1FE (or 0xE0E1FE) is known color: Lavender. HEX triplet: E0, E1 and FE. RGB value is (224,225,254). Sum of RGB (Red+Green+Blue) = 224+225+254=703 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.86% from 703); Green value is 225 (88.28% from 255 or 32.01% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E1FE is #1F1E01. Grayscale: #E3E3E3. Windows color (decimal): -2039298 or 16703968. OLE color: 16703968.
HSL color Cylindrical-coordinate representation of color #E0E1FE: hue angle of 238º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0E1FE is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 225 | 254 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.00 |
| HSL | 238º | 0.94% | 0.94% | - |
| HSV(B) | 238º | 0.12% | 1% | - |
| XYZ | 75.56 | 76.85 | 104.62 | - |
| YUV | 228.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 254 | 0.12 | 0.11 | 0 | 0.00 | 238 | 0.94 | 0.94 |
| Hex | E0 | E1 | FE | C | B | 0 | 0 | EE | 5E | 5E |
| Octal | 340 | 341 | 376 | 14 | 13 | 0 | 0 | 356 | 136 | 136 |
| Binary | 11100000 | 11100001 | 11111110 | 1100 | 1011 | 0 | 0 | 11101110 | 1011110 | 1011110 |
Color Harmonies of #E0E1FE
Complementary color
Monochromatic Colors of #E0E1FE
Black with #E0E1FE
Text Example
Text Example
White with #E0E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E1FE; }
p { color: rgb(224,225,254); }
H1.HeaderClassName
{
color: #E0E1FE;
}
.AnyTagClassName
{
color: #E0E1FE;
}
</style>
background-color css
<style>
a { background-color: #E0E1FE; }
a { background-color: rgb(224,225,254); }
div.DivClassName
{
background-color: #E0E1FE;
}
.BgClassName
{
background-color: #E0E1FE;
}
</style>
border-color css
<style>
span { border-color: #E0E1FE; }
span { border-color: rgb(224,225,254); }
td.TdClassName
{
border-color: #E0E1FE;
}
.TagClassName
{
border-color: #E0E1FE;
}
</style>