Shades of Lavender #E5E0FE
Tints of Lavender #E5E0FE
RGB
CMYK
RGB Variations
Color information
#E5E0FE (or 0xE5E0FE) is known color: Lavender. HEX triplet: E5, E0 and FE. RGB value is (229,224,254). Sum of RGB (Red+Green+Blue) = 229+224+254=707 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.39% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5E0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E0FE is #1A1F01. Grayscale: #E4E4E4. Windows color (decimal): -1711874 or 16703717. OLE color: 16703717.
HSL color Cylindrical-coordinate representation of color #E5E0FE: hue angle of 250º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5E0FE is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 224 | 254 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.00 |
| HSL | 250º | 0.94% | 0.94% | - |
| HSV(B) | 250º | 0.12% | 1% | - |
| XYZ | 76.86 | 77.13 | 104.6 | - |
| YUV | 228.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 254 | 0.10 | 0.12 | 0 | 0.00 | 250 | 0.94 | 0.94 |
| Hex | E5 | E0 | FE | A | C | 0 | 0 | FA | 5E | 5E |
| Octal | 345 | 340 | 376 | 12 | 14 | 0 | 0 | 372 | 136 | 136 |
| Binary | 11100101 | 11100000 | 11111110 | 1010 | 1100 | 0 | 0 | 11111010 | 1011110 | 1011110 |
Color Harmonies of #E5E0FE
Complementary color
Monochromatic Colors of #E5E0FE
Black with #E5E0FE
Text Example
Text Example
White with #E5E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E0FE; }
p { color: rgb(229,224,254); }
H1.HeaderClassName
{
color: #E5E0FE;
}
.AnyTagClassName
{
color: #E5E0FE;
}
</style>
background-color css
<style>
a { background-color: #E5E0FE; }
a { background-color: rgb(229,224,254); }
div.DivClassName
{
background-color: #E5E0FE;
}
.BgClassName
{
background-color: #E5E0FE;
}
</style>
border-color css
<style>
span { border-color: #E5E0FE; }
span { border-color: rgb(229,224,254); }
td.TdClassName
{
border-color: #E5E0FE;
}
.TagClassName
{
border-color: #E5E0FE;
}
</style>