Shades of French Lilac #E1A7D4
Tints of French Lilac #E1A7D4
RGB
CMYK
RGB Variations
Color information
#E1A7D4 (or 0xE1A7D4) is known color: French Lilac. HEX triplet: E1, A7 and D4. RGB value is (225,167,212). Sum of RGB (Red+Green+Blue) = 225+167+212=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A7D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A7D4 is #1E582B. Grayscale: #BDBDBD. Windows color (decimal): -1988652 or 13936609. OLE color: 13936609.
HSL color Cylindrical-coordinate representation of color #E1A7D4: hue angle of 313.45º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1A7D4 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 167 | 212 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.12 |
| HSL | 313.45º | 0.49% | 0.77% | - |
| HSV(B) | 313.45º | 0.26% | 0.88% | - |
| XYZ | 56.75 | 48.4 | 68.64 | - |
| YUV | 189.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 167 | 212 | 0 | 0.26 | 0.06 | 0.12 | 313.45 | 0.49 | 0.77 |
| Hex | E1 | A7 | D4 | 0 | 1A | 6 | C | 139 | 31 | 4D |
| Octal | 341 | 247 | 324 | 0 | 32 | 6 | 14 | 471 | 61 | 115 |
| Binary | 11100001 | 10100111 | 11010100 | 0 | 11010 | 110 | 1100 | 100111001 | 110001 | 1001101 |
Color Harmonies of #E1A7D4
Complementary color
Monochromatic Colors of #E1A7D4
Black with #E1A7D4
Text Example
Text Example
White with #E1A7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A7D4; }
p { color: rgb(225,167,212); }
H1.HeaderClassName
{
color: #E1A7D4;
}
.AnyTagClassName
{
color: #E1A7D4;
}
</style>
background-color css
<style>
a { background-color: #E1A7D4; }
a { background-color: rgb(225,167,212); }
div.DivClassName
{
background-color: #E1A7D4;
}
.BgClassName
{
background-color: #E1A7D4;
}
</style>
border-color css
<style>
span { border-color: #E1A7D4; }
span { border-color: rgb(225,167,212); }
td.TdClassName
{
border-color: #E1A7D4;
}
.TagClassName
{
border-color: #E1A7D4;
}
</style>