Shades of Lavender #E4E0FF
Tints of Lavender #E4E0FF
RGB
CMYK
RGB Variations
Color information
#E4E0FF (or 0xE4E0FF) is known color: Lavender. HEX triplet: E4, E0 and FF. RGB value is (228,224,255). Sum of RGB (Red+Green+Blue) = 228+224+255=707 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.25% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4E0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E0FF is #1B1F00. Grayscale: #E4E4E4. Windows color (decimal): -1777409 or 16769252. OLE color: 16769252.
HSL color Cylindrical-coordinate representation of color #E4E0FF: hue angle of 247.74º 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 #E4E0FF is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 224 | 255 | - |
| CMYK | 0.11 | 0.12 | 0 | 0 |
| HSL | 247.74º | 1% | 0.94% | - |
| HSV(B) | 247.74º | 0.12% | 1% | - |
| XYZ | 76.7 | 77.03 | 105.43 | - |
| YUV | 228.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 224 | 255 | 0.11 | 0.12 | 0 | 0 | 247.74 | 1 | 0.94 |
| Hex | E4 | E0 | FF | B | C | 0 | 0 | F8 | 64 | 5E |
| Octal | 344 | 340 | 377 | 13 | 14 | 0 | 0 | 370 | 144 | 136 |
| Binary | 11100100 | 11100000 | 11111111 | 1011 | 1100 | 0 | 0 | 11111000 | 1100100 | 1011110 |
Color Harmonies of #E4E0FF
Complementary color
Monochromatic Colors of #E4E0FF
Black with #E4E0FF
Text Example
Text Example
White with #E4E0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E0FF; }
p { color: rgb(228,224,255); }
H1.HeaderClassName
{
color: #E4E0FF;
}
.AnyTagClassName
{
color: #E4E0FF;
}
</style>
background-color css
<style>
a { background-color: #E4E0FF; }
a { background-color: rgb(228,224,255); }
div.DivClassName
{
background-color: #E4E0FF;
}
.BgClassName
{
background-color: #E4E0FF;
}
</style>
border-color css
<style>
span { border-color: #E4E0FF; }
span { border-color: rgb(228,224,255); }
td.TdClassName
{
border-color: #E4E0FF;
}
.TagClassName
{
border-color: #E4E0FF;
}
</style>