#EAAEE2

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

Shades of French Lilac #EAAEE2

Tints of French Lilac #EAAEE2

Color information

#EAAEE2 (or 0xEAAEE2) is unknown color: approx French Lilac. HEX triplet: EA, AE and E2. RGB value is (234,174,226). Sum of RGB (Red+Green+Blue) = 234+174+226=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEE2 is #15511D. Grayscale: #C5C5C5. Windows color (decimal): -1397022 or 14855914. OLE color: 14855914.

HSL color Cylindrical-coordinate representation of color #EAAEE2: hue angle of 308º 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 #EAAEE2 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234174226-
CMYK00.260.030.08
HSL308º58.82%80%-
HSV(B)308º25.64%91.76%-
XYZ62.853.2678.92-
YUV197.87143.88153.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 174 (68.36% from 255) = 27.44%
BLUE value IS 226 (88.67% from 255) = 35.65%
R=36.91%
G=27.44%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417422600.260.030.0830858.8280
HexEAAEE201A381343b50
Octal35225634203231046473120
Binary1110101010101110111000100110101110001001101001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEE2; }

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

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

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

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

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

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

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

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