Shades of Lavender #E5E4EA
Tints of Lavender #E5E4EA
RGB
CMYK
RGB Variations
Color information
#E5E4EA (or 0xE5E4EA) is known color: Lavender. HEX triplet: E5, E4 and EA. RGB value is (229,228,234). Sum of RGB (Red+Green+Blue) = 229+228+234=691 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.14% from 691); Green value is 228 (89.45% from 255 or 33.00% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5E4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E4EA is #1A1B15. Grayscale: #E4E4E4. Windows color (decimal): -1710870 or 15394021. OLE color: 15394021.
HSL color Cylindrical-coordinate representation of color #E5E4EA: hue angle of 250º degrees, saturation: 0.12, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5E4EA is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 229 | 228 | 234 | - |
CMYK | 0.02 | 0.03 | 0 | 0.08 |
HSL | 250º | 0.13% | 0.91% | - |
HSV(B) | 250º | 0.03% | 0.92% | - |
XYZ | 74.91 | 78.09 | 88.97 | - |
YUV | 228.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 228 | 234 | 0.02 | 0.03 | 0 | 0.08 | 250 | 0.13 | 0.91 |
Hex | E5 | E4 | EA | 2 | 3 | 0 | 8 | FA | C | 5B |
Octal | 345 | 344 | 352 | 2 | 3 | 0 | 10 | 372 | 14 | 133 |
Binary | 11100101 | 11100100 | 11101010 | 10 | 11 | 0 | 1000 | 11111010 | 1100 | 1011011 |
Color Harmonies of #E5E4EA
Complementary color
Monochromatic Colors of #E5E4EA
Black with #E5E4EA
Text Example
Text Example
White with #E5E4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E4EA; }
p { color: rgb(229,228,234); }
H1.HeaderClassName
{
color: #E5E4EA;
}
.AnyTagClassName
{
color: #E5E4EA;
}
</style>
background-color css
<style>
a { background-color: #E5E4EA; }
a { background-color: rgb(229,228,234); }
div.DivClassName
{
background-color: #E5E4EA;
}
.BgClassName
{
background-color: #E5E4EA;
}
</style>
border-color css
<style>
span { border-color: #E5E4EA; }
span { border-color: rgb(229,228,234); }
td.TdClassName
{
border-color: #E5E4EA;
}
.TagClassName
{
border-color: #E5E4EA;
}
</style>