#EAC5E6

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

Shades of French Lilac #EAC5E6

Tints of French Lilac #EAC5E6

Color information

#EAC5E6 (or 0xEAC5E6) is unknown color: approx French Lilac. HEX triplet: EA, C5 and E6. RGB value is (234,197,230). Sum of RGB (Red+Green+Blue) = 234+197+230=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 197 (77.34% from 255 or 29.80% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC5E6 is #153A19. Grayscale: #D3D3D3. Windows color (decimal): -1391130 or 15123946. OLE color: 15123946.

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

Color convert

RGB234197230-
CMYK00.160.020.08
HSL306.49º46.84%84.51%-
HSV(B)306.49º15.81%91.76%-
XYZ68.1863.1483.46-
YUV211.82138.26143.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.40%
GREEN value IS 197 (77.34% from 255) = 29.80%
BLUE value IS 230 (90.23% from 255) = 34.80%
R=35.40%
G=29.80%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419723000.160.020.08306.4946.8484.51
HexEAC5E6010281322f55
Octal35230534602021046257125
Binary1110101011000101111001100100001010001001100101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5E6; }

 p { color: rgb(234,197,230); }

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

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

 a { background-color: rgb(234,197,230); }

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

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

 span { border-color: rgb(234,197,230); }

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