Shades of Lavender #E5E0FA
Tints of Lavender #E5E0FA
RGB
CMYK
RGB Variations
Color information
#E5E0FA (or 0xE5E0FA) is known color: Lavender. HEX triplet: E5, E0 and FA. RGB value is (229,224,250). Sum of RGB (Red+Green+Blue) = 229+224+250=703 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.57% from 703); Green value is 224 (87.89% from 255 or 31.86% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E0FA is #1A1F05. Grayscale: #E4E4E4. Windows color (decimal): -1711878 or 16441573. OLE color: 16441573.
HSL color Cylindrical-coordinate representation of color #E5E0FA: hue angle of 251.54º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5E0FA is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 224 | 250 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.02 |
| HSL | 251.54º | 0.72% | 0.93% | - |
| HSV(B) | 251.54º | 0.1% | 0.98% | - |
| XYZ | 76.22 | 76.87 | 101.26 | - |
| YUV | 228.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 250 | 0.08 | 0.10 | 0 | 0.02 | 251.54 | 0.72 | 0.93 |
| Hex | E5 | E0 | FA | 8 | A | 0 | 2 | FC | 48 | 5D |
| Octal | 345 | 340 | 372 | 10 | 12 | 0 | 2 | 374 | 110 | 135 |
| Binary | 11100101 | 11100000 | 11111010 | 1000 | 1010 | 0 | 10 | 11111100 | 1001000 | 1011101 |
Color Harmonies of #E5E0FA
Complementary color
Monochromatic Colors of #E5E0FA
Black with #E5E0FA
Text Example
Text Example
White with #E5E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E0FA; }
p { color: rgb(229,224,250); }
H1.HeaderClassName
{
color: #E5E0FA;
}
.AnyTagClassName
{
color: #E5E0FA;
}
</style>
background-color css
<style>
a { background-color: #E5E0FA; }
a { background-color: rgb(229,224,250); }
div.DivClassName
{
background-color: #E5E0FA;
}
.BgClassName
{
background-color: #E5E0FA;
}
</style>
border-color css
<style>
span { border-color: #E5E0FA; }
span { border-color: rgb(229,224,250); }
td.TdClassName
{
border-color: #E5E0FA;
}
.TagClassName
{
border-color: #E5E0FA;
}
</style>