#E6A9DA

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

Shades of French Lilac #E6A9DA

Tints of French Lilac #E6A9DA

Color information

#E6A9DA (or 0xE6A9DA) is unknown color: approx French Lilac. HEX triplet: E6, A9 and DA. RGB value is (230,169,218). Sum of RGB (Red+Green+Blue) = 230+169+218=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A9DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A9DA is #195625. Grayscale: #C0C0C0. Windows color (decimal): -1660454 or 14330342. OLE color: 14330342.

HSL color Cylindrical-coordinate representation of color #E6A9DA: hue angle of 311.8º degrees, saturation: 0.55, 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 #E6A9DA is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230169218-
CMYK00.270.050.10
HSL311.8º54.95%78.24%-
HSV(B)311.8º26.52%90.2%-
XYZ59.4850.2672.9-
YUV192.82142.21154.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.28%
GREEN value IS 169 (66.41% from 255) = 27.39%
BLUE value IS 218 (85.55% from 255) = 35.33%
R=37.28%
G=27.39%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016921800.270.050.10311.854.9578.24
HexE6A9DA01B5A138374e
Octal34625133203351247067116
Binary11100110101010011101101001101110110101001110001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A9DA; }

 p { color: rgb(230,169,218); }

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

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

 a { background-color: rgb(230,169,218); }

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

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

 span { border-color: rgb(230,169,218); }

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