Shades of French Lilac #E5AFDF
Tints of French Lilac #E5AFDF
RGB
CMYK
RGB Variations
Color information
#E5AFDF (or 0xE5AFDF) is known color: French Lilac. HEX triplet: E5, AF and DF. RGB value is (229,175,223). Sum of RGB (Red+Green+Blue) = 229+175+223=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFDF is #1A5020. Grayscale: #C4C4C4. Windows color (decimal): -1724449 or 14659557. OLE color: 14659557.
HSL color Cylindrical-coordinate representation of color #E5AFDF: hue angle of 306.67º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AFDF is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 223 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.10 |
| HSL | 306.67º | 0.51% | 0.79% | - |
| HSV(B) | 306.67º | 0.24% | 0.9% | - |
| XYZ | 60.96 | 52.65 | 76.76 | - |
| YUV | 196.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 223 | 0 | 0.24 | 0.03 | 0.10 | 306.67 | 0.51 | 0.79 |
| Hex | E5 | AF | DF | 0 | 18 | 3 | A | 133 | 33 | 4F |
| Octal | 345 | 257 | 337 | 0 | 30 | 3 | 12 | 463 | 63 | 117 |
| Binary | 11100101 | 10101111 | 11011111 | 0 | 11000 | 11 | 1010 | 100110011 | 110011 | 1001111 |
Color Harmonies of #E5AFDF
Complementary color
Monochromatic Colors of #E5AFDF
Black with #E5AFDF
Text Example
Text Example
White with #E5AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFDF; }
p { color: rgb(229,175,223); }
H1.HeaderClassName
{
color: #E5AFDF;
}
.AnyTagClassName
{
color: #E5AFDF;
}
</style>
background-color css
<style>
a { background-color: #E5AFDF; }
a { background-color: rgb(229,175,223); }
div.DivClassName
{
background-color: #E5AFDF;
}
.BgClassName
{
background-color: #E5AFDF;
}
</style>
border-color css
<style>
span { border-color: #E5AFDF; }
span { border-color: rgb(229,175,223); }
td.TdClassName
{
border-color: #E5AFDF;
}
.TagClassName
{
border-color: #E5AFDF;
}
</style>