#EAB3E1

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

Shades of French Lilac #EAB3E1

Tints of French Lilac #EAB3E1

Color information

#EAB3E1 (or 0xEAB3E1) is unknown color: approx French Lilac. HEX triplet: EA, B3 and E1. RGB value is (234,179,225). Sum of RGB (Red+Green+Blue) = 234+179+225=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 179 (70.31% from 255 or 28.06% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3E1 is #154C1E. Grayscale: #C8C8C8. Windows color (decimal): -1395743 or 14791658. OLE color: 14791658.

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

Color convert

RGB234179225-
CMYK00.240.040.08
HSL309.82º56.7%80.98%-
HSV(B)309.82º23.5%91.76%-
XYZ63.6455.1778.53-
YUV200.69141.72151.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 179 (70.31% from 255) = 28.06%
BLUE value IS 225 (88.28% from 255) = 35.27%
R=36.68%
G=28.06%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417922500.240.040.08309.8256.780.98
HexEAB3E1018481363951
Octal35226334103041046671121
Binary11101010101100111110000101100010010001001101101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3E1; }

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

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

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

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

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

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

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

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