Shades of French Lilac #E7B2E4
Tints of French Lilac #E7B2E4
RGB
CMYK
RGB Variations
Color information
#E7B2E4 (or 0xE7B2E4) is known color: French Lilac. HEX triplet: E7, B2 and E4. RGB value is (231,178,228). Sum of RGB (Red+Green+Blue) = 231+178+228=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B2E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B2E4 is #184D1B. Grayscale: #C7C7C7. Windows color (decimal): -1592604 or 14988007. OLE color: 14988007.
HSL color Cylindrical-coordinate representation of color #E7B2E4: hue angle of 303.4º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7B2E4 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 178 | 228 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.09 |
| HSL | 303.4º | 0.52% | 0.8% | - |
| HSV(B) | 303.4º | 0.23% | 0.91% | - |
| XYZ | 62.88 | 54.43 | 80.59 | - |
| YUV | 199.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 178 | 228 | 0 | 0.23 | 0.01 | 0.09 | 303.4 | 0.52 | 0.8 |
| Hex | E7 | B2 | E4 | 0 | 17 | 1 | 9 | 12F | 34 | 50 |
| Octal | 347 | 262 | 344 | 0 | 27 | 1 | 11 | 457 | 64 | 120 |
| Binary | 11100111 | 10110010 | 11100100 | 0 | 10111 | 1 | 1001 | 100101111 | 110100 | 1010000 |
Color Harmonies of #E7B2E4
Complementary color
Monochromatic Colors of #E7B2E4
Black with #E7B2E4
Text Example
Text Example
White with #E7B2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B2E4; }
p { color: rgb(231,178,228); }
H1.HeaderClassName
{
color: #E7B2E4;
}
.AnyTagClassName
{
color: #E7B2E4;
}
</style>
background-color css
<style>
a { background-color: #E7B2E4; }
a { background-color: rgb(231,178,228); }
div.DivClassName
{
background-color: #E7B2E4;
}
.BgClassName
{
background-color: #E7B2E4;
}
</style>
border-color css
<style>
span { border-color: #E7B2E4; }
span { border-color: rgb(231,178,228); }
td.TdClassName
{
border-color: #E7B2E4;
}
.TagClassName
{
border-color: #E7B2E4;
}
</style>