#EBB1E1

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

Shades of French Lilac #EBB1E1

Tints of French Lilac #EBB1E1

Color information

#EBB1E1 (or 0xEBB1E1) is unknown color: approx French Lilac. HEX triplet: EB, B1 and E1. RGB value is (235,177,225). Sum of RGB (Red+Green+Blue) = 235+177+225=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1E1 is #144E1E. Grayscale: #C7C7C7. Windows color (decimal): -1330719 or 14791147. OLE color: 14791147.

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

Color convert

RGB235177225-
CMYK00.250.040.08
HSL310.34º59.18%80.78%-
HSV(B)310.34º24.68%92.16%-
XYZ63.5754.5478.41-
YUV199.81142.22153.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 177 (69.53% from 255) = 27.79%
BLUE value IS 225 (88.28% from 255) = 35.32%
R=36.89%
G=27.79%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517722500.250.040.08310.3459.1880.78
HexEBB1E1019481363b51
Octal35326134103141046673121
Binary11101011101100011110000101100110010001001101101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1E1; }

 p { color: rgb(235,177,225); }

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

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

 a { background-color: rgb(235,177,225); }

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

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

 span { border-color: rgb(235,177,225); }

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