#EAC3E4

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

Shades of French Lilac #EAC3E4

Tints of French Lilac #EAC3E4

Color information

#EAC3E4 (or 0xEAC3E4) is unknown color: approx French Lilac. HEX triplet: EA, C3 and E4. RGB value is (234,195,228). Sum of RGB (Red+Green+Blue) = 234+195+228=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 195 (76.56% from 255 or 29.68% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC3E4 is #153C1B. Grayscale: #D2D2D2. Windows color (decimal): -1391644 or 14992362. OLE color: 14992362.

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

Color convert

RGB234195228-
CMYK00.170.030.08
HSL309.23º48.15%84.12%-
HSV(B)309.23º16.67%91.76%-
XYZ67.4562.1281.83-
YUV210.42137.92144.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.62%
GREEN value IS 195 (76.56% from 255) = 29.68%
BLUE value IS 228 (89.45% from 255) = 34.70%
R=35.62%
G=29.68%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419522800.170.030.08309.2348.1584.12
HexEAC3E4011381353054
Octal35230334402131046560124
Binary1110101011000011111001000100011110001001101011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC3E4; }

 p { color: rgb(234,195,228); }

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

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

 a { background-color: rgb(234,195,228); }

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

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

 span { border-color: rgb(234,195,228); }

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