Shades of French Lilac #EAAEE5
Tints of French Lilac #EAAEE5
RGB
CMYK
RGB Variations
Color information
#EAAEE5 (or 0xEAAEE5) is known color: French Lilac. HEX triplet: EA, AE and E5. RGB value is (234,174,229). Sum of RGB (Red+Green+Blue) = 234+174+229=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEE5 is #15511A. Grayscale: #C6C6C6. Windows color (decimal): -1397019 or 15052522. OLE color: 15052522.
HSL color Cylindrical-coordinate representation of color #EAAEE5: hue angle of 305º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAEE5 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 229 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.08 |
| HSL | 305º | 0.59% | 0.8% | - |
| HSV(B) | 305º | 0.26% | 0.92% | - |
| XYZ | 63.21 | 53.42 | 81.11 | - |
| YUV | 198.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 229 | 0 | 0.26 | 0.02 | 0.08 | 305 | 0.59 | 0.8 |
| Hex | EA | AE | E5 | 0 | 1A | 2 | 8 | 131 | 3B | 50 |
| Octal | 352 | 256 | 345 | 0 | 32 | 2 | 10 | 461 | 73 | 120 |
| Binary | 11101010 | 10101110 | 11100101 | 0 | 11010 | 10 | 1000 | 100110001 | 111011 | 1010000 |
Color Harmonies of #EAAEE5
Complementary color
Monochromatic Colors of #EAAEE5
Black with #EAAEE5
Text Example
Text Example
White with #EAAEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEE5; }
p { color: rgb(234,174,229); }
H1.HeaderClassName
{
color: #EAAEE5;
}
.AnyTagClassName
{
color: #EAAEE5;
}
</style>
background-color css
<style>
a { background-color: #EAAEE5; }
a { background-color: rgb(234,174,229); }
div.DivClassName
{
background-color: #EAAEE5;
}
.BgClassName
{
background-color: #EAAEE5;
}
</style>
border-color css
<style>
span { border-color: #EAAEE5; }
span { border-color: rgb(234,174,229); }
td.TdClassName
{
border-color: #EAAEE5;
}
.TagClassName
{
border-color: #EAAEE5;
}
</style>