#EAAAE0

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

Shades of French Lilac #EAAAE0

Tints of French Lilac #EAAAE0

Color information

#EAAAE0 (or 0xEAAAE0) is unknown color: approx French Lilac. HEX triplet: EA, AA and E0. RGB value is (234,170,224). Sum of RGB (Red+Green+Blue) = 234+170+224=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAE0 is #15551F. Grayscale: #C3C3C3. Windows color (decimal): -1398048 or 14723818. OLE color: 14723818.

HSL color Cylindrical-coordinate representation of color #EAAAE0: hue angle of 309.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAAE0 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234170224-
CMYK00.270.040.08
HSL309.38º60.38%79.22%-
HSV(B)309.38º27.35%91.76%-
XYZ61.7651.6277.23-
YUV195.29144.2155.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 170 (66.80% from 255) = 27.07%
BLUE value IS 224 (87.89% from 255) = 35.67%
R=37.26%
G=27.07%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417022400.270.040.08309.3860.3879.22
HexEAAAE001B481353c4f
Octal35225234003341046574117
Binary11101010101010101110000001101110010001001101011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAE0; }

 p { color: rgb(234,170,224); }

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

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

 a { background-color: rgb(234,170,224); }

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

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

 span { border-color: rgb(234,170,224); }

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