#E1A3CE

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

Shades of French Lilac #E1A3CE

Tints of French Lilac #E1A3CE

Color information

#E1A3CE (or 0xE1A3CE) is unknown color: approx French Lilac. HEX triplet: E1, A3 and CE. RGB value is (225,163,206). Sum of RGB (Red+Green+Blue) = 225+163+206=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 163 (64.06% from 255 or 27.44% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A3CE is #1E5C31. Grayscale: #BABABA. Windows color (decimal): -1989682 or 13542369. OLE color: 13542369.

HSL color Cylindrical-coordinate representation of color #E1A3CE: hue angle of 318.39º 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 #E1A3CE is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225163206-
CMYK00.280.080.12
HSL318.39º50.82%76.08%-
HSV(B)318.39º27.56%88.24%-
XYZ55.2946.6664.48-
YUV186.44139.04155.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.88%
GREEN value IS 163 (64.06% from 255) = 27.44%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=37.88%
G=27.44%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516320600.280.080.12318.3950.8276.08
HexE1A3CE01C8C13e334c
Octal341243316034101447663114
Binary111000011010001111001110011100100011001001111101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A3CE; }

 p { color: rgb(225,163,206); }

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

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

 a { background-color: rgb(225,163,206); }

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

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

 span { border-color: rgb(225,163,206); }

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