Shades of Lavender #E0E2FE
Tints of Lavender #E0E2FE
RGB
CMYK
RGB Variations
Color information
#E0E2FE (or 0xE0E2FE) is known color: Lavender. HEX triplet: E0, E2 and FE. RGB value is (224,226,254). Sum of RGB (Red+Green+Blue) = 224+226+254=704 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.82% from 704); Green value is 226 (88.67% from 255 or 32.10% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0E2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E2FE is #1F1D01. Grayscale: #E4E4E4. Windows color (decimal): -2039042 or 16704224. OLE color: 16704224.
HSL color Cylindrical-coordinate representation of color #E0E2FE: hue angle of 236º 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 #E0E2FE is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 226 | 254 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.00 |
| HSL | 236º | 0.94% | 0.94% | - |
| HSV(B) | 236º | 0.12% | 1% | - |
| XYZ | 75.83 | 77.4 | 104.71 | - |
| YUV | 228.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 254 | 0.12 | 0.11 | 0 | 0.00 | 236 | 0.94 | 0.94 |
| Hex | E0 | E2 | FE | C | B | 0 | 0 | EC | 5E | 5E |
| Octal | 340 | 342 | 376 | 14 | 13 | 0 | 0 | 354 | 136 | 136 |
| Binary | 11100000 | 11100010 | 11111110 | 1100 | 1011 | 0 | 0 | 11101100 | 1011110 | 1011110 |
Color Harmonies of #E0E2FE
Complementary color
Monochromatic Colors of #E0E2FE
Black with #E0E2FE
Text Example
Text Example
White with #E0E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E2FE; }
p { color: rgb(224,226,254); }
H1.HeaderClassName
{
color: #E0E2FE;
}
.AnyTagClassName
{
color: #E0E2FE;
}
</style>
background-color css
<style>
a { background-color: #E0E2FE; }
a { background-color: rgb(224,226,254); }
div.DivClassName
{
background-color: #E0E2FE;
}
.BgClassName
{
background-color: #E0E2FE;
}
</style>
border-color css
<style>
span { border-color: #E0E2FE; }
span { border-color: rgb(224,226,254); }
td.TdClassName
{
border-color: #E0E2FE;
}
.TagClassName
{
border-color: #E0E2FE;
}
</style>