#EBB2E2

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

Shades of French Lilac #EBB2E2

Tints of French Lilac #EBB2E2

Color information

#EBB2E2 (or 0xEBB2E2) is unknown color: approx French Lilac. HEX triplet: EB, B2 and E2. RGB value is (235,178,226). Sum of RGB (Red+Green+Blue) = 235+178+226=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2E2 is #144D1D. Grayscale: #C8C8C8. Windows color (decimal): -1330462 or 14856939. OLE color: 14856939.

HSL color Cylindrical-coordinate representation of color #EBB2E2: hue angle of 309.47º degrees, saturation: 0.59, 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 #EBB2E2 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235178226-
CMYK00.240.040.08
HSL309.47º58.76%80.98%-
HSV(B)309.47º24.26%92.16%-
XYZ63.9154.9979.2-
YUV200.52142.38152.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 178 (69.92% from 255) = 27.86%
BLUE value IS 226 (88.67% from 255) = 35.37%
R=36.78%
G=27.86%
B=35.37%

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
Decimal23517822600.240.040.08309.4758.7680.98
HexEBB2E2018481353b51
Octal35326234203041046573121
Binary11101011101100101110001001100010010001001101011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2E2; }

 p { color: rgb(235,178,226); }

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

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

 a { background-color: rgb(235,178,226); }

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

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

 span { border-color: rgb(235,178,226); }

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