Shades of French Lilac #EABFE2
Tints of French Lilac #EABFE2
RGB
CMYK
RGB Variations
Color information
#EABFE2 (or 0xEABFE2) is known color: French Lilac. HEX triplet: EA, BF and E2. RGB value is (234,191,226). Sum of RGB (Red+Green+Blue) = 234+191+226=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFE2 is #15401D. Grayscale: #CFCFCF. Windows color (decimal): -1392670 or 14860266. OLE color: 14860266.
HSL color Cylindrical-coordinate representation of color #EABFE2: hue angle of 311.16º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EABFE2 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 226 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.08 |
| HSL | 311.16º | 0.51% | 0.83% | - |
| HSV(B) | 311.16º | 0.18% | 0.92% | - |
| XYZ | 66.29 | 60.25 | 80.09 | - |
| YUV | 207.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 226 | 0 | 0.18 | 0.03 | 0.08 | 311.16 | 0.51 | 0.83 |
| Hex | EA | BF | E2 | 0 | 12 | 3 | 8 | 137 | 33 | 53 |
| Octal | 352 | 277 | 342 | 0 | 22 | 3 | 10 | 467 | 63 | 123 |
| Binary | 11101010 | 10111111 | 11100010 | 0 | 10010 | 11 | 1000 | 100110111 | 110011 | 1010011 |
Color Harmonies of #EABFE2
Complementary color
Monochromatic Colors of #EABFE2
Black with #EABFE2
Text Example
Text Example
White with #EABFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFE2; }
p { color: rgb(234,191,226); }
H1.HeaderClassName
{
color: #EABFE2;
}
.AnyTagClassName
{
color: #EABFE2;
}
</style>
background-color css
<style>
a { background-color: #EABFE2; }
a { background-color: rgb(234,191,226); }
div.DivClassName
{
background-color: #EABFE2;
}
.BgClassName
{
background-color: #EABFE2;
}
</style>
border-color css
<style>
span { border-color: #EABFE2; }
span { border-color: rgb(234,191,226); }
td.TdClassName
{
border-color: #EABFE2;
}
.TagClassName
{
border-color: #EABFE2;
}
</style>