Shades of French Lilac #EBB5E2
Tints of French Lilac #EBB5E2
RGB
CMYK
RGB Variations
Color information
#EBB5E2 (or 0xEBB5E2) is known color: French Lilac. HEX triplet: EB, B5 and E2. RGB value is (235,181,226). Sum of RGB (Red+Green+Blue) = 235+181+226=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5E2 is #144A1D. Grayscale: #CACACA. Windows color (decimal): -1329694 or 14857707. OLE color: 14857707.
HSL color Cylindrical-coordinate representation of color #EBB5E2: hue angle of 310º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB5E2 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 226 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.08 |
| HSL | 310º | 0.57% | 0.82% | - |
| HSV(B) | 310º | 0.23% | 0.92% | - |
| XYZ | 64.51 | 56.2 | 79.4 | - |
| YUV | 202.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 226 | 0 | 0.23 | 0.04 | 0.08 | 310 | 0.57 | 0.82 |
| Hex | EB | B5 | E2 | 0 | 17 | 4 | 8 | 136 | 39 | 52 |
| Octal | 353 | 265 | 342 | 0 | 27 | 4 | 10 | 466 | 71 | 122 |
| Binary | 11101011 | 10110101 | 11100010 | 0 | 10111 | 100 | 1000 | 100110110 | 111001 | 1010010 |
Color Harmonies of #EBB5E2
Complementary color
Monochromatic Colors of #EBB5E2
Black with #EBB5E2
Text Example
Text Example
White with #EBB5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB5E2; }
p { color: rgb(235,181,226); }
H1.HeaderClassName
{
color: #EBB5E2;
}
.AnyTagClassName
{
color: #EBB5E2;
}
</style>
background-color css
<style>
a { background-color: #EBB5E2; }
a { background-color: rgb(235,181,226); }
div.DivClassName
{
background-color: #EBB5E2;
}
.BgClassName
{
background-color: #EBB5E2;
}
</style>
border-color css
<style>
span { border-color: #EBB5E2; }
span { border-color: rgb(235,181,226); }
td.TdClassName
{
border-color: #EBB5E2;
}
.TagClassName
{
border-color: #EBB5E2;
}
</style>