#EAACE0

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

Shades of French Lilac #EAACE0

Tints of French Lilac #EAACE0

Color information

#EAACE0 (or 0xEAACE0) is unknown color: approx French Lilac. HEX triplet: EA, AC and E0. RGB value is (234,172,224). Sum of RGB (Red+Green+Blue) = 234+172+224=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACE0 is #15531F. Grayscale: #C4C4C4. Windows color (decimal): -1397536 or 14724330. OLE color: 14724330.

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

Color convert

RGB234172224-
CMYK00.260.040.08
HSL309.68º59.62%79.61%-
HSV(B)309.68º26.5%91.76%-
XYZ62.1452.3877.36-
YUV196.47143.54154.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 172 (67.58% from 255) = 27.30%
BLUE value IS 224 (87.89% from 255) = 35.56%
R=37.14%
G=27.30%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417222400.260.040.08309.6859.6279.61
HexEAACE001A481363c50
Octal35225434003241046674120
Binary11101010101011001110000001101010010001001101101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACE0; }

 p { color: rgb(234,172,224); }

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

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

 a { background-color: rgb(234,172,224); }

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

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

 span { border-color: rgb(234,172,224); }

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