Shades of Lavender #E9E5FA
Tints of Lavender #E9E5FA
RGB
CMYK
RGB Variations
Color information
#E9E5FA (or 0xE9E5FA) is known color: Lavender. HEX triplet: E9, E5 and FA. RGB value is (233,229,250). Sum of RGB (Red+Green+Blue) = 233+229+250=712 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.72% from 712); Green value is 229 (89.84% from 255 or 32.16% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9E5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E5FA is #161A05. Grayscale: #E8E8E8. Windows color (decimal): -1448454 or 16442857. OLE color: 16442857.
HSL color Cylindrical-coordinate representation of color #E9E5FA: hue angle of 251.43º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9E5FA is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 229 | 250 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.02 |
| HSL | 251.43º | 0.68% | 0.94% | - |
| HSV(B) | 251.43º | 0.08% | 0.98% | - |
| XYZ | 78.88 | 80.26 | 101.78 | - |
| YUV | 232.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 250 | 0.07 | 0.08 | 0 | 0.02 | 251.43 | 0.68 | 0.94 |
| Hex | E9 | E5 | FA | 7 | 8 | 0 | 2 | FB | 44 | 5E |
| Octal | 351 | 345 | 372 | 7 | 10 | 0 | 2 | 373 | 104 | 136 |
| Binary | 11101001 | 11100101 | 11111010 | 111 | 1000 | 0 | 10 | 11111011 | 1000100 | 1011110 |
Color Harmonies of #E9E5FA
Complementary color
Monochromatic Colors of #E9E5FA
Black with #E9E5FA
Text Example
Text Example
White with #E9E5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E5FA; }
p { color: rgb(233,229,250); }
H1.HeaderClassName
{
color: #E9E5FA;
}
.AnyTagClassName
{
color: #E9E5FA;
}
</style>
background-color css
<style>
a { background-color: #E9E5FA; }
a { background-color: rgb(233,229,250); }
div.DivClassName
{
background-color: #E9E5FA;
}
.BgClassName
{
background-color: #E9E5FA;
}
</style>
border-color css
<style>
span { border-color: #E9E5FA; }
span { border-color: rgb(233,229,250); }
td.TdClassName
{
border-color: #E9E5FA;
}
.TagClassName
{
border-color: #E9E5FA;
}
</style>