Shades of French Lilac #EBB0E3
Tints of French Lilac #EBB0E3
RGB
CMYK
RGB Variations
Color information
#EBB0E3 (or 0xEBB0E3) is known color: French Lilac. HEX triplet: EB, B0 and E3. RGB value is (235,176,227). Sum of RGB (Red+Green+Blue) = 235+176+227=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0E3 is #144F1C. Grayscale: #C7C7C7. Windows color (decimal): -1330973 or 14921963. OLE color: 14921963.
HSL color Cylindrical-coordinate representation of color #EBB0E3: hue angle of 308.14º degrees, saturation: 0.6, 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 #EBB0E3 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 227 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.08 |
| HSL | 308.14º | 0.6% | 0.81% | - |
| HSV(B) | 308.14º | 0.25% | 0.92% | - |
| XYZ | 63.65 | 54.26 | 79.79 | - |
| YUV | 199.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 227 | 0 | 0.25 | 0.03 | 0.08 | 308.14 | 0.6 | 0.81 |
| Hex | EB | B0 | E3 | 0 | 19 | 3 | 8 | 134 | 3C | 51 |
| Octal | 353 | 260 | 343 | 0 | 31 | 3 | 10 | 464 | 74 | 121 |
| Binary | 11101011 | 10110000 | 11100011 | 0 | 11001 | 11 | 1000 | 100110100 | 111100 | 1010001 |
Color Harmonies of #EBB0E3
Complementary color
Monochromatic Colors of #EBB0E3
Black with #EBB0E3
Text Example
Text Example
White with #EBB0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0E3; }
p { color: rgb(235,176,227); }
H1.HeaderClassName
{
color: #EBB0E3;
}
.AnyTagClassName
{
color: #EBB0E3;
}
</style>
background-color css
<style>
a { background-color: #EBB0E3; }
a { background-color: rgb(235,176,227); }
div.DivClassName
{
background-color: #EBB0E3;
}
.BgClassName
{
background-color: #EBB0E3;
}
</style>
border-color css
<style>
span { border-color: #EBB0E3; }
span { border-color: rgb(235,176,227); }
td.TdClassName
{
border-color: #EBB0E3;
}
.TagClassName
{
border-color: #EBB0E3;
}
</style>