#EBB0E4

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

Shades of French Lilac #EBB0E4

Tints of French Lilac #EBB0E4

Color information

#EBB0E4 (or 0xEBB0E4) is unknown color: approx French Lilac. HEX triplet: EB, B0 and E4. RGB value is (235,176,228). Sum of RGB (Red+Green+Blue) = 235+176+228=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0E4 is #144F1B. Grayscale: #C7C7C7. Windows color (decimal): -1330972 or 14987499. OLE color: 14987499.

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

Color convert

RGB235176228-
CMYK00.250.030.08
HSL307.12º59.6%80.59%-
HSV(B)307.12º25.11%92.16%-
XYZ63.7954.3180.52-
YUV199.57144.05153.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 176 (69.14% from 255) = 27.54%
BLUE value IS 228 (89.45% from 255) = 35.68%
R=36.78%
G=27.54%
B=35.68%

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
Decimal23517622800.250.030.08307.1259.680.59
HexEBB0E4019381333c51
Octal35326034403131046374121
Binary1110101110110000111001000110011110001001100111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0E4; }

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

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

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

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

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

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

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

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