Shades of Lavender #E5E1FF
Tints of Lavender #E5E1FF
RGB
CMYK
RGB Variations
Color information
#E5E1FF (or 0xE5E1FF) is known color: Lavender. HEX triplet: E5, E1 and FF. RGB value is (229,225,255). Sum of RGB (Red+Green+Blue) = 229+225+255=709 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.30% from 709); Green value is 225 (88.28% from 255 or 31.73% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5E1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E1FF is #1A1E00. Grayscale: #E5E5E5. Windows color (decimal): -1711617 or 16769509. OLE color: 16769509.
HSL color Cylindrical-coordinate representation of color #E5E1FF: hue angle of 248º 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 #E5E1FF is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 229 | 225 | 255 | - |
CMYK | 0.10 | 0.12 | 0 | 0 |
HSL | 248º | 1% | 0.94% | - |
HSV(B) | 248º | 0.12% | 1% | - |
XYZ | 77.29 | 77.73 | 105.54 | - |
YUV | 229.62 | 142.33 | 127.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 225 | 255 | 0.10 | 0.12 | 0 | 0 | 248 | 1 | 0.94 |
Hex | E5 | E1 | FF | A | C | 0 | 0 | F8 | 64 | 5E |
Octal | 345 | 341 | 377 | 12 | 14 | 0 | 0 | 370 | 144 | 136 |
Binary | 11100101 | 11100001 | 11111111 | 1010 | 1100 | 0 | 0 | 11111000 | 1100100 | 1011110 |
Color Harmonies of #E5E1FF
Complementary color
Monochromatic Colors of #E5E1FF
Black with #E5E1FF
Text Example
Text Example
White with #E5E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E1FF; }
p { color: rgb(229,225,255); }
H1.HeaderClassName
{
color: #E5E1FF;
}
.AnyTagClassName
{
color: #E5E1FF;
}
</style>
background-color css
<style>
a { background-color: #E5E1FF; }
a { background-color: rgb(229,225,255); }
div.DivClassName
{
background-color: #E5E1FF;
}
.BgClassName
{
background-color: #E5E1FF;
}
</style>
border-color css
<style>
span { border-color: #E5E1FF; }
span { border-color: rgb(229,225,255); }
td.TdClassName
{
border-color: #E5E1FF;
}
.TagClassName
{
border-color: #E5E1FF;
}
</style>