Shades of French Lilac #EAC5E3
Tints of French Lilac #EAC5E3
RGB
CMYK
RGB Variations
Color information
#EAC5E3 (or 0xEAC5E3) is known color: French Lilac. HEX triplet: EA, C5 and E3. RGB value is (234,197,227). Sum of RGB (Red+Green+Blue) = 234+197+227=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5E3 is #153A1C. Grayscale: #D3D3D3. Windows color (decimal): -1391133 or 14927338. OLE color: 14927338.
HSL color Cylindrical-coordinate representation of color #EAC5E3: hue angle of 311.35º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC5E3 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 227 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.08 |
| HSL | 311.35º | 0.47% | 0.85% | - |
| HSV(B) | 311.35º | 0.16% | 0.92% | - |
| XYZ | 67.76 | 62.97 | 81.26 | - |
| YUV | 211.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 227 | 0 | 0.16 | 0.03 | 0.08 | 311.35 | 0.47 | 0.85 |
| Hex | EA | C5 | E3 | 0 | 10 | 3 | 8 | 137 | 2F | 55 |
| Octal | 352 | 305 | 343 | 0 | 20 | 3 | 10 | 467 | 57 | 125 |
| Binary | 11101010 | 11000101 | 11100011 | 0 | 10000 | 11 | 1000 | 100110111 | 101111 | 1010101 |
Color Harmonies of #EAC5E3
Complementary color
Monochromatic Colors of #EAC5E3
Black with #EAC5E3
Text Example
Text Example
White with #EAC5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5E3; }
p { color: rgb(234,197,227); }
H1.HeaderClassName
{
color: #EAC5E3;
}
.AnyTagClassName
{
color: #EAC5E3;
}
</style>
background-color css
<style>
a { background-color: #EAC5E3; }
a { background-color: rgb(234,197,227); }
div.DivClassName
{
background-color: #EAC5E3;
}
.BgClassName
{
background-color: #EAC5E3;
}
</style>
border-color css
<style>
span { border-color: #EAC5E3; }
span { border-color: rgb(234,197,227); }
td.TdClassName
{
border-color: #EAC5E3;
}
.TagClassName
{
border-color: #EAC5E3;
}
</style>