Shades of Lavender #E1E4FF
Tints of Lavender #E1E4FF
RGB
CMYK
RGB Variations
Color information
#E1E4FF (or 0xE1E4FF) is known color: Lavender. HEX triplet: E1, E4 and FF. RGB value is (225,228,255). Sum of RGB (Red+Green+Blue) = 225+228+255=708 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.78% from 708); Green value is 228 (89.45% from 255 or 32.20% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1E4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E4FF is #1E1B00. Grayscale: #E6E6E6. Windows color (decimal): -1972993 or 16770273. OLE color: 16770273.
HSL color Cylindrical-coordinate representation of color #E1E4FF: hue angle of 234º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1E4FF is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 228 | 255 | - |
| CMYK | 0.12 | 0.11 | 0 | 0 |
| HSL | 234º | 1% | 0.94% | - |
| HSV(B) | 234º | 0.12% | 1% | - |
| XYZ | 76.84 | 78.71 | 105.75 | - |
| YUV | 230.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 255 | 0.12 | 0.11 | 0 | 0 | 234 | 1 | 0.94 |
| Hex | E1 | E4 | FF | C | B | 0 | 0 | EA | 64 | 5E |
| Octal | 341 | 344 | 377 | 14 | 13 | 0 | 0 | 352 | 144 | 136 |
| Binary | 11100001 | 11100100 | 11111111 | 1100 | 1011 | 0 | 0 | 11101010 | 1100100 | 1011110 |
Color Harmonies of #E1E4FF
Complementary color
Monochromatic Colors of #E1E4FF
Black with #E1E4FF
Text Example
Text Example
White with #E1E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E4FF; }
p { color: rgb(225,228,255); }
H1.HeaderClassName
{
color: #E1E4FF;
}
.AnyTagClassName
{
color: #E1E4FF;
}
</style>
background-color css
<style>
a { background-color: #E1E4FF; }
a { background-color: rgb(225,228,255); }
div.DivClassName
{
background-color: #E1E4FF;
}
.BgClassName
{
background-color: #E1E4FF;
}
</style>
border-color css
<style>
span { border-color: #E1E4FF; }
span { border-color: rgb(225,228,255); }
td.TdClassName
{
border-color: #E1E4FF;
}
.TagClassName
{
border-color: #E1E4FF;
}
</style>