Shades of French Lilac #EBB6EA
Tints of French Lilac #EBB6EA
RGB
CMYK
RGB Variations
Color information
#EBB6EA (or 0xEBB6EA) is known color: French Lilac. HEX triplet: EB, B6 and EA. RGB value is (235,182,234). Sum of RGB (Red+Green+Blue) = 235+182+234=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 182 (71.48% from 255 or 27.96% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB6EA is #144915. Grayscale: #CBCBCB. Windows color (decimal): -1329430 or 15382251. OLE color: 15382251.
HSL color Cylindrical-coordinate representation of color #EBB6EA: hue angle of 301.13º 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 #EBB6EA is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 182 | 234 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.08 |
| HSL | 301.13º | 0.57% | 0.82% | - |
| HSV(B) | 301.13º | 0.23% | 0.92% | - |
| XYZ | 65.84 | 57.06 | 85.39 | - |
| YUV | 203.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 234 | 0 | 0.23 | 0.00 | 0.08 | 301.13 | 0.57 | 0.82 |
| Hex | EB | B6 | EA | 0 | 17 | 0 | 8 | 12D | 39 | 52 |
| Octal | 353 | 266 | 352 | 0 | 27 | 0 | 10 | 455 | 71 | 122 |
| Binary | 11101011 | 10110110 | 11101010 | 0 | 10111 | 0 | 1000 | 100101101 | 111001 | 1010010 |
Color Harmonies of #EBB6EA
Complementary color
Monochromatic Colors of #EBB6EA
Black with #EBB6EA
Text Example
Text Example
White with #EBB6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB6EA; }
p { color: rgb(235,182,234); }
H1.HeaderClassName
{
color: #EBB6EA;
}
.AnyTagClassName
{
color: #EBB6EA;
}
</style>
background-color css
<style>
a { background-color: #EBB6EA; }
a { background-color: rgb(235,182,234); }
div.DivClassName
{
background-color: #EBB6EA;
}
.BgClassName
{
background-color: #EBB6EA;
}
</style>
border-color css
<style>
span { border-color: #EBB6EA; }
span { border-color: rgb(235,182,234); }
td.TdClassName
{
border-color: #EBB6EA;
}
.TagClassName
{
border-color: #EBB6EA;
}
</style>