Shades of French Lilac #E2AFDF
Tints of French Lilac #E2AFDF
RGB
CMYK
RGB Variations
Color information
#E2AFDF (or 0xE2AFDF) is known color: French Lilac. HEX triplet: E2, AF and DF. RGB value is (226,175,223). Sum of RGB (Red+Green+Blue) = 226+175+223=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFDF is #1D5020. Grayscale: #C3C3C3. Windows color (decimal): -1921057 or 14659554. OLE color: 14659554.
HSL color Cylindrical-coordinate representation of color #E2AFDF: hue angle of 303.53º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AFDF is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 223 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.11 |
| HSL | 303.53º | 0.47% | 0.79% | - |
| HSV(B) | 303.53º | 0.23% | 0.89% | - |
| XYZ | 60.01 | 52.16 | 76.72 | - |
| YUV | 195.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 223 | 0 | 0.23 | 0.01 | 0.11 | 303.53 | 0.47 | 0.79 |
| Hex | E2 | AF | DF | 0 | 17 | 1 | B | 130 | 2F | 4F |
| Octal | 342 | 257 | 337 | 0 | 27 | 1 | 13 | 460 | 57 | 117 |
| Binary | 11100010 | 10101111 | 11011111 | 0 | 10111 | 1 | 1011 | 100110000 | 101111 | 1001111 |
Color Harmonies of #E2AFDF
Complementary color
Monochromatic Colors of #E2AFDF
Black with #E2AFDF
Text Example
Text Example
White with #E2AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFDF; }
p { color: rgb(226,175,223); }
H1.HeaderClassName
{
color: #E2AFDF;
}
.AnyTagClassName
{
color: #E2AFDF;
}
</style>
background-color css
<style>
a { background-color: #E2AFDF; }
a { background-color: rgb(226,175,223); }
div.DivClassName
{
background-color: #E2AFDF;
}
.BgClassName
{
background-color: #E2AFDF;
}
</style>
border-color css
<style>
span { border-color: #E2AFDF; }
span { border-color: rgb(226,175,223); }
td.TdClassName
{
border-color: #E2AFDF;
}
.TagClassName
{
border-color: #E2AFDF;
}
</style>