#e1b0e0

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

Shades of French Lilac #E1B0E0

Tints of French Lilac #E1B0E0

Color information

#E1B0E0 (or 0xE1B0E0) is unknown color: approx French Lilac. HEX triplet: E1, B0 and E0. RGB value is (225,176,224). Sum of RGB (Red+Green+Blue) = 225+176+224=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0E0 is #1E4F1F. Grayscale: #C3C3C3. Windows color (decimal): -1986336 or 14725345. OLE color: 14725345.

HSL color Cylindrical-coordinate representation of color #E1B0E0: hue angle of 301.22º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0E0 is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB225176224-
CMYK00.220.000.12
HSL301.22º44.95%78.63%-
HSV(B)301.22º21.78%88.24%-
XYZ60.0352.4477.48-
YUV196.12143.73148.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36%
GREEN value IS 176 (69.14% from 255) = 28.16%
BLUE value IS 224 (87.89% from 255) = 35.84%
R=36%
G=28.16%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517622400.220.000.12301.2244.9578.63
HexE1B0E00160C12d2d4f
Octal34126034002601445555117
Binary111000011011000011100000010110011001001011011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1b0e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1b0e0; }

 p { color: rgb(225,176,224); }

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

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

 a { background-color: rgb(225,176,224); }

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

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

 span { border-color: rgb(225,176,224); }

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