Shades of French Lilac #EAB1E5
Tints of French Lilac #EAB1E5
RGB
CMYK
RGB Variations
Color information
#EAB1E5 (or 0xEAB1E5) is known color: French Lilac. HEX triplet: EA, B1 and E5. RGB value is (234,177,229). Sum of RGB (Red+Green+Blue) = 234+177+229=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 177 (69.53% from 255 or 27.66% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1E5 is #154E1A. Grayscale: #C7C7C7. Windows color (decimal): -1396251 or 15053290. OLE color: 15053290.
HSL color Cylindrical-coordinate representation of color #EAB1E5: hue angle of 305.26º 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 #EAB1E5 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 229 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.08 |
| HSL | 305.26º | 0.58% | 0.81% | - |
| HSV(B) | 305.26º | 0.24% | 0.92% | - |
| XYZ | 63.8 | 54.59 | 81.3 | - |
| YUV | 199.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 229 | 0 | 0.24 | 0.02 | 0.08 | 305.26 | 0.58 | 0.81 |
| Hex | EA | B1 | E5 | 0 | 18 | 2 | 8 | 131 | 3A | 51 |
| Octal | 352 | 261 | 345 | 0 | 30 | 2 | 10 | 461 | 72 | 121 |
| Binary | 11101010 | 10110001 | 11100101 | 0 | 11000 | 10 | 1000 | 100110001 | 111010 | 1010001 |
Color Harmonies of #EAB1E5
Complementary color
Monochromatic Colors of #EAB1E5
Black with #EAB1E5
Text Example
Text Example
White with #EAB1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB1E5; }
p { color: rgb(234,177,229); }
H1.HeaderClassName
{
color: #EAB1E5;
}
.AnyTagClassName
{
color: #EAB1E5;
}
</style>
background-color css
<style>
a { background-color: #EAB1E5; }
a { background-color: rgb(234,177,229); }
div.DivClassName
{
background-color: #EAB1E5;
}
.BgClassName
{
background-color: #EAB1E5;
}
</style>
border-color css
<style>
span { border-color: #EAB1E5; }
span { border-color: rgb(234,177,229); }
td.TdClassName
{
border-color: #EAB1E5;
}
.TagClassName
{
border-color: #EAB1E5;
}
</style>