Shades of French Lilac #E2A5CF
Tints of French Lilac #E2A5CF
RGB
CMYK
RGB Variations
Color information
#E2A5CF (or 0xE2A5CF) is known color: French Lilac. HEX triplet: E2, A5 and CF. RGB value is (226,165,207). Sum of RGB (Red+Green+Blue) = 226+165+207=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 165 (64.84% from 255 or 27.59% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A5CF is #1D5A30. Grayscale: #BBBBBB. Windows color (decimal): -1923633 or 13608418. OLE color: 13608418.
HSL color Cylindrical-coordinate representation of color #E2A5CF: hue angle of 318.69º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2A5CF is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 207 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.11 |
| HSL | 318.69º | 0.51% | 0.77% | - |
| HSV(B) | 318.69º | 0.27% | 0.89% | - |
| XYZ | 56.08 | 47.58 | 65.26 | - |
| YUV | 188.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 207 | 0 | 0.27 | 0.08 | 0.11 | 318.69 | 0.51 | 0.77 |
| Hex | E2 | A5 | CF | 0 | 1B | 8 | B | 13F | 33 | 4D |
| Octal | 342 | 245 | 317 | 0 | 33 | 10 | 13 | 477 | 63 | 115 |
| Binary | 11100010 | 10100101 | 11001111 | 0 | 11011 | 1000 | 1011 | 100111111 | 110011 | 1001101 |
Color Harmonies of #E2A5CF
Complementary color
Monochromatic Colors of #E2A5CF
Black with #E2A5CF
Text Example
Text Example
White with #E2A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A5CF; }
p { color: rgb(226,165,207); }
H1.HeaderClassName
{
color: #E2A5CF;
}
.AnyTagClassName
{
color: #E2A5CF;
}
</style>
background-color css
<style>
a { background-color: #E2A5CF; }
a { background-color: rgb(226,165,207); }
div.DivClassName
{
background-color: #E2A5CF;
}
.BgClassName
{
background-color: #E2A5CF;
}
</style>
border-color css
<style>
span { border-color: #E2A5CF; }
span { border-color: rgb(226,165,207); }
td.TdClassName
{
border-color: #E2A5CF;
}
.TagClassName
{
border-color: #E2A5CF;
}
</style>