#EBAAE1

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

Shades of French Lilac #EBAAE1

Tints of French Lilac #EBAAE1

Color information

#EBAAE1 (or 0xEBAAE1) is unknown color: approx French Lilac. HEX triplet: EB, AA and E1. RGB value is (235,170,225). Sum of RGB (Red+Green+Blue) = 235+170+225=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAE1 is #14551E. Grayscale: #C3C3C3. Windows color (decimal): -1332511 or 14789355. OLE color: 14789355.

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

Color convert

RGB235170225-
CMYK00.280.040.08
HSL309.23º61.9%79.41%-
HSV(B)309.23º27.66%92.16%-
XYZ62.2351.8577.96-
YUV195.7144.53156.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 170 (66.80% from 255) = 26.98%
BLUE value IS 225 (88.28% from 255) = 35.71%
R=37.30%
G=26.98%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517022500.280.040.08309.2361.979.41
HexEBAAE101C481353e4f
Octal35325234103441046576117
Binary11101011101010101110000101110010010001001101011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAE1; }

 p { color: rgb(235,170,225); }

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

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

 a { background-color: rgb(235,170,225); }

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

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

 span { border-color: rgb(235,170,225); }

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