Shades of French Lilac #E7A4D6
Tints of French Lilac #E7A4D6
RGB
CMYK
RGB Variations
Color information
#E7A4D6 (or 0xE7A4D6) is known color: French Lilac. HEX triplet: E7, A4 and D6. RGB value is (231,164,214). Sum of RGB (Red+Green+Blue) = 231+164+214=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A4D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A4D6 is #185B29. Grayscale: #BDBDBD. Windows color (decimal): -1596202 or 14066919. OLE color: 14066919.
HSL color Cylindrical-coordinate representation of color #E7A4D6: hue angle of 315.22º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7A4D6 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 164 | 214 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.09 |
| HSL | 315.22º | 0.58% | 0.77% | - |
| HSV(B) | 315.22º | 0.29% | 0.91% | - |
| XYZ | 58.37 | 48.39 | 69.88 | - |
| YUV | 189.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 214 | 0 | 0.29 | 0.07 | 0.09 | 315.22 | 0.58 | 0.77 |
| Hex | E7 | A4 | D6 | 0 | 1D | 7 | 9 | 13B | 3A | 4D |
| Octal | 347 | 244 | 326 | 0 | 35 | 7 | 11 | 473 | 72 | 115 |
| Binary | 11100111 | 10100100 | 11010110 | 0 | 11101 | 111 | 1001 | 100111011 | 111010 | 1001101 |
Color Harmonies of #E7A4D6
Complementary color
Monochromatic Colors of #E7A4D6
Black with #E7A4D6
Text Example
Text Example
White with #E7A4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A4D6; }
p { color: rgb(231,164,214); }
H1.HeaderClassName
{
color: #E7A4D6;
}
.AnyTagClassName
{
color: #E7A4D6;
}
</style>
background-color css
<style>
a { background-color: #E7A4D6; }
a { background-color: rgb(231,164,214); }
div.DivClassName
{
background-color: #E7A4D6;
}
.BgClassName
{
background-color: #E7A4D6;
}
</style>
border-color css
<style>
span { border-color: #E7A4D6; }
span { border-color: rgb(231,164,214); }
td.TdClassName
{
border-color: #E7A4D6;
}
.TagClassName
{
border-color: #E7A4D6;
}
</style>