Shades of French Lilac #E5AFE4
Tints of French Lilac #E5AFE4
RGB
CMYK
RGB Variations
Color information
#E5AFE4 (or 0xE5AFE4) is known color: French Lilac. HEX triplet: E5, AF and E4. RGB value is (229,175,228). Sum of RGB (Red+Green+Blue) = 229+175+228=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFE4 is #1A501B. Grayscale: #C5C5C5. Windows color (decimal): -1724444 or 14987237. OLE color: 14987237.
HSL color Cylindrical-coordinate representation of color #E5AFE4: hue angle of 301.11º 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 #E5AFE4 is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 228 | - |
| CMYK | 0 | 0.24 | 0.00 | 0.10 |
| HSL | 301.11º | 0.51% | 0.79% | - |
| HSV(B) | 301.11º | 0.24% | 0.9% | - |
| XYZ | 61.65 | 52.92 | 80.36 | - |
| YUV | 197.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 228 | 0 | 0.24 | 0.00 | 0.10 | 301.11 | 0.51 | 0.79 |
| Hex | E5 | AF | E4 | 0 | 18 | 0 | A | 12D | 33 | 4F |
| Octal | 345 | 257 | 344 | 0 | 30 | 0 | 12 | 455 | 63 | 117 |
| Binary | 11100101 | 10101111 | 11100100 | 0 | 11000 | 0 | 1010 | 100101101 | 110011 | 1001111 |
Color Harmonies of #E5AFE4
Complementary color
Monochromatic Colors of #E5AFE4
Black with #E5AFE4
Text Example
Text Example
White with #E5AFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFE4; }
p { color: rgb(229,175,228); }
H1.HeaderClassName
{
color: #E5AFE4;
}
.AnyTagClassName
{
color: #E5AFE4;
}
</style>
background-color css
<style>
a { background-color: #E5AFE4; }
a { background-color: rgb(229,175,228); }
div.DivClassName
{
background-color: #E5AFE4;
}
.BgClassName
{
background-color: #E5AFE4;
}
</style>
border-color css
<style>
span { border-color: #E5AFE4; }
span { border-color: rgb(229,175,228); }
td.TdClassName
{
border-color: #E5AFE4;
}
.TagClassName
{
border-color: #E5AFE4;
}
</style>