Shades of Lavender #E9E4FA
Tints of Lavender #E9E4FA
RGB
CMYK
RGB Variations
Color information
#E9E4FA (or 0xE9E4FA) is known color: Lavender. HEX triplet: E9, E4 and FA. RGB value is (233,228,250). Sum of RGB (Red+Green+Blue) = 233+228+250=711 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.77% from 711); Green value is 228 (89.45% from 255 or 32.07% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9E4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E4FA is #161B05. Grayscale: #E7E7E7. Windows color (decimal): -1448710 or 16442601. OLE color: 16442601.
HSL color Cylindrical-coordinate representation of color #E9E4FA: hue angle of 253.64º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9E4FA is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 233 | 228 | 250 | - |
CMYK | 0.07 | 0.09 | 0 | 0.02 |
HSL | 253.64º | 0.69% | 0.94% | - |
HSV(B) | 253.64º | 0.09% | 0.98% | - |
XYZ | 78.6 | 79.71 | 101.69 | - |
YUV | 232 | 138.16 | 128.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 228 | 250 | 0.07 | 0.09 | 0 | 0.02 | 253.64 | 0.69 | 0.94 |
Hex | E9 | E4 | FA | 7 | 9 | 0 | 2 | FE | 45 | 5E |
Octal | 351 | 344 | 372 | 7 | 11 | 0 | 2 | 376 | 105 | 136 |
Binary | 11101001 | 11100100 | 11111010 | 111 | 1001 | 0 | 10 | 11111110 | 1000101 | 1011110 |
Color Harmonies of #E9E4FA
Complementary color
Monochromatic Colors of #E9E4FA
Black with #E9E4FA
Text Example
Text Example
White with #E9E4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E4FA; }
p { color: rgb(233,228,250); }
H1.HeaderClassName
{
color: #E9E4FA;
}
.AnyTagClassName
{
color: #E9E4FA;
}
</style>
background-color css
<style>
a { background-color: #E9E4FA; }
a { background-color: rgb(233,228,250); }
div.DivClassName
{
background-color: #E9E4FA;
}
.BgClassName
{
background-color: #E9E4FA;
}
</style>
border-color css
<style>
span { border-color: #E9E4FA; }
span { border-color: rgb(233,228,250); }
td.TdClassName
{
border-color: #E9E4FA;
}
.TagClassName
{
border-color: #E9E4FA;
}
</style>