#EBB1E4

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

Shades of French Lilac #EBB1E4

Tints of French Lilac #EBB1E4

Color information

#EBB1E4 (or 0xEBB1E4) is unknown color: approx French Lilac. HEX triplet: EB, B1 and E4. RGB value is (235,177,228). Sum of RGB (Red+Green+Blue) = 235+177+228=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 177 (69.53% from 255 or 27.66% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1E4 is #144E1B. Grayscale: #C8C8C8. Windows color (decimal): -1330716 or 14987755. OLE color: 14987755.

HSL color Cylindrical-coordinate representation of color #EBB1E4: hue angle of 307.24º 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 #EBB1E4 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235177228-
CMYK00.250.030.08
HSL307.24º59.18%80.78%-
HSV(B)307.24º24.68%92.16%-
XYZ63.9954.7180.59-
YUV200.16143.72152.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 177 (69.53% from 255) = 27.66%
BLUE value IS 228 (89.45% from 255) = 35.62%
R=36.72%
G=27.66%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517722800.250.030.08307.2459.1880.78
HexEBB1E4019381333b51
Octal35326134403131046373121
Binary1110101110110001111001000110011110001001100111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1E4; }

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

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

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

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

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

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

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

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