#EAAFE4

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

Shades of French Lilac #EAAFE4

Tints of French Lilac #EAAFE4

Color information

#EAAFE4 (or 0xEAAFE4) is unknown color: approx French Lilac. HEX triplet: EA, AF and E4. RGB value is (234,175,228). Sum of RGB (Red+Green+Blue) = 234+175+228=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFE4 is #15501B. Grayscale: #C6C6C6. Windows color (decimal): -1396764 or 14987242. OLE color: 14987242.

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

Color convert

RGB234175228-
CMYK00.250.030.08
HSL306.1º58.42%80.2%-
HSV(B)306.1º25.21%91.76%-
XYZ63.2753.7580.44-
YUV198.68144.55153.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 175 (68.75% from 255) = 27.47%
BLUE value IS 228 (89.45% from 255) = 35.79%
R=36.73%
G=27.47%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417522800.250.030.08306.158.4280.2
HexEAAFE4019381323a50
Octal35225734403131046272120
Binary1110101010101111111001000110011110001001100101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFE4; }

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

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

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

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

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

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

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

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