Shades of French Lilac #EEB0E9
Tints of French Lilac #EEB0E9
RGB
CMYK
RGB Variations
Color information
#EEB0E9 (or 0xEEB0E9) is known color: French Lilac. HEX triplet: EE, B0 and E9. RGB value is (238,176,233). Sum of RGB (Red+Green+Blue) = 238+176+233=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0E9 is #114F16. Grayscale: #C8C8C8. Windows color (decimal): -1134359 or 15315182. OLE color: 15315182.
HSL color Cylindrical-coordinate representation of color #EEB0E9: hue angle of 304.84º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0E9 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 233 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.07 |
| HSL | 304.84º | 0.65% | 0.81% | - |
| HSV(B) | 304.84º | 0.26% | 0.93% | - |
| XYZ | 65.49 | 55.11 | 84.28 | - |
| YUV | 201.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 233 | 0 | 0.26 | 0.02 | 0.07 | 304.84 | 0.65 | 0.81 |
| Hex | EE | B0 | E9 | 0 | 1A | 2 | 7 | 131 | 41 | 51 |
| Octal | 356 | 260 | 351 | 0 | 32 | 2 | 7 | 461 | 101 | 121 |
| Binary | 11101110 | 10110000 | 11101001 | 0 | 11010 | 10 | 111 | 100110001 | 1000001 | 1010001 |
Color Harmonies of #EEB0E9
Complementary color
Monochromatic Colors of #EEB0E9
Black with #EEB0E9
Text Example
Text Example
White with #EEB0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0E9; }
p { color: rgb(238,176,233); }
H1.HeaderClassName
{
color: #EEB0E9;
}
.AnyTagClassName
{
color: #EEB0E9;
}
</style>
background-color css
<style>
a { background-color: #EEB0E9; }
a { background-color: rgb(238,176,233); }
div.DivClassName
{
background-color: #EEB0E9;
}
.BgClassName
{
background-color: #EEB0E9;
}
</style>
border-color css
<style>
span { border-color: #EEB0E9; }
span { border-color: rgb(238,176,233); }
td.TdClassName
{
border-color: #EEB0E9;
}
.TagClassName
{
border-color: #EEB0E9;
}
</style>