#EAAEE4

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

Shades of French Lilac #EAAEE4

Tints of French Lilac #EAAEE4

Color information

#EAAEE4 (or 0xEAAEE4) is unknown color: approx French Lilac. HEX triplet: EA, AE and E4. RGB value is (234,174,228). Sum of RGB (Red+Green+Blue) = 234+174+228=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEE4 is #15511B. Grayscale: #C5C5C5. Windows color (decimal): -1397020 or 14986986. OLE color: 14986986.

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

Color convert

RGB234174228-
CMYK00.260.030.08
HSL306º58.82%80%-
HSV(B)306º25.64%91.76%-
XYZ63.0753.3780.38-
YUV198.1144.88153.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 174 (68.36% from 255) = 27.36%
BLUE value IS 228 (89.45% from 255) = 35.85%
R=36.79%
G=27.36%
B=35.85%

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
Decimal23417422800.260.030.0830658.8280
HexEAAEE401A381323b50
Octal35225634403231046273120
Binary1110101010101110111001000110101110001001100101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEE4; }

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

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

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

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

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

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

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

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