Shades of French Lilac #EAB0E3
Tints of French Lilac #EAB0E3
RGB
CMYK
RGB Variations
Color information
#EAB0E3 (or 0xEAB0E3) is known color: French Lilac. HEX triplet: EA, B0 and E3. RGB value is (234,176,227). Sum of RGB (Red+Green+Blue) = 234+176+227=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0E3 is #154F1C. Grayscale: #C7C7C7. Windows color (decimal): -1396509 or 14921962. OLE color: 14921962.
HSL color Cylindrical-coordinate representation of color #EAB0E3: hue angle of 307.24º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB0E3 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 227 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.08 |
| HSL | 307.24º | 0.58% | 0.8% | - |
| HSV(B) | 307.24º | 0.25% | 0.92% | - |
| XYZ | 63.32 | 54.09 | 79.78 | - |
| YUV | 199.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 227 | 0 | 0.25 | 0.03 | 0.08 | 307.24 | 0.58 | 0.8 |
| Hex | EA | B0 | E3 | 0 | 19 | 3 | 8 | 133 | 3A | 50 |
| Octal | 352 | 260 | 343 | 0 | 31 | 3 | 10 | 463 | 72 | 120 |
| Binary | 11101010 | 10110000 | 11100011 | 0 | 11001 | 11 | 1000 | 100110011 | 111010 | 1010000 |
Color Harmonies of #EAB0E3
Complementary color
Monochromatic Colors of #EAB0E3
Black with #EAB0E3
Text Example
Text Example
White with #EAB0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB0E3; }
p { color: rgb(234,176,227); }
H1.HeaderClassName
{
color: #EAB0E3;
}
.AnyTagClassName
{
color: #EAB0E3;
}
</style>
background-color css
<style>
a { background-color: #EAB0E3; }
a { background-color: rgb(234,176,227); }
div.DivClassName
{
background-color: #EAB0E3;
}
.BgClassName
{
background-color: #EAB0E3;
}
</style>
border-color css
<style>
span { border-color: #EAB0E3; }
span { border-color: rgb(234,176,227); }
td.TdClassName
{
border-color: #EAB0E3;
}
.TagClassName
{
border-color: #EAB0E3;
}
</style>