#E8AADA

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

Shades of French Lilac #E8AADA

Tints of French Lilac #E8AADA

Color information

#E8AADA (or 0xE8AADA) is unknown color: approx French Lilac. HEX triplet: E8, AA and DA. RGB value is (232,170,218). Sum of RGB (Red+Green+Blue) = 232+170+218=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AADA is #175525. Grayscale: #C1C1C1. Windows color (decimal): -1529126 or 14330600. OLE color: 14330600.

HSL color Cylindrical-coordinate representation of color #E8AADA: hue angle of 313.55º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8AADA is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232170218-
CMYK00.270.060.09
HSL313.55º57.41%78.82%-
HSV(B)313.55º26.72%90.98%-
XYZ60.3150.9772.99-
YUV194.01141.54155.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.42%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 218 (85.55% from 255) = 35.16%
R=37.42%
G=27.42%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217021800.270.060.09313.5557.4178.82
HexE8AADA01B6913a394f
Octal35025233203361147271117
Binary11101000101010101101101001101111010011001110101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AADA; }

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

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

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

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

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

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

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

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