#EAC1E9

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

Shades of French Lilac #EAC1E9

Tints of French Lilac #EAC1E9

Color information

#EAC1E9 (or 0xEAC1E9) is unknown color: approx French Lilac. HEX triplet: EA, C1 and E9. RGB value is (234,193,233). Sum of RGB (Red+Green+Blue) = 234+193+233=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 193 (75.78% from 255 or 29.24% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC1E9 is #153E16. Grayscale: #D1D1D1. Windows color (decimal): -1392151 or 15319530. OLE color: 15319530.

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

Color convert

RGB234193233-
CMYK00.180.000.08
HSL301.46º49.4%83.73%-
HSV(B)301.46º17.52%91.76%-
XYZ67.7161.5285.4-
YUV209.82141.08145.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.45%
GREEN value IS 193 (75.78% from 255) = 29.24%
BLUE value IS 233 (91.41% from 255) = 35.30%
R=35.45%
G=29.24%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419323300.180.000.08301.4649.483.73
HexEAC1E90120812d3154
Octal35230135102201045561124
Binary111010101100000111101001010010010001001011011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1E9; }

 p { color: rgb(234,193,233); }

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

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

 a { background-color: rgb(234,193,233); }

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

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

 span { border-color: rgb(234,193,233); }

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