Shades of Lavender #E4E2FE
Tints of Lavender #E4E2FE
RGB
CMYK
RGB Variations
Color information
#E4E2FE (or 0xE4E2FE) is known color: Lavender. HEX triplet: E4, E2 and FE. RGB value is (228,226,254). Sum of RGB (Red+Green+Blue) = 228+226+254=708 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.20% from 708); Green value is 226 (88.67% from 255 or 31.92% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4E2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E2FE is #1B1D01. Grayscale: #E5E5E5. Windows color (decimal): -1776898 or 16704228. OLE color: 16704228.
HSL color Cylindrical-coordinate representation of color #E4E2FE: hue angle of 244.29º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4E2FE is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 226 | 254 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.00 |
| HSL | 244.29º | 0.93% | 0.94% | - |
| HSV(B) | 244.29º | 0.11% | 1% | - |
| XYZ | 77.08 | 78.04 | 104.77 | - |
| YUV | 229.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 226 | 254 | 0.10 | 0.11 | 0 | 0.00 | 244.29 | 0.93 | 0.94 |
| Hex | E4 | E2 | FE | A | B | 0 | 0 | F4 | 5D | 5E |
| Octal | 344 | 342 | 376 | 12 | 13 | 0 | 0 | 364 | 135 | 136 |
| Binary | 11100100 | 11100010 | 11111110 | 1010 | 1011 | 0 | 0 | 11110100 | 1011101 | 1011110 |
Color Harmonies of #E4E2FE
Complementary color
Monochromatic Colors of #E4E2FE
Black with #E4E2FE
Text Example
Text Example
White with #E4E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E2FE; }
p { color: rgb(228,226,254); }
H1.HeaderClassName
{
color: #E4E2FE;
}
.AnyTagClassName
{
color: #E4E2FE;
}
</style>
background-color css
<style>
a { background-color: #E4E2FE; }
a { background-color: rgb(228,226,254); }
div.DivClassName
{
background-color: #E4E2FE;
}
.BgClassName
{
background-color: #E4E2FE;
}
</style>
border-color css
<style>
span { border-color: #E4E2FE; }
span { border-color: rgb(228,226,254); }
td.TdClassName
{
border-color: #E4E2FE;
}
.TagClassName
{
border-color: #E4E2FE;
}
</style>