Shades of French Lilac #E5A6D3
Tints of French Lilac #E5A6D3
RGB
CMYK
RGB Variations
Color information
#E5A6D3 (or 0xE5A6D3) is known color: French Lilac. HEX triplet: E5, A6 and D3. RGB value is (229,166,211). Sum of RGB (Red+Green+Blue) = 229+166+211=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A6D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A6D3 is #1A592C. Grayscale: #BDBDBD. Windows color (decimal): -1726765 or 13870821. OLE color: 13870821.
HSL color Cylindrical-coordinate representation of color #E5A6D3: hue angle of 317.14º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5A6D3 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 166 | 211 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.10 |
| HSL | 317.14º | 0.55% | 0.77% | - |
| HSV(B) | 317.14º | 0.28% | 0.9% | - |
| XYZ | 57.71 | 48.63 | 67.97 | - |
| YUV | 189.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 166 | 211 | 0 | 0.28 | 0.08 | 0.10 | 317.14 | 0.55 | 0.77 |
| Hex | E5 | A6 | D3 | 0 | 1C | 8 | A | 13D | 37 | 4D |
| Octal | 345 | 246 | 323 | 0 | 34 | 10 | 12 | 475 | 67 | 115 |
| Binary | 11100101 | 10100110 | 11010011 | 0 | 11100 | 1000 | 1010 | 100111101 | 110111 | 1001101 |
Color Harmonies of #E5A6D3
Complementary color
Monochromatic Colors of #E5A6D3
Black with #E5A6D3
Text Example
Text Example
White with #E5A6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A6D3; }
p { color: rgb(229,166,211); }
H1.HeaderClassName
{
color: #E5A6D3;
}
.AnyTagClassName
{
color: #E5A6D3;
}
</style>
background-color css
<style>
a { background-color: #E5A6D3; }
a { background-color: rgb(229,166,211); }
div.DivClassName
{
background-color: #E5A6D3;
}
.BgClassName
{
background-color: #E5A6D3;
}
</style>
border-color css
<style>
span { border-color: #E5A6D3; }
span { border-color: rgb(229,166,211); }
td.TdClassName
{
border-color: #E5A6D3;
}
.TagClassName
{
border-color: #E5A6D3;
}
</style>