Shades of French Lilac #EACAE3
Tints of French Lilac #EACAE3
RGB
CMYK
RGB Variations
Color information
#EACAE3 (or 0xEACAE3) is known color: French Lilac. HEX triplet: EA, CA and E3. RGB value is (234,202,227). Sum of RGB (Red+Green+Blue) = 234+202+227=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 227 (89.06% from 255 or 34.24% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAE3 is #15351C. Grayscale: #D6D6D6. Windows color (decimal): -1389853 or 14928618. OLE color: 14928618.
HSL color Cylindrical-coordinate representation of color #EACAE3: hue angle of 313.12º degrees, saturation: 0.43, 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 #EACAE3 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 227 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.08 |
| HSL | 313.13º | 0.43% | 0.85% | - |
| HSV(B) | 313.13º | 0.14% | 0.92% | - |
| XYZ | 68.92 | 65.28 | 81.64 | - |
| YUV | 214.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 227 | 0 | 0.14 | 0.03 | 0.08 | 313.13 | 0.43 | 0.85 |
| Hex | EA | CA | E3 | 0 | E | 3 | 8 | 139 | 2B | 55 |
| Octal | 352 | 312 | 343 | 0 | 16 | 3 | 10 | 471 | 53 | 125 |
| Binary | 11101010 | 11001010 | 11100011 | 0 | 1110 | 11 | 1000 | 100111001 | 101011 | 1010101 |
Color Harmonies of #EACAE3
Complementary color
Monochromatic Colors of #EACAE3
Black with #EACAE3
Text Example
Text Example
White with #EACAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAE3; }
p { color: rgb(234,202,227); }
H1.HeaderClassName
{
color: #EACAE3;
}
.AnyTagClassName
{
color: #EACAE3;
}
</style>
background-color css
<style>
a { background-color: #EACAE3; }
a { background-color: rgb(234,202,227); }
div.DivClassName
{
background-color: #EACAE3;
}
.BgClassName
{
background-color: #EACAE3;
}
</style>
border-color css
<style>
span { border-color: #EACAE3; }
span { border-color: rgb(234,202,227); }
td.TdClassName
{
border-color: #EACAE3;
}
.TagClassName
{
border-color: #EACAE3;
}
</style>