#E1A6D5

Color #E1A6D5 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #E1A6D5

Tints of French Lilac #E1A6D5

Color information

#E1A6D5 (or 0xE1A6D5) is unknown color: approx French Lilac. HEX triplet: E1, A6 and D5. RGB value is (225,166,213). Sum of RGB (Red+Green+Blue) = 225+166+213=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6D5 is #1E592A. Grayscale: #BCBCBC. Windows color (decimal): -1988907 or 14001889. OLE color: 14001889.

HSL color Cylindrical-coordinate representation of color #E1A6D5: hue angle of 312.2º degrees, saturation: 0.5, 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 #E1A6D5 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB225166213-
CMYK00.260.050.12
HSL312.2º49.58%76.67%-
HSV(B)312.2º26.22%88.24%-
XYZ56.748.0869.24-
YUV189141.55153.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 166 (65.23% from 255) = 27.48%
BLUE value IS 213 (83.59% from 255) = 35.26%
R=37.25%
G=27.48%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516621300.260.050.12312.249.5876.67
HexE1A6D501A5C138324d
Octal34124632503251447062115
Binary11100001101001101101010101101010111001001110001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A6D5; }

 p { color: rgb(225,166,213); }

 H1.HeaderClassName
 {
   color: #E1A6D5;
 }
 .AnyTagClassName
 {
   color: #E1A6D5;
 }
</style>
background-color css

<style>
 a { background-color: #E1A6D5; }

 a { background-color: rgb(225,166,213); }

 div.DivClassName
 {
   background-color: #E1A6D5;
 }
 .BgClassName
 {
   background-color: #E1A6D5;
 }
</style>
border-color css

<style>
 span { border-color: #E1A6D5; }

 span { border-color: rgb(225,166,213); }

 td.TdClassName
 {
   border-color: #E1A6D5;
 }
 .TagClassName
 {
   border-color: #E1A6D5;
 }
</style>