Shades of French Lilac #EAAFE0
Tints of French Lilac #EAAFE0
RGB
CMYK
RGB Variations
Color information
#EAAFE0 (or 0xEAAFE0) is known color: French Lilac. HEX triplet: EA, AF and E0. RGB value is (234,175,224). Sum of RGB (Red+Green+Blue) = 234+175+224=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFE0 is #15501F. Grayscale: #C6C6C6. Windows color (decimal): -1396768 or 14725098. OLE color: 14725098.
HSL color Cylindrical-coordinate representation of color #EAAFE0: hue angle of 310.17º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAAFE0 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 224 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.08 |
| HSL | 310.17º | 0.58% | 0.8% | - |
| HSV(B) | 310.17º | 0.25% | 0.92% | - |
| XYZ | 62.72 | 53.53 | 77.55 | - |
| YUV | 198.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 224 | 0 | 0.25 | 0.04 | 0.08 | 310.17 | 0.58 | 0.8 |
| Hex | EA | AF | E0 | 0 | 19 | 4 | 8 | 136 | 3A | 50 |
| Octal | 352 | 257 | 340 | 0 | 31 | 4 | 10 | 466 | 72 | 120 |
| Binary | 11101010 | 10101111 | 11100000 | 0 | 11001 | 100 | 1000 | 100110110 | 111010 | 1010000 |
Color Harmonies of #EAAFE0
Complementary color
Monochromatic Colors of #EAAFE0
Black with #EAAFE0
Text Example
Text Example
White with #EAAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAFE0; }
p { color: rgb(234,175,224); }
H1.HeaderClassName
{
color: #EAAFE0;
}
.AnyTagClassName
{
color: #EAAFE0;
}
</style>
background-color css
<style>
a { background-color: #EAAFE0; }
a { background-color: rgb(234,175,224); }
div.DivClassName
{
background-color: #EAAFE0;
}
.BgClassName
{
background-color: #EAAFE0;
}
</style>
border-color css
<style>
span { border-color: #EAAFE0; }
span { border-color: rgb(234,175,224); }
td.TdClassName
{
border-color: #EAAFE0;
}
.TagClassName
{
border-color: #EAAFE0;
}
</style>