Shades of French Lilac #EAB6ED
Tints of French Lilac #EAB6ED
RGB
CMYK
RGB Variations
Color information
#EAB6ED (or 0xEAB6ED) is known color: French Lilac. HEX triplet: EA, B6 and ED. RGB value is (234,182,237). Sum of RGB (Red+Green+Blue) = 234+182+237=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 182 (71.48% from 255 or 27.87% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAB6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB6ED is #154912. Grayscale: #CBCBCB. Windows color (decimal): -1394963 or 15578858. OLE color: 15578858.
HSL color Cylindrical-coordinate representation of color #EAB6ED: hue angle of 296.73º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB6ED is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 182 | 237 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.07 |
| HSL | 296.73º | 0.6% | 0.82% | - |
| HSV(B) | 296.73º | 0.23% | 0.93% | - |
| XYZ | 65.95 | 57.06 | 87.66 | - |
| YUV | 203.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 237 | 0.01 | 0.23 | 0 | 0.07 | 296.73 | 0.6 | 0.82 |
| Hex | EA | B6 | ED | 1 | 17 | 0 | 7 | 129 | 3C | 52 |
| Octal | 352 | 266 | 355 | 1 | 27 | 0 | 7 | 451 | 74 | 122 |
| Binary | 11101010 | 10110110 | 11101101 | 1 | 10111 | 0 | 111 | 100101001 | 111100 | 1010010 |
Color Harmonies of #EAB6ED
Complementary color
Monochromatic Colors of #EAB6ED
Black with #EAB6ED
Text Example
Text Example
White with #EAB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB6ED; }
p { color: rgb(234,182,237); }
H1.HeaderClassName
{
color: #EAB6ED;
}
.AnyTagClassName
{
color: #EAB6ED;
}
</style>
background-color css
<style>
a { background-color: #EAB6ED; }
a { background-color: rgb(234,182,237); }
div.DivClassName
{
background-color: #EAB6ED;
}
.BgClassName
{
background-color: #EAB6ED;
}
</style>
border-color css
<style>
span { border-color: #EAB6ED; }
span { border-color: rgb(234,182,237); }
td.TdClassName
{
border-color: #EAB6ED;
}
.TagClassName
{
border-color: #EAB6ED;
}
</style>