Shades of French Lilac #E5AFE0
Tints of French Lilac #E5AFE0
RGB
CMYK
RGB Variations
Color information
#E5AFE0 (or 0xE5AFE0) is known color: French Lilac. HEX triplet: E5, AF and E0. RGB value is (229,175,224). Sum of RGB (Red+Green+Blue) = 229+175+224=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFE0 is #1A501F. Grayscale: #C4C4C4. Windows color (decimal): -1724448 or 14725093. OLE color: 14725093.
HSL color Cylindrical-coordinate representation of color #E5AFE0: hue angle of 305.56º 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 #E5AFE0 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 224 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.10 |
| HSL | 305.56º | 0.51% | 0.79% | - |
| HSV(B) | 305.56º | 0.24% | 0.9% | - |
| XYZ | 61.1 | 52.7 | 77.47 | - |
| YUV | 196.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 224 | 0 | 0.24 | 0.02 | 0.10 | 305.56 | 0.51 | 0.79 |
| Hex | E5 | AF | E0 | 0 | 18 | 2 | A | 132 | 33 | 4F |
| Octal | 345 | 257 | 340 | 0 | 30 | 2 | 12 | 462 | 63 | 117 |
| Binary | 11100101 | 10101111 | 11100000 | 0 | 11000 | 10 | 1010 | 100110010 | 110011 | 1001111 |
Color Harmonies of #E5AFE0
Complementary color
Monochromatic Colors of #E5AFE0
Black with #E5AFE0
Text Example
Text Example
White with #E5AFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFE0; }
p { color: rgb(229,175,224); }
H1.HeaderClassName
{
color: #E5AFE0;
}
.AnyTagClassName
{
color: #E5AFE0;
}
</style>
background-color css
<style>
a { background-color: #E5AFE0; }
a { background-color: rgb(229,175,224); }
div.DivClassName
{
background-color: #E5AFE0;
}
.BgClassName
{
background-color: #E5AFE0;
}
</style>
border-color css
<style>
span { border-color: #E5AFE0; }
span { border-color: rgb(229,175,224); }
td.TdClassName
{
border-color: #E5AFE0;
}
.TagClassName
{
border-color: #E5AFE0;
}
</style>