Shades of Lavender #E9E4FE
Tints of Lavender #E9E4FE
RGB
CMYK
RGB Variations
Color information
#E9E4FE (or 0xE9E4FE) is known color: Lavender. HEX triplet: E9, E4 and FE. RGB value is (233,228,254). Sum of RGB (Red+Green+Blue) = 233+228+254=715 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.59% from 715); Green value is 228 (89.45% from 255 or 31.89% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9E4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E4FE is #161B01. Grayscale: #E8E8E8. Windows color (decimal): -1448706 or 16704745. OLE color: 16704745.
HSL color Cylindrical-coordinate representation of color #E9E4FE: hue angle of 251.54º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9E4FE is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 228 | 254 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.00 |
| HSL | 251.54º | 0.93% | 0.95% | - |
| HSV(B) | 251.54º | 0.1% | 1% | - |
| XYZ | 79.24 | 79.97 | 105.02 | - |
| YUV | 232.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 228 | 254 | 0.08 | 0.10 | 0 | 0.00 | 251.54 | 0.93 | 0.95 |
| Hex | E9 | E4 | FE | 8 | A | 0 | 0 | FC | 5D | 5F |
| Octal | 351 | 344 | 376 | 10 | 12 | 0 | 0 | 374 | 135 | 137 |
| Binary | 11101001 | 11100100 | 11111110 | 1000 | 1010 | 0 | 0 | 11111100 | 1011101 | 1011111 |
Color Harmonies of #E9E4FE
Complementary color
Monochromatic Colors of #E9E4FE
Black with #E9E4FE
Text Example
Text Example
White with #E9E4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E4FE; }
p { color: rgb(233,228,254); }
H1.HeaderClassName
{
color: #E9E4FE;
}
.AnyTagClassName
{
color: #E9E4FE;
}
</style>
background-color css
<style>
a { background-color: #E9E4FE; }
a { background-color: rgb(233,228,254); }
div.DivClassName
{
background-color: #E9E4FE;
}
.BgClassName
{
background-color: #E9E4FE;
}
</style>
border-color css
<style>
span { border-color: #E9E4FE; }
span { border-color: rgb(233,228,254); }
td.TdClassName
{
border-color: #E9E4FE;
}
.TagClassName
{
border-color: #E9E4FE;
}
</style>