Shades of French Lilac #E8B4E6
Tints of French Lilac #E8B4E6
RGB
CMYK
RGB Variations
Color information
#E8B4E6 (or 0xE8B4E6) is known color: French Lilac. HEX triplet: E8, B4 and E6. RGB value is (232,180,230). Sum of RGB (Red+Green+Blue) = 232+180+230=642 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.14% from 642); Green value is 180 (70.70% from 255 or 28.04% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B4E6 is #174B19. Grayscale: #C9C9C9. Windows color (decimal): -1526554 or 15119592. OLE color: 15119592.
HSL color Cylindrical-coordinate representation of color #E8B4E6: hue angle of 302.31º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8B4E6 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 180 | 230 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.09 |
| HSL | 302.31º | 0.53% | 0.81% | - |
| HSV(B) | 302.31º | 0.22% | 0.91% | - |
| XYZ | 63.88 | 55.51 | 82.21 | - |
| YUV | 201.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 180 | 230 | 0 | 0.22 | 0.01 | 0.09 | 302.31 | 0.53 | 0.81 |
| Hex | E8 | B4 | E6 | 0 | 16 | 1 | 9 | 12E | 35 | 51 |
| Octal | 350 | 264 | 346 | 0 | 26 | 1 | 11 | 456 | 65 | 121 |
| Binary | 11101000 | 10110100 | 11100110 | 0 | 10110 | 1 | 1001 | 100101110 | 110101 | 1010001 |
Color Harmonies of #E8B4E6
Complementary color
Monochromatic Colors of #E8B4E6
Black with #E8B4E6
Text Example
Text Example
White with #E8B4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B4E6; }
p { color: rgb(232,180,230); }
H1.HeaderClassName
{
color: #E8B4E6;
}
.AnyTagClassName
{
color: #E8B4E6;
}
</style>
background-color css
<style>
a { background-color: #E8B4E6; }
a { background-color: rgb(232,180,230); }
div.DivClassName
{
background-color: #E8B4E6;
}
.BgClassName
{
background-color: #E8B4E6;
}
</style>
border-color css
<style>
span { border-color: #E8B4E6; }
span { border-color: rgb(232,180,230); }
td.TdClassName
{
border-color: #E8B4E6;
}
.TagClassName
{
border-color: #E8B4E6;
}
</style>