Shades of Lavender #E0E0FE
Tints of Lavender #E0E0FE
RGB
CMYK
RGB Variations
Color information
#E0E0FE (or 0xE0E0FE) is known color: Lavender. HEX triplet: E0, E0 and FE. RGB value is (224,224,254). Sum of RGB (Red+Green+Blue) = 224+224+254=702 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.91% from 702); Green value is 224 (87.89% from 255 or 31.91% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0E0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E0FE is #1F1F01. Grayscale: #E3E3E3. Windows color (decimal): -2039554 or 16703712. OLE color: 16703712.
HSL color Cylindrical-coordinate representation of color #E0E0FE: hue angle of 240º 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 #E0E0FE is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 224 | 254 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.00 |
| HSL | 240º | 0.94% | 0.94% | - |
| HSV(B) | 240º | 0.12% | 1% | - |
| XYZ | 75.29 | 76.31 | 104.53 | - |
| YUV | 227.42 | 143 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 224 | 254 | 0.12 | 0.12 | 0 | 0.00 | 240 | 0.94 | 0.94 |
| Hex | E0 | E0 | FE | C | C | 0 | 0 | F0 | 5E | 5E |
| Octal | 340 | 340 | 376 | 14 | 14 | 0 | 0 | 360 | 136 | 136 |
| Binary | 11100000 | 11100000 | 11111110 | 1100 | 1100 | 0 | 0 | 11110000 | 1011110 | 1011110 |
Color Harmonies of #E0E0FE
Complementary color
Monochromatic Colors of #E0E0FE
Black with #E0E0FE
Text Example
Text Example
White with #E0E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E0FE; }
p { color: rgb(224,224,254); }
H1.HeaderClassName
{
color: #E0E0FE;
}
.AnyTagClassName
{
color: #E0E0FE;
}
</style>
background-color css
<style>
a { background-color: #E0E0FE; }
a { background-color: rgb(224,224,254); }
div.DivClassName
{
background-color: #E0E0FE;
}
.BgClassName
{
background-color: #E0E0FE;
}
</style>
border-color css
<style>
span { border-color: #E0E0FE; }
span { border-color: rgb(224,224,254); }
td.TdClassName
{
border-color: #E0E0FE;
}
.TagClassName
{
border-color: #E0E0FE;
}
</style>