#E1A2D1

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

Shades of French Lilac #E1A2D1

Tints of French Lilac #E1A2D1

Color information

#E1A2D1 (or 0xE1A2D1) is unknown color: approx French Lilac. HEX triplet: E1, A2 and D1. RGB value is (225,162,209). Sum of RGB (Red+Green+Blue) = 225+162+209=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 162 (63.67% from 255 or 27.18% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A2D1 is #1E5D2E. Grayscale: #BABABA. Windows color (decimal): -1989935 or 13738721. OLE color: 13738721.

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

Color convert

RGB225162209-
CMYK00.280.070.12
HSL315.24º51.22%75.88%-
HSV(B)315.24º28%88.24%-
XYZ55.4846.4566.36-
YUV186.19140.87155.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.75%
GREEN value IS 162 (63.67% from 255) = 27.18%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=37.75%
G=27.18%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516220900.280.070.12315.2451.2275.88
HexE1A2D101C7C13b334c
Octal34124232103471447363114
Binary11100001101000101101000101110011111001001110111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A2D1; }

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

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

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

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

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

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

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

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