Shades of French Lilac #E2B1D1
Tints of French Lilac #E2B1D1
RGB
CMYK
RGB Variations
Color information
#E2B1D1 (or 0xE2B1D1) is known color: French Lilac. HEX triplet: E2, B1 and D1. RGB value is (226,177,209). Sum of RGB (Red+Green+Blue) = 226+177+209=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B1D1 is #1D4E2E. Grayscale: #C3C3C3. Windows color (decimal): -1920559 or 13742562. OLE color: 13742562.
HSL color Cylindrical-coordinate representation of color #E2B1D1: hue angle of 320.82º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2B1D1 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 209 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.11 |
| HSL | 320.82º | 0.46% | 0.79% | - |
| HSV(B) | 320.82º | 0.22% | 0.89% | - |
| XYZ | 58.59 | 52.22 | 67.31 | - |
| YUV | 195.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 209 | 0 | 0.22 | 0.08 | 0.11 | 320.82 | 0.46 | 0.79 |
| Hex | E2 | B1 | D1 | 0 | 16 | 8 | B | 141 | 2E | 4F |
| Octal | 342 | 261 | 321 | 0 | 26 | 10 | 13 | 501 | 56 | 117 |
| Binary | 11100010 | 10110001 | 11010001 | 0 | 10110 | 1000 | 1011 | 101000001 | 101110 | 1001111 |
Color Harmonies of #E2B1D1
Complementary color
Monochromatic Colors of #E2B1D1
Black with #E2B1D1
Text Example
Text Example
White with #E2B1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B1D1; }
p { color: rgb(226,177,209); }
H1.HeaderClassName
{
color: #E2B1D1;
}
.AnyTagClassName
{
color: #E2B1D1;
}
</style>
background-color css
<style>
a { background-color: #E2B1D1; }
a { background-color: rgb(226,177,209); }
div.DivClassName
{
background-color: #E2B1D1;
}
.BgClassName
{
background-color: #E2B1D1;
}
</style>
border-color css
<style>
span { border-color: #E2B1D1; }
span { border-color: rgb(226,177,209); }
td.TdClassName
{
border-color: #E2B1D1;
}
.TagClassName
{
border-color: #E2B1D1;
}
</style>