Shades of French Lilac #EBB1E1
Tints of French Lilac #EBB1E1
RGB
CMYK
RGB Variations
Color information
#EBB1E1 (or 0xEBB1E1) is known color: French Lilac. HEX triplet: EB, B1 and E1. RGB value is (235,177,225). Sum of RGB (Red+Green+Blue) = 235+177+225=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1E1 is #144E1E. Grayscale: #C7C7C7. Windows color (decimal): -1330719 or 14791147. OLE color: 14791147.
HSL color Cylindrical-coordinate representation of color #EBB1E1: hue angle of 310.34º degrees, saturation: 0.59, 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 #EBB1E1 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 177 | 225 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.08 |
| HSL | 310.34º | 0.59% | 0.81% | - |
| HSV(B) | 310.34º | 0.25% | 0.92% | - |
| XYZ | 63.57 | 54.54 | 78.41 | - |
| YUV | 199.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 177 | 225 | 0 | 0.25 | 0.04 | 0.08 | 310.34 | 0.59 | 0.81 |
| Hex | EB | B1 | E1 | 0 | 19 | 4 | 8 | 136 | 3B | 51 |
| Octal | 353 | 261 | 341 | 0 | 31 | 4 | 10 | 466 | 73 | 121 |
| Binary | 11101011 | 10110001 | 11100001 | 0 | 11001 | 100 | 1000 | 100110110 | 111011 | 1010001 |
Color Harmonies of #EBB1E1
Complementary color
Monochromatic Colors of #EBB1E1
Black with #EBB1E1
Text Example
Text Example
White with #EBB1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB1E1; }
p { color: rgb(235,177,225); }
H1.HeaderClassName
{
color: #EBB1E1;
}
.AnyTagClassName
{
color: #EBB1E1;
}
</style>
background-color css
<style>
a { background-color: #EBB1E1; }
a { background-color: rgb(235,177,225); }
div.DivClassName
{
background-color: #EBB1E1;
}
.BgClassName
{
background-color: #EBB1E1;
}
</style>
border-color css
<style>
span { border-color: #EBB1E1; }
span { border-color: rgb(235,177,225); }
td.TdClassName
{
border-color: #EBB1E1;
}
.TagClassName
{
border-color: #EBB1E1;
}
</style>