Shades of French Lilac #EAB1E2
Tints of French Lilac #EAB1E2
RGB
CMYK
RGB Variations
Color information
#EAB1E2 (or 0xEAB1E2) is known color: French Lilac. HEX triplet: EA, B1 and E2. RGB value is (234,177,226). Sum of RGB (Red+Green+Blue) = 234+177+226=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1E2 is #154E1D. Grayscale: #C7C7C7. Windows color (decimal): -1396254 or 14856682. OLE color: 14856682.
HSL color Cylindrical-coordinate representation of color #EAB1E2: hue angle of 308.42º 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 #EAB1E2 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 226 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.08 |
| HSL | 308.42º | 0.58% | 0.81% | - |
| HSV(B) | 308.42º | 0.24% | 0.92% | - |
| XYZ | 63.38 | 54.43 | 79.12 | - |
| YUV | 199.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 226 | 0 | 0.24 | 0.03 | 0.08 | 308.42 | 0.58 | 0.81 |
| Hex | EA | B1 | E2 | 0 | 18 | 3 | 8 | 134 | 3A | 51 |
| Octal | 352 | 261 | 342 | 0 | 30 | 3 | 10 | 464 | 72 | 121 |
| Binary | 11101010 | 10110001 | 11100010 | 0 | 11000 | 11 | 1000 | 100110100 | 111010 | 1010001 |
Color Harmonies of #EAB1E2
Complementary color
Monochromatic Colors of #EAB1E2
Black with #EAB1E2
Text Example
Text Example
White with #EAB1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB1E2; }
p { color: rgb(234,177,226); }
H1.HeaderClassName
{
color: #EAB1E2;
}
.AnyTagClassName
{
color: #EAB1E2;
}
</style>
background-color css
<style>
a { background-color: #EAB1E2; }
a { background-color: rgb(234,177,226); }
div.DivClassName
{
background-color: #EAB1E2;
}
.BgClassName
{
background-color: #EAB1E2;
}
</style>
border-color css
<style>
span { border-color: #EAB1E2; }
span { border-color: rgb(234,177,226); }
td.TdClassName
{
border-color: #EAB1E2;
}
.TagClassName
{
border-color: #EAB1E2;
}
</style>