#EAC9E1

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

Shades of French Lilac #EAC9E1

Tints of French Lilac #EAC9E1

Color information

#EAC9E1 (or 0xEAC9E1) is unknown color: approx French Lilac. HEX triplet: EA, C9 and E1. RGB value is (234,201,225). Sum of RGB (Red+Green+Blue) = 234+201+225=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 225 (88.28% from 255 or 34.09% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9E1 is #15361E. Grayscale: #D5D5D5. Windows color (decimal): -1390111 or 14797290. OLE color: 14797290.

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

Color convert

RGB234201225-
CMYK00.140.040.08
HSL316.36º44%85.29%-
HSV(B)316.36º14.1%91.76%-
XYZ68.4164.780.12-
YUV213.6134.43142.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.45%
GREEN value IS 201 (78.91% from 255) = 30.45%
BLUE value IS 225 (88.28% from 255) = 34.09%
R=35.45%
G=30.45%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420122500.140.040.08316.364485.29
HexEAC9E10E4813c2c55
Octal35231134101641047454125
Binary1110101011001001111000010111010010001001111001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9E1; }

 p { color: rgb(234,201,225); }

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

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

 a { background-color: rgb(234,201,225); }

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

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

 span { border-color: rgb(234,201,225); }

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