Shades of French Lilac #ECB1E1
Tints of French Lilac #ECB1E1
RGB
CMYK
RGB Variations
Color information
#ECB1E1 (or 0xECB1E1) is known color: French Lilac. HEX triplet: EC, B1 and E1. RGB value is (236,177,225). Sum of RGB (Red+Green+Blue) = 236+177+225=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 177 (69.53% from 255 or 27.74% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1E1 is #134E1E. Grayscale: #C7C7C7. Windows color (decimal): -1265183 or 14791148. OLE color: 14791148.
HSL color Cylindrical-coordinate representation of color #ECB1E1: hue angle of 311.19º 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 #ECB1E1 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 225 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.07 |
| HSL | 311.19º | 0.61% | 0.81% | - |
| HSV(B) | 311.19º | 0.25% | 0.93% | - |
| XYZ | 63.9 | 54.71 | 78.43 | - |
| YUV | 200.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 225 | 0 | 0.25 | 0.05 | 0.07 | 311.19 | 0.61 | 0.81 |
| Hex | EC | B1 | E1 | 0 | 19 | 5 | 7 | 137 | 3D | 51 |
| Octal | 354 | 261 | 341 | 0 | 31 | 5 | 7 | 467 | 75 | 121 |
| Binary | 11101100 | 10110001 | 11100001 | 0 | 11001 | 101 | 111 | 100110111 | 111101 | 1010001 |
Color Harmonies of #ECB1E1
Complementary color
Monochromatic Colors of #ECB1E1
Black with #ECB1E1
Text Example
Text Example
White with #ECB1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1E1; }
p { color: rgb(236,177,225); }
H1.HeaderClassName
{
color: #ECB1E1;
}
.AnyTagClassName
{
color: #ECB1E1;
}
</style>
background-color css
<style>
a { background-color: #ECB1E1; }
a { background-color: rgb(236,177,225); }
div.DivClassName
{
background-color: #ECB1E1;
}
.BgClassName
{
background-color: #ECB1E1;
}
</style>
border-color css
<style>
span { border-color: #ECB1E1; }
span { border-color: rgb(236,177,225); }
td.TdClassName
{
border-color: #ECB1E1;
}
.TagClassName
{
border-color: #ECB1E1;
}
</style>