Shades of French Lilac #E6B1E5
Tints of French Lilac #E6B1E5
RGB
CMYK
RGB Variations
Color information
#E6B1E5 (or 0xE6B1E5) is known color: French Lilac. HEX triplet: E6, B1 and E5. RGB value is (230,177,229). Sum of RGB (Red+Green+Blue) = 230+177+229=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B1E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6B1E5 is #194E1A. Grayscale: #C6C6C6. Windows color (decimal): -1658395 or 15053286. OLE color: 15053286.
HSL color Cylindrical-coordinate representation of color #E6B1E5: hue angle of 301.13º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6B1E5 is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 229 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.10 |
| HSL | 301.13º | 0.51% | 0.8% | - |
| HSV(B) | 301.13º | 0.23% | 0.9% | - |
| XYZ | 62.5 | 53.92 | 81.24 | - |
| YUV | 198.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 229 | 0 | 0.23 | 0.00 | 0.10 | 301.13 | 0.51 | 0.8 |
| Hex | E6 | B1 | E5 | 0 | 17 | 0 | A | 12D | 33 | 50 |
| Octal | 346 | 261 | 345 | 0 | 27 | 0 | 12 | 455 | 63 | 120 |
| Binary | 11100110 | 10110001 | 11100101 | 0 | 10111 | 0 | 1010 | 100101101 | 110011 | 1010000 |
Color Harmonies of #E6B1E5
Complementary color
Monochromatic Colors of #E6B1E5
Black with #E6B1E5
Text Example
Text Example
White with #E6B1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B1E5; }
p { color: rgb(230,177,229); }
H1.HeaderClassName
{
color: #E6B1E5;
}
.AnyTagClassName
{
color: #E6B1E5;
}
</style>
background-color css
<style>
a { background-color: #E6B1E5; }
a { background-color: rgb(230,177,229); }
div.DivClassName
{
background-color: #E6B1E5;
}
.BgClassName
{
background-color: #E6B1E5;
}
</style>
border-color css
<style>
span { border-color: #E6B1E5; }
span { border-color: rgb(230,177,229); }
td.TdClassName
{
border-color: #E6B1E5;
}
.TagClassName
{
border-color: #E6B1E5;
}
</style>