#EAAEE0

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

Shades of French Lilac #EAAEE0

Tints of French Lilac #EAAEE0

Color information

#EAAEE0 (or 0xEAAEE0) is unknown color: approx French Lilac. HEX triplet: EA, AE and E0. RGB value is (234,174,224). Sum of RGB (Red+Green+Blue) = 234+174+224=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEE0 is #15511F. Grayscale: #C5C5C5. Windows color (decimal): -1397024 or 14724842. OLE color: 14724842.

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

Color convert

RGB234174224-
CMYK00.260.040.08
HSL310º58.82%80%-
HSV(B)310º25.64%91.76%-
XYZ62.5253.1577.48-
YUV197.64142.88153.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 174 (68.36% from 255) = 27.53%
BLUE value IS 224 (87.89% from 255) = 35.44%
R=37.03%
G=27.53%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417422400.260.040.0831058.8280
HexEAAEE001A481363b50
Octal35225634003241046673120
Binary11101010101011101110000001101010010001001101101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEE0; }

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

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

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

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

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

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

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

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