#E1A9D1

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

Shades of French Lilac #E1A9D1

Tints of French Lilac #E1A9D1

Color information

#E1A9D1 (or 0xE1A9D1) is unknown color: approx French Lilac. HEX triplet: E1, A9 and D1. RGB value is (225,169,209). Sum of RGB (Red+Green+Blue) = 225+169+209=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 169 (66.41% from 255 or 28.03% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A9D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A9D1 is #1E562E. Grayscale: #BEBEBE. Windows color (decimal): -1988143 or 13740513. OLE color: 13740513.

HSL color Cylindrical-coordinate representation of color #E1A9D1: hue angle of 317.14º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1A9D1 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB225169209-
CMYK00.250.070.12
HSL317.14º48.28%77.25%-
HSV(B)317.14º24.89%88.24%-
XYZ56.7548.9966.79-
YUV190.3138.55152.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.31%
GREEN value IS 169 (66.41% from 255) = 28.03%
BLUE value IS 209 (82.03% from 255) = 34.66%
R=37.31%
G=28.03%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516920900.250.070.12317.1448.2877.25
HexE1A9D10197C13d304d
Octal34125132103171447560115
Binary11100001101010011101000101100111111001001111011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A9D1; }

 p { color: rgb(225,169,209); }

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

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

 a { background-color: rgb(225,169,209); }

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

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

 span { border-color: rgb(225,169,209); }

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