#EBB0E0

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

Shades of French Lilac #EBB0E0

Tints of French Lilac #EBB0E0

Color information

#EBB0E0 (or 0xEBB0E0) is unknown color: approx French Lilac. HEX triplet: EB, B0 and E0. RGB value is (235,176,224). Sum of RGB (Red+Green+Blue) = 235+176+224=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0E0 is #144F1F. Grayscale: #C6C6C6. Windows color (decimal): -1330976 or 14725355. OLE color: 14725355.

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

Color convert

RGB235176224-
CMYK00.250.050.08
HSL311.19º59.6%80.59%-
HSV(B)311.19º25.11%92.16%-
XYZ63.2454.0977.63-
YUV199.11142.05153.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 176 (69.14% from 255) = 27.72%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=37.01%
G=27.72%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517622400.250.050.08311.1959.680.59
HexEBB0E0019581373c51
Octal35326034003151046774121
Binary11101011101100001110000001100110110001001101111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0E0; }

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

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

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

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

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

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

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

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