Shades of French Lilac #EBB3E1
Tints of French Lilac #EBB3E1
RGB
CMYK
RGB Variations
Color information
#EBB3E1 (or 0xEBB3E1) is known color: French Lilac. HEX triplet: EB, B3 and E1. RGB value is (235,179,225). Sum of RGB (Red+Green+Blue) = 235+179+225=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3E1 is #144C1E. Grayscale: #C8C8C8. Windows color (decimal): -1330207 or 14791659. OLE color: 14791659.
HSL color Cylindrical-coordinate representation of color #EBB3E1: hue angle of 310.71º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB3E1 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 225 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.08 |
| HSL | 310.71º | 0.58% | 0.81% | - |
| HSV(B) | 310.71º | 0.24% | 0.92% | - |
| XYZ | 63.97 | 55.34 | 78.54 | - |
| YUV | 200.99 | 141.55 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 225 | 0 | 0.24 | 0.04 | 0.08 | 310.71 | 0.58 | 0.81 |
| Hex | EB | B3 | E1 | 0 | 18 | 4 | 8 | 137 | 3A | 51 |
| Octal | 353 | 263 | 341 | 0 | 30 | 4 | 10 | 467 | 72 | 121 |
| Binary | 11101011 | 10110011 | 11100001 | 0 | 11000 | 100 | 1000 | 100110111 | 111010 | 1010001 |
Color Harmonies of #EBB3E1
Complementary color
Monochromatic Colors of #EBB3E1
Black with #EBB3E1
Text Example
Text Example
White with #EBB3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3E1; }
p { color: rgb(235,179,225); }
H1.HeaderClassName
{
color: #EBB3E1;
}
.AnyTagClassName
{
color: #EBB3E1;
}
</style>
background-color css
<style>
a { background-color: #EBB3E1; }
a { background-color: rgb(235,179,225); }
div.DivClassName
{
background-color: #EBB3E1;
}
.BgClassName
{
background-color: #EBB3E1;
}
</style>
border-color css
<style>
span { border-color: #EBB3E1; }
span { border-color: rgb(235,179,225); }
td.TdClassName
{
border-color: #EBB3E1;
}
.TagClassName
{
border-color: #EBB3E1;
}
</style>