Shades of French Lilac #EAB2D9
Tints of French Lilac #EAB2D9
RGB
CMYK
RGB Variations
Color information
#EAB2D9 (or 0xEAB2D9) is known color: French Lilac. HEX triplet: EA, B2 and D9. RGB value is (234,178,217). Sum of RGB (Red+Green+Blue) = 234+178+217=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 178 (69.92% from 255 or 28.30% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2D9 is #154D26. Grayscale: #C7C7C7. Windows color (decimal): -1396007 or 14267114. OLE color: 14267114.
HSL color Cylindrical-coordinate representation of color #EAB2D9: hue angle of 318.21º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB2D9 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 217 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.08 |
| HSL | 318.21º | 0.57% | 0.81% | - |
| HSV(B) | 318.21º | 0.24% | 0.92% | - |
| XYZ | 62.38 | 54.34 | 72.85 | - |
| YUV | 199.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 217 | 0 | 0.24 | 0.07 | 0.08 | 318.21 | 0.57 | 0.81 |
| Hex | EA | B2 | D9 | 0 | 18 | 7 | 8 | 13E | 39 | 51 |
| Octal | 352 | 262 | 331 | 0 | 30 | 7 | 10 | 476 | 71 | 121 |
| Binary | 11101010 | 10110010 | 11011001 | 0 | 11000 | 111 | 1000 | 100111110 | 111001 | 1010001 |
Color Harmonies of #EAB2D9
Complementary color
Monochromatic Colors of #EAB2D9
Black with #EAB2D9
Text Example
Text Example
White with #EAB2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB2D9; }
p { color: rgb(234,178,217); }
H1.HeaderClassName
{
color: #EAB2D9;
}
.AnyTagClassName
{
color: #EAB2D9;
}
</style>
background-color css
<style>
a { background-color: #EAB2D9; }
a { background-color: rgb(234,178,217); }
div.DivClassName
{
background-color: #EAB2D9;
}
.BgClassName
{
background-color: #EAB2D9;
}
</style>
border-color css
<style>
span { border-color: #EAB2D9; }
span { border-color: rgb(234,178,217); }
td.TdClassName
{
border-color: #EAB2D9;
}
.TagClassName
{
border-color: #EAB2D9;
}
</style>