Shades of French Lilac #EBB1EA
Tints of French Lilac #EBB1EA
RGB
CMYK
RGB Variations
Color information
#EBB1EA (or 0xEBB1EA) is known color: French Lilac. HEX triplet: EB, B1 and EA. RGB value is (235,177,234). Sum of RGB (Red+Green+Blue) = 235+177+234=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 177 (69.53% from 255 or 27.40% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB1EA is #144E15. Grayscale: #C8C8C8. Windows color (decimal): -1330710 or 15380971. OLE color: 15380971.
HSL color Cylindrical-coordinate representation of color #EBB1EA: hue angle of 301.03º 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 #EBB1EA is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 177 | 234 | - |
| CMYK | 0 | 0.25 | 0.00 | 0.08 |
| HSL | 301.03º | 0.59% | 0.81% | - |
| HSV(B) | 301.03º | 0.25% | 0.92% | - |
| XYZ | 64.83 | 55.05 | 85.05 | - |
| YUV | 200.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 177 | 234 | 0 | 0.25 | 0.00 | 0.08 | 301.03 | 0.59 | 0.81 |
| Hex | EB | B1 | EA | 0 | 19 | 0 | 8 | 12D | 3B | 51 |
| Octal | 353 | 261 | 352 | 0 | 31 | 0 | 10 | 455 | 73 | 121 |
| Binary | 11101011 | 10110001 | 11101010 | 0 | 11001 | 0 | 1000 | 100101101 | 111011 | 1010001 |
Color Harmonies of #EBB1EA
Complementary color
Monochromatic Colors of #EBB1EA
Black with #EBB1EA
Text Example
Text Example
White with #EBB1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB1EA; }
p { color: rgb(235,177,234); }
H1.HeaderClassName
{
color: #EBB1EA;
}
.AnyTagClassName
{
color: #EBB1EA;
}
</style>
background-color css
<style>
a { background-color: #EBB1EA; }
a { background-color: rgb(235,177,234); }
div.DivClassName
{
background-color: #EBB1EA;
}
.BgClassName
{
background-color: #EBB1EA;
}
</style>
border-color css
<style>
span { border-color: #EBB1EA; }
span { border-color: rgb(235,177,234); }
td.TdClassName
{
border-color: #EBB1EA;
}
.TagClassName
{
border-color: #EBB1EA;
}
</style>