#EBB5EA

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

Shades of French Lilac #EBB5EA

Tints of French Lilac #EBB5EA

Color information

#EBB5EA (or 0xEBB5EA) is unknown color: approx French Lilac. HEX triplet: EB, B5 and EA. RGB value is (235,181,234). Sum of RGB (Red+Green+Blue) = 235+181+234=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 181 (71.09% from 255 or 27.85% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB5EA is #144A15. Grayscale: #CBCBCB. Windows color (decimal): -1329686 or 15381995. OLE color: 15381995.

HSL color Cylindrical-coordinate representation of color #EBB5EA: hue angle of 301.11º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB5EA is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB235181234-
CMYK00.230.000.08
HSL301.11º57.45%81.57%-
HSV(B)301.11º22.98%92.16%-
XYZ65.6456.6585.32-
YUV203.19145.39150.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 181 (71.09% from 255) = 27.85%
BLUE value IS 234 (91.80% from 255) = 36%
R=36.15%
G=27.85%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518123400.230.000.08301.1157.4581.57
HexEBB5EA0170812d3952
Octal35326535202701045571122
Binary111010111011010111101010010111010001001011011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5EA; }

 p { color: rgb(235,181,234); }

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

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

 a { background-color: rgb(235,181,234); }

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

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

 span { border-color: rgb(235,181,234); }

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