Shades of French Lilac #EAC1E9
Tints of French Lilac #EAC1E9
RGB
CMYK
RGB Variations
Color information
#EAC1E9 (or 0xEAC1E9) is known color: French Lilac. HEX triplet: EA, C1 and E9. RGB value is (234,193,233). Sum of RGB (Red+Green+Blue) = 234+193+233=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 193 (75.78% from 255 or 29.24% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC1E9 is #153E16. Grayscale: #D1D1D1. Windows color (decimal): -1392151 or 15319530. OLE color: 15319530.
HSL color Cylindrical-coordinate representation of color #EAC1E9: hue angle of 301.46º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC1E9 is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 233 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.08 |
| HSL | 301.46º | 0.49% | 0.84% | - |
| HSV(B) | 301.46º | 0.18% | 0.92% | - |
| XYZ | 67.71 | 61.52 | 85.4 | - |
| YUV | 209.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 233 | 0 | 0.18 | 0.00 | 0.08 | 301.46 | 0.49 | 0.84 |
| Hex | EA | C1 | E9 | 0 | 12 | 0 | 8 | 12D | 31 | 54 |
| Octal | 352 | 301 | 351 | 0 | 22 | 0 | 10 | 455 | 61 | 124 |
| Binary | 11101010 | 11000001 | 11101001 | 0 | 10010 | 0 | 1000 | 100101101 | 110001 | 1010100 |
Color Harmonies of #EAC1E9
Complementary color
Monochromatic Colors of #EAC1E9
Black with #EAC1E9
Text Example
Text Example
White with #EAC1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC1E9; }
p { color: rgb(234,193,233); }
H1.HeaderClassName
{
color: #EAC1E9;
}
.AnyTagClassName
{
color: #EAC1E9;
}
</style>
background-color css
<style>
a { background-color: #EAC1E9; }
a { background-color: rgb(234,193,233); }
div.DivClassName
{
background-color: #EAC1E9;
}
.BgClassName
{
background-color: #EAC1E9;
}
</style>
border-color css
<style>
span { border-color: #EAC1E9; }
span { border-color: rgb(234,193,233); }
td.TdClassName
{
border-color: #EAC1E9;
}
.TagClassName
{
border-color: #EAC1E9;
}
</style>