Shades of Lavender #E1E4F2
Tints of Lavender #E1E4F2
RGB
CMYK
RGB Variations
Color information
#E1E4F2 (or 0xE1E4F2) is known color: Lavender. HEX triplet: E1, E4 and F2. RGB value is (225,228,242). Sum of RGB (Red+Green+Blue) = 225+228+242=695 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.37% from 695); Green value is 228 (89.45% from 255 or 32.81% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1E4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E4F2 is #1E1B0D. Grayscale: #E4E4E4. Windows color (decimal): -1973006 or 15918305. OLE color: 15918305.
HSL color Cylindrical-coordinate representation of color #E1E4F2: hue angle of 229.41º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1E4F2 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 228 | 242 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.05 |
| HSL | 229.41º | 0.4% | 0.92% | - |
| HSV(B) | 229.41º | 0.07% | 0.95% | - |
| XYZ | 74.82 | 77.91 | 95.1 | - |
| YUV | 228.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 242 | 0.07 | 0.06 | 0 | 0.05 | 229.41 | 0.4 | 0.92 |
| Hex | E1 | E4 | F2 | 7 | 6 | 0 | 5 | E5 | 28 | 5C |
| Octal | 341 | 344 | 362 | 7 | 6 | 0 | 5 | 345 | 50 | 134 |
| Binary | 11100001 | 11100100 | 11110010 | 111 | 110 | 0 | 101 | 11100101 | 101000 | 1011100 |
Color Harmonies of #E1E4F2
Complementary color
Monochromatic Colors of #E1E4F2
Black with #E1E4F2
Text Example
Text Example
White with #E1E4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E4F2; }
p { color: rgb(225,228,242); }
H1.HeaderClassName
{
color: #E1E4F2;
}
.AnyTagClassName
{
color: #E1E4F2;
}
</style>
background-color css
<style>
a { background-color: #E1E4F2; }
a { background-color: rgb(225,228,242); }
div.DivClassName
{
background-color: #E1E4F2;
}
.BgClassName
{
background-color: #E1E4F2;
}
</style>
border-color css
<style>
span { border-color: #E1E4F2; }
span { border-color: rgb(225,228,242); }
td.TdClassName
{
border-color: #E1E4F2;
}
.TagClassName
{
border-color: #E1E4F2;
}
</style>