Shades of French Lilac #EBB3E5
Tints of French Lilac #EBB3E5
RGB
CMYK
RGB Variations
Color information
#EBB3E5 (or 0xEBB3E5) is known color: French Lilac. HEX triplet: EB, B3 and E5. RGB value is (235,179,229). Sum of RGB (Red+Green+Blue) = 235+179+229=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 179 (70.31% from 255 or 27.84% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3E5 is #144C1A. Grayscale: #C9C9C9. Windows color (decimal): -1330203 or 15053803. OLE color: 15053803.
HSL color Cylindrical-coordinate representation of color #EBB3E5: hue angle of 306.43º 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 #EBB3E5 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 229 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.08 |
| HSL | 306.43º | 0.58% | 0.81% | - |
| HSV(B) | 306.43º | 0.24% | 0.92% | - |
| XYZ | 64.52 | 55.56 | 81.45 | - |
| YUV | 201.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 229 | 0 | 0.24 | 0.03 | 0.08 | 306.43 | 0.58 | 0.81 |
| Hex | EB | B3 | E5 | 0 | 18 | 3 | 8 | 132 | 3A | 51 |
| Octal | 353 | 263 | 345 | 0 | 30 | 3 | 10 | 462 | 72 | 121 |
| Binary | 11101011 | 10110011 | 11100101 | 0 | 11000 | 11 | 1000 | 100110010 | 111010 | 1010001 |
Color Harmonies of #EBB3E5
Complementary color
Monochromatic Colors of #EBB3E5
Black with #EBB3E5
Text Example
Text Example
White with #EBB3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3E5; }
p { color: rgb(235,179,229); }
H1.HeaderClassName
{
color: #EBB3E5;
}
.AnyTagClassName
{
color: #EBB3E5;
}
</style>
background-color css
<style>
a { background-color: #EBB3E5; }
a { background-color: rgb(235,179,229); }
div.DivClassName
{
background-color: #EBB3E5;
}
.BgClassName
{
background-color: #EBB3E5;
}
</style>
border-color css
<style>
span { border-color: #EBB3E5; }
span { border-color: rgb(235,179,229); }
td.TdClassName
{
border-color: #EBB3E5;
}
.TagClassName
{
border-color: #EBB3E5;
}
</style>