#E5AADA

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

Shades of French Lilac #E5AADA

Tints of French Lilac #E5AADA

Color information

#E5AADA (or 0xE5AADA) is unknown color: approx French Lilac. HEX triplet: E5, AA and DA. RGB value is (229,170,218). Sum of RGB (Red+Green+Blue) = 229+170+218=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AADA is #1A5525. Grayscale: #C0C0C0. Windows color (decimal): -1725734 or 14330597. OLE color: 14330597.

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

Color convert

RGB229170218-
CMYK00.260.050.10
HSL311.19º53.15%78.24%-
HSV(B)311.19º25.76%89.8%-
XYZ59.3450.4772.94-
YUV193.11142.05153.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.12%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 218 (85.55% from 255) = 35.33%
R=37.12%
G=27.55%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917021800.260.050.10311.1953.1578.24
HexE5AADA01A5A137354e
Octal34525233203251246765116
Binary11100101101010101101101001101010110101001101111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AADA; }

 p { color: rgb(229,170,218); }

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

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

 a { background-color: rgb(229,170,218); }

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

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

 span { border-color: rgb(229,170,218); }

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