Shades of French Lilac #ECB3E1
Tints of French Lilac #ECB3E1
RGB
CMYK
RGB Variations
Color information
#ECB3E1 (or 0xECB3E1) is known color: French Lilac. HEX triplet: EC, B3 and E1. RGB value is (236,179,225). Sum of RGB (Red+Green+Blue) = 236+179+225=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 179 (70.31% from 255 or 27.97% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3E1 is #134C1E. Grayscale: #C9C9C9. Windows color (decimal): -1264671 or 14791660. OLE color: 14791660.
HSL color Cylindrical-coordinate representation of color #ECB3E1: hue angle of 311.58º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB3E1 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 225 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.07 |
| HSL | 311.58º | 0.6% | 0.81% | - |
| HSV(B) | 311.58º | 0.24% | 0.93% | - |
| XYZ | 64.3 | 55.51 | 78.56 | - |
| YUV | 201.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 225 | 0 | 0.24 | 0.05 | 0.07 | 311.58 | 0.6 | 0.81 |
| Hex | EC | B3 | E1 | 0 | 18 | 5 | 7 | 138 | 3C | 51 |
| Octal | 354 | 263 | 341 | 0 | 30 | 5 | 7 | 470 | 74 | 121 |
| Binary | 11101100 | 10110011 | 11100001 | 0 | 11000 | 101 | 111 | 100111000 | 111100 | 1010001 |
Color Harmonies of #ECB3E1
Complementary color
Monochromatic Colors of #ECB3E1
Black with #ECB3E1
Text Example
Text Example
White with #ECB3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3E1; }
p { color: rgb(236,179,225); }
H1.HeaderClassName
{
color: #ECB3E1;
}
.AnyTagClassName
{
color: #ECB3E1;
}
</style>
background-color css
<style>
a { background-color: #ECB3E1; }
a { background-color: rgb(236,179,225); }
div.DivClassName
{
background-color: #ECB3E1;
}
.BgClassName
{
background-color: #ECB3E1;
}
</style>
border-color css
<style>
span { border-color: #ECB3E1; }
span { border-color: rgb(236,179,225); }
td.TdClassName
{
border-color: #ECB3E1;
}
.TagClassName
{
border-color: #ECB3E1;
}
</style>