Shades of Lavender #E0E4FA
Tints of Lavender #E0E4FA
RGB
CMYK
RGB Variations
Color information
#E0E4FA (or 0xE0E4FA) is known color: Lavender. HEX triplet: E0, E4 and FA. RGB value is (224,228,250). Sum of RGB (Red+Green+Blue) = 224+228+250=702 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.91% from 702); Green value is 228 (89.45% from 255 or 32.48% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0E4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E4FA is #1F1B05. Grayscale: #E5E5E5. Windows color (decimal): -2038534 or 16442592. OLE color: 16442592.
HSL color Cylindrical-coordinate representation of color #E0E4FA: hue angle of 230.77º 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 #E0E4FA is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 228 | 250 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.02 |
| HSL | 230.77º | 0.72% | 0.93% | - |
| HSV(B) | 230.77º | 0.1% | 0.98% | - |
| XYZ | 75.74 | 78.24 | 101.55 | - |
| YUV | 229.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 250 | 0.10 | 0.09 | 0 | 0.02 | 230.77 | 0.72 | 0.93 |
| Hex | E0 | E4 | FA | A | 9 | 0 | 2 | E7 | 48 | 5D |
| Octal | 340 | 344 | 372 | 12 | 11 | 0 | 2 | 347 | 110 | 135 |
| Binary | 11100000 | 11100100 | 11111010 | 1010 | 1001 | 0 | 10 | 11100111 | 1001000 | 1011101 |
Color Harmonies of #E0E4FA
Complementary color
Monochromatic Colors of #E0E4FA
Black with #E0E4FA
Text Example
Text Example
White with #E0E4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E4FA; }
p { color: rgb(224,228,250); }
H1.HeaderClassName
{
color: #E0E4FA;
}
.AnyTagClassName
{
color: #E0E4FA;
}
</style>
background-color css
<style>
a { background-color: #E0E4FA; }
a { background-color: rgb(224,228,250); }
div.DivClassName
{
background-color: #E0E4FA;
}
.BgClassName
{
background-color: #E0E4FA;
}
</style>
border-color css
<style>
span { border-color: #E0E4FA; }
span { border-color: rgb(224,228,250); }
td.TdClassName
{
border-color: #E0E4FA;
}
.TagClassName
{
border-color: #E0E4FA;
}
</style>