Shades of French Lilac #EAC9E1
Tints of French Lilac #EAC9E1
RGB
CMYK
RGB Variations
Color information
#EAC9E1 (or 0xEAC9E1) is known color: French Lilac. HEX triplet: EA, C9 and E1. RGB value is (234,201,225). Sum of RGB (Red+Green+Blue) = 234+201+225=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 225 (88.28% from 255 or 34.09% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9E1 is #15361E. Grayscale: #D5D5D5. Windows color (decimal): -1390111 or 14797290. OLE color: 14797290.
HSL color Cylindrical-coordinate representation of color #EAC9E1: hue angle of 316.36º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAC9E1 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 225 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.08 |
| HSL | 316.36º | 0.44% | 0.85% | - |
| HSV(B) | 316.36º | 0.14% | 0.92% | - |
| XYZ | 68.41 | 64.7 | 80.12 | - |
| YUV | 213.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 225 | 0 | 0.14 | 0.04 | 0.08 | 316.36 | 0.44 | 0.85 |
| Hex | EA | C9 | E1 | 0 | E | 4 | 8 | 13C | 2C | 55 |
| Octal | 352 | 311 | 341 | 0 | 16 | 4 | 10 | 474 | 54 | 125 |
| Binary | 11101010 | 11001001 | 11100001 | 0 | 1110 | 100 | 1000 | 100111100 | 101100 | 1010101 |
Color Harmonies of #EAC9E1
Complementary color
Monochromatic Colors of #EAC9E1
Black with #EAC9E1
Text Example
Text Example
White with #EAC9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9E1; }
p { color: rgb(234,201,225); }
H1.HeaderClassName
{
color: #EAC9E1;
}
.AnyTagClassName
{
color: #EAC9E1;
}
</style>
background-color css
<style>
a { background-color: #EAC9E1; }
a { background-color: rgb(234,201,225); }
div.DivClassName
{
background-color: #EAC9E1;
}
.BgClassName
{
background-color: #EAC9E1;
}
</style>
border-color css
<style>
span { border-color: #EAC9E1; }
span { border-color: rgb(234,201,225); }
td.TdClassName
{
border-color: #EAC9E1;
}
.TagClassName
{
border-color: #EAC9E1;
}
</style>