#EBB2E0

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

Shades of French Lilac #EBB2E0

Tints of French Lilac #EBB2E0

Color information

#EBB2E0 (or 0xEBB2E0) is unknown color: approx French Lilac. HEX triplet: EB, B2 and E0. RGB value is (235,178,224). Sum of RGB (Red+Green+Blue) = 235+178+224=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2E0 is #144D1F. Grayscale: #C8C8C8. Windows color (decimal): -1330464 or 14725867. OLE color: 14725867.

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

Color convert

RGB235178224-
CMYK00.240.050.08
HSL311.58º58.76%80.98%-
HSV(B)311.58º24.26%92.16%-
XYZ63.6454.8877.76-
YUV200.29141.38152.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 178 (69.92% from 255) = 27.94%
BLUE value IS 224 (87.89% from 255) = 35.16%
R=36.89%
G=27.94%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517822400.240.050.08311.5858.7680.98
HexEBB2E0018581383b51
Octal35326234003051047073121
Binary11101011101100101110000001100010110001001110001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2E0; }

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

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

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

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

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

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

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

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