#E5A7D4

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

Shades of French Lilac #E5A7D4

Tints of French Lilac #E5A7D4

Color information

#E5A7D4 (or 0xE5A7D4) is unknown color: approx French Lilac. HEX triplet: E5, A7 and D4. RGB value is (229,167,212). Sum of RGB (Red+Green+Blue) = 229+167+212=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A7D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A7D4 is #1A582B. Grayscale: #BEBEBE. Windows color (decimal): -1726508 or 13936613. OLE color: 13936613.

HSL color Cylindrical-coordinate representation of color #E5A7D4: hue angle of 316.45º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5A7D4 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB229167212-
CMYK00.270.070.10
HSL316.45º54.39%77.65%-
HSV(B)316.45º27.07%89.8%-
XYZ58.0249.0568.7-
YUV190.67140.04155.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.66%
GREEN value IS 167 (65.62% from 255) = 27.47%
BLUE value IS 212 (83.20% from 255) = 34.87%
R=37.66%
G=27.47%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916721200.270.070.10316.4554.3977.65
HexE5A7D401B7A13c364e
Octal34524732403371247466116
Binary11100101101001111101010001101111110101001111001101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A7D4; }

 p { color: rgb(229,167,212); }

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

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

 a { background-color: rgb(229,167,212); }

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

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

 span { border-color: rgb(229,167,212); }

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