Shades of French Lilac #EAB6E1
Tints of French Lilac #EAB6E1
RGB
CMYK
RGB Variations
Color information
#EAB6E1 (or 0xEAB6E1) is known color: French Lilac. HEX triplet: EA, B6 and E1. RGB value is (234,182,225). Sum of RGB (Red+Green+Blue) = 234+182+225=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6E1 is #15491E. Grayscale: #CACACA. Windows color (decimal): -1394975 or 14792426. OLE color: 14792426.
HSL color Cylindrical-coordinate representation of color #EAB6E1: hue angle of 310.38º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB6E1 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 225 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.08 |
| HSL | 310.38º | 0.55% | 0.82% | - |
| HSV(B) | 310.38º | 0.22% | 0.92% | - |
| XYZ | 64.25 | 56.38 | 78.73 | - |
| YUV | 202.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 225 | 0 | 0.22 | 0.04 | 0.08 | 310.38 | 0.55 | 0.82 |
| Hex | EA | B6 | E1 | 0 | 16 | 4 | 8 | 136 | 37 | 52 |
| Octal | 352 | 266 | 341 | 0 | 26 | 4 | 10 | 466 | 67 | 122 |
| Binary | 11101010 | 10110110 | 11100001 | 0 | 10110 | 100 | 1000 | 100110110 | 110111 | 1010010 |
Color Harmonies of #EAB6E1
Complementary color
Monochromatic Colors of #EAB6E1
Black with #EAB6E1
Text Example
Text Example
White with #EAB6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB6E1; }
p { color: rgb(234,182,225); }
H1.HeaderClassName
{
color: #EAB6E1;
}
.AnyTagClassName
{
color: #EAB6E1;
}
</style>
background-color css
<style>
a { background-color: #EAB6E1; }
a { background-color: rgb(234,182,225); }
div.DivClassName
{
background-color: #EAB6E1;
}
.BgClassName
{
background-color: #EAB6E1;
}
</style>
border-color css
<style>
span { border-color: #EAB6E1; }
span { border-color: rgb(234,182,225); }
td.TdClassName
{
border-color: #EAB6E1;
}
.TagClassName
{
border-color: #EAB6E1;
}
</style>