#ecb0ea

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

Shades of French Lilac #ECB0EA

Tints of French Lilac #ECB0EA

Color information

#ECB0EA (or 0xECB0EA) is unknown color: approx French Lilac. HEX triplet: EC, B0 and EA. RGB value is (236,176,234). Sum of RGB (Red+Green+Blue) = 236+176+234=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 176 (69.14% from 255 or 27.24% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB0EA is #134F15. Grayscale: #C8C8C8. Windows color (decimal): -1265430 or 15380716. OLE color: 15380716.

HSL color Cylindrical-coordinate representation of color #ECB0EA: hue angle of 302º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB0EA is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB236176234-
CMYK00.250.010.07
HSL302º61.22%80.78%-
HSV(B)302º25.42%92.55%-
XYZ64.9754.8285-
YUV200.55146.88153.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.53%
GREEN value IS 176 (69.14% from 255) = 27.24%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=36.53%
G=27.24%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617623400.250.010.0730261.2280.78
HexECB0EA0191712e3d51
Octal3542603520311745675121
Binary11101100101100001110101001100111111001011101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecb0ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecb0ea; }

 p { color: rgb(236,176,234); }

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

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

 a { background-color: rgb(236,176,234); }

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

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

 span { border-color: rgb(236,176,234); }

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