#EAB1E6

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

Shades of French Lilac #EAB1E6

Tints of French Lilac #EAB1E6

Color information

#EAB1E6 (or 0xEAB1E6) is unknown color: approx French Lilac. HEX triplet: EA, B1 and E6. RGB value is (234,177,230). Sum of RGB (Red+Green+Blue) = 234+177+230=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 177 (69.53% from 255 or 27.61% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB1E6 is #154E19. Grayscale: #C7C7C7. Windows color (decimal): -1396250 or 15118826. OLE color: 15118826.

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

Color convert

RGB234177230-
CMYK00.240.020.08
HSL304.21º57.58%80.59%-
HSV(B)304.21º24.36%91.76%-
XYZ63.9454.6582.04-
YUV200.08144.88152.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 177 (69.53% from 255) = 27.61%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=36.51%
G=27.61%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417723000.240.020.08304.2157.5880.59
HexEAB1E6018281303a51
Octal35226134603021046072121
Binary1110101010110001111001100110001010001001100001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1E6; }

 p { color: rgb(234,177,230); }

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

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

 a { background-color: rgb(234,177,230); }

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

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

 span { border-color: rgb(234,177,230); }

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