#EBAAE0

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

Shades of French Lilac #EBAAE0

Tints of French Lilac #EBAAE0

Color information

#EBAAE0 (or 0xEBAAE0) is unknown color: approx French Lilac. HEX triplet: EB, AA and E0. RGB value is (235,170,224). Sum of RGB (Red+Green+Blue) = 235+170+224=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAE0 is #14551F. Grayscale: #C3C3C3. Windows color (decimal): -1332512 or 14723819. OLE color: 14723819.

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

Color convert

RGB235170224-
CMYK00.280.050.08
HSL310.15º61.9%79.41%-
HSV(B)310.15º27.66%92.16%-
XYZ62.0951.7977.25-
YUV195.59144.03156.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 170 (66.80% from 255) = 27.03%
BLUE value IS 224 (87.89% from 255) = 35.61%
R=37.36%
G=27.03%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517022400.280.050.08310.1561.979.41
HexEBAAE001C581363e4f
Octal35325234003451046676117
Binary11101011101010101110000001110010110001001101101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAE0; }

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

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

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

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

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

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

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

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