#E1A3CF

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

Shades of French Lilac #E1A3CF

Tints of French Lilac #E1A3CF

Color information

#E1A3CF (or 0xE1A3CF) is unknown color: approx French Lilac. HEX triplet: E1, A3 and CF. RGB value is (225,163,207). Sum of RGB (Red+Green+Blue) = 225+163+207=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 163 (64.06% from 255 or 27.39% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A3CF is #1E5C30. Grayscale: #BABABA. Windows color (decimal): -1989681 or 13607905. OLE color: 13607905.

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

Color convert

RGB225163207-
CMYK00.280.080.12
HSL317.42º50.82%76.08%-
HSV(B)317.42º27.56%88.24%-
XYZ55.4146.7165.13-
YUV186.55139.54155.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.82%
GREEN value IS 163 (64.06% from 255) = 27.39%
BLUE value IS 207 (81.25% from 255) = 34.79%
R=37.82%
G=27.39%
B=34.79%

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
Decimal22516320700.280.080.12317.4250.8276.08
HexE1A3CF01C8C13d334c
Octal341243317034101447563114
Binary111000011010001111001111011100100011001001111011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A3CF; }

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

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

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

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

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

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

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

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