Shades of Lavender #E9E9EA
Tints of Lavender #E9E9EA
RGB
CMYK
RGB Variations
Color information
#E9E9EA (or 0xE9E9EA) is known color: Lavender. HEX triplet: E9, E9 and EA. RGB value is (233,233,234). Sum of RGB (Red+Green+Blue) = 233+233+234=700 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.29% from 700); Green value is 233 (91.41% from 255 or 33.29% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9E9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9E9EA is #161615. Grayscale: #E9E9E9. Windows color (decimal): -1447446 or 15395305. OLE color: 15395305.
HSL color Cylindrical-coordinate representation of color #E9E9EA: hue angle of 240º degrees, saturation: 0.02, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0%. Process color model (Four color, CMYK) of #E9E9EA is Cyan = 0.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 233 | 233 | 234 | - |
CMYK | 0.00 | 0.00 | 0 | 0.08 |
HSL | 240º | 0.02% | 0.92% | - |
HSV(B) | 240º | 0% | 0.92% | - |
XYZ | 77.59 | 81.54 | 89.49 | - |
YUV | 233.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 233 | 234 | 0.00 | 0.00 | 0 | 0.08 | 240 | 0.02 | 0.92 |
Hex | E9 | E9 | EA | 0 | 0 | 0 | 8 | F0 | 2 | 5C |
Octal | 351 | 351 | 352 | 0 | 0 | 0 | 10 | 360 | 2 | 134 |
Binary | 11101001 | 11101001 | 11101010 | 0 | 0 | 0 | 1000 | 11110000 | 10 | 1011100 |
Color Harmonies of #E9E9EA
Complementary color
Monochromatic Colors of #E9E9EA
Black with #E9E9EA
Text Example
Text Example
White with #E9E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E9EA; }
p { color: rgb(233,233,234); }
H1.HeaderClassName
{
color: #E9E9EA;
}
.AnyTagClassName
{
color: #E9E9EA;
}
</style>
background-color css
<style>
a { background-color: #E9E9EA; }
a { background-color: rgb(233,233,234); }
div.DivClassName
{
background-color: #E9E9EA;
}
.BgClassName
{
background-color: #E9E9EA;
}
</style>
border-color css
<style>
span { border-color: #E9E9EA; }
span { border-color: rgb(233,233,234); }
td.TdClassName
{
border-color: #E9E9EA;
}
.TagClassName
{
border-color: #E9E9EA;
}
</style>