#EFB2E1

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

Shades of French Lilac #EFB2E1

Tints of French Lilac #EFB2E1

Color information

#EFB2E1 (or 0xEFB2E1) is unknown color: approx French Lilac. HEX triplet: EF, B2 and E1. RGB value is (239,178,225). Sum of RGB (Red+Green+Blue) = 239+178+225=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 178 (69.92% from 255 or 27.73% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2E1 is #104D1E. Grayscale: #C9C9C9. Windows color (decimal): -1068319 or 14791407. OLE color: 14791407.

HSL color Cylindrical-coordinate representation of color #EFB2E1: hue angle of 313.77º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2E1 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB239178225-
CMYK00.260.060.06
HSL313.77º65.59%81.76%-
HSV(B)313.77º25.52%93.73%-
XYZ65.1155.6378.54-
YUV201.6141.21154.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 178 (69.92% from 255) = 27.73%
BLUE value IS 225 (88.28% from 255) = 35.05%
R=37.23%
G=27.73%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917822500.260.060.06313.7765.5981.76
HexEFB2E101A6613a4252
Octal35726234103266472102122
Binary11101111101100101110000101101011011010011101010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2E1; }

 p { color: rgb(239,178,225); }

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

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

 a { background-color: rgb(239,178,225); }

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

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

 span { border-color: rgb(239,178,225); }

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