Shades of French Lilac #EAB1E6
Tints of French Lilac #EAB1E6
RGB
CMYK
RGB Variations
Color information
#EAB1E6 (or 0xEAB1E6) is known color: French Lilac. HEX triplet: EA, B1 and E6. RGB value is (234,177,230). Sum of RGB (Red+Green+Blue) = 234+177+230=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 177 (69.53% from 255 or 27.61% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB1E6 is #154E19. Grayscale: #C7C7C7. Windows color (decimal): -1396250 or 15118826. OLE color: 15118826.
HSL color Cylindrical-coordinate representation of color #EAB1E6: hue angle of 304.21º degrees, saturation: 0.58, 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 #EAB1E6 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 230 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.08 |
| HSL | 304.21º | 0.58% | 0.81% | - |
| HSV(B) | 304.21º | 0.24% | 0.92% | - |
| XYZ | 63.94 | 54.65 | 82.04 | - |
| YUV | 200.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 230 | 0 | 0.24 | 0.02 | 0.08 | 304.21 | 0.58 | 0.81 |
| Hex | EA | B1 | E6 | 0 | 18 | 2 | 8 | 130 | 3A | 51 |
| Octal | 352 | 261 | 346 | 0 | 30 | 2 | 10 | 460 | 72 | 121 |
| Binary | 11101010 | 10110001 | 11100110 | 0 | 11000 | 10 | 1000 | 100110000 | 111010 | 1010001 |
Color Harmonies of #EAB1E6
Complementary color
Monochromatic Colors of #EAB1E6
Black with #EAB1E6
Text Example
Text Example
White with #EAB1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB1E6; }
p { color: rgb(234,177,230); }
H1.HeaderClassName
{
color: #EAB1E6;
}
.AnyTagClassName
{
color: #EAB1E6;
}
</style>
background-color css
<style>
a { background-color: #EAB1E6; }
a { background-color: rgb(234,177,230); }
div.DivClassName
{
background-color: #EAB1E6;
}
.BgClassName
{
background-color: #EAB1E6;
}
</style>
border-color css
<style>
span { border-color: #EAB1E6; }
span { border-color: rgb(234,177,230); }
td.TdClassName
{
border-color: #EAB1E6;
}
.TagClassName
{
border-color: #EAB1E6;
}
</style>