Shades of French Lilac #EFB0EA
Tints of French Lilac #EFB0EA
RGB
CMYK
RGB Variations
Color information
#EFB0EA (or 0xEFB0EA) is known color: French Lilac. HEX triplet: EF, B0 and EA. RGB value is (239,176,234). Sum of RGB (Red+Green+Blue) = 239+176+234=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0EA is #104F15. Grayscale: #C9C9C9. Windows color (decimal): -1068822 or 15380719. OLE color: 15380719.
HSL color Cylindrical-coordinate representation of color #EFB0EA: hue angle of 304.76º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB0EA is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 234 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.06 |
| HSL | 304.76º | 0.66% | 0.81% | - |
| HSV(B) | 304.76º | 0.26% | 0.94% | - |
| XYZ | 65.97 | 55.34 | 85.05 | - |
| YUV | 201.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 234 | 0 | 0.26 | 0.02 | 0.06 | 304.76 | 0.66 | 0.81 |
| Hex | EF | B0 | EA | 0 | 1A | 2 | 6 | 131 | 42 | 51 |
| Octal | 357 | 260 | 352 | 0 | 32 | 2 | 6 | 461 | 102 | 121 |
| Binary | 11101111 | 10110000 | 11101010 | 0 | 11010 | 10 | 110 | 100110001 | 1000010 | 1010001 |
Color Harmonies of #EFB0EA
Complementary color
Monochromatic Colors of #EFB0EA
Black with #EFB0EA
Text Example
Text Example
White with #EFB0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0EA; }
p { color: rgb(239,176,234); }
H1.HeaderClassName
{
color: #EFB0EA;
}
.AnyTagClassName
{
color: #EFB0EA;
}
</style>
background-color css
<style>
a { background-color: #EFB0EA; }
a { background-color: rgb(239,176,234); }
div.DivClassName
{
background-color: #EFB0EA;
}
.BgClassName
{
background-color: #EFB0EA;
}
</style>
border-color css
<style>
span { border-color: #EFB0EA; }
span { border-color: rgb(239,176,234); }
td.TdClassName
{
border-color: #EFB0EA;
}
.TagClassName
{
border-color: #EFB0EA;
}
</style>