#E6AADA

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

Shades of French Lilac #E6AADA

Tints of French Lilac #E6AADA

Color information

#E6AADA (or 0xE6AADA) is unknown color: approx French Lilac. HEX triplet: E6, AA and DA. RGB value is (230,170,218). Sum of RGB (Red+Green+Blue) = 230+170+218=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AADA is #195525. Grayscale: #C1C1C1. Windows color (decimal): -1660198 or 14330598. OLE color: 14330598.

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

Color convert

RGB230170218-
CMYK00.260.050.10
HSL312º54.55%78.43%-
HSV(B)312º26.09%90.2%-
XYZ59.6650.6372.96-
YUV193.41141.88154.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.22%
GREEN value IS 170 (66.80% from 255) = 27.51%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=37.22%
G=27.51%
B=35.28%

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
Decimal23017021800.260.050.1031254.5578.43
HexE6AADA01A5A138374e
Octal34625233203251247067116
Binary11100110101010101101101001101010110101001110001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AADA; }

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

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

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

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

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

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

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

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