#E0A5D2

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

Shades of French Lilac #E0A5D2

Tints of French Lilac #E0A5D2

Color information

#E0A5D2 (or 0xE0A5D2) is unknown color: approx French Lilac. HEX triplet: E0, A5 and D2. RGB value is (224,165,210). Sum of RGB (Red+Green+Blue) = 224+165+210=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A5D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A5D2 is #1F5A2D. Grayscale: #BBBBBB. Windows color (decimal): -2054702 or 13805024. OLE color: 13805024.

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

Color convert

RGB224165210-
CMYK00.260.060.12
HSL314.24º48.76%76.27%-
HSV(B)314.24º26.34%87.84%-
XYZ55.8347.4167.18-
YUV187.77140.55153.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.40%
GREEN value IS 165 (64.84% from 255) = 27.55%
BLUE value IS 210 (82.42% from 255) = 35.06%
R=37.40%
G=27.55%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416521000.260.060.12314.2448.7676.27
HexE0A5D201A6C13a314c
Octal34024532203261447261114
Binary11100000101001011101001001101011011001001110101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A5D2; }

 p { color: rgb(224,165,210); }

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

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

 a { background-color: rgb(224,165,210); }

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

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

 span { border-color: rgb(224,165,210); }

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