Shades of Lavender #E0E5FF
Tints of Lavender #E0E5FF
RGB
CMYK
RGB Variations
Color information
#E0E5FF (or 0xE0E5FF) is known color: Lavender. HEX triplet: E0, E5 and FF. RGB value is (224,229,255). Sum of RGB (Red+Green+Blue) = 224+229+255=708 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.64% from 708); Green value is 229 (89.84% from 255 or 32.34% 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 #E0E5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E5FF is #1F1A00. Grayscale: #E6E6E6. Windows color (decimal): -2038273 or 16770528. OLE color: 16770528.
HSL color Cylindrical-coordinate representation of color #E0E5FF: hue angle of 230.32º 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 #E0E5FF is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 229 | 255 | - |
| CMYK | 0.12 | 0.10 | 0 | 0 |
| HSL | 230.32º | 1% | 0.94% | - |
| HSV(B) | 230.32º | 0.12% | 1% | - |
| XYZ | 76.81 | 79.11 | 105.83 | - |
| YUV | 230.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 229 | 255 | 0.12 | 0.10 | 0 | 0 | 230.32 | 1 | 0.94 |
| Hex | E0 | E5 | FF | C | A | 0 | 0 | E6 | 64 | 5E |
| Octal | 340 | 345 | 377 | 14 | 12 | 0 | 0 | 346 | 144 | 136 |
| Binary | 11100000 | 11100101 | 11111111 | 1100 | 1010 | 0 | 0 | 11100110 | 1100100 | 1011110 |
Color Harmonies of #E0E5FF
Complementary color
Monochromatic Colors of #E0E5FF
Black with #E0E5FF
Text Example
Text Example
White with #E0E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E5FF; }
p { color: rgb(224,229,255); }
H1.HeaderClassName
{
color: #E0E5FF;
}
.AnyTagClassName
{
color: #E0E5FF;
}
</style>
background-color css
<style>
a { background-color: #E0E5FF; }
a { background-color: rgb(224,229,255); }
div.DivClassName
{
background-color: #E0E5FF;
}
.BgClassName
{
background-color: #E0E5FF;
}
</style>
border-color css
<style>
span { border-color: #E0E5FF; }
span { border-color: rgb(224,229,255); }
td.TdClassName
{
border-color: #E0E5FF;
}
.TagClassName
{
border-color: #E0E5FF;
}
</style>