Shades of French Lilac #EEB1E1
Tints of French Lilac #EEB1E1
RGB
CMYK
RGB Variations
Color information
#EEB1E1 (or 0xEEB1E1) is known color: French Lilac. HEX triplet: EE, B1 and E1. RGB value is (238,177,225). Sum of RGB (Red+Green+Blue) = 238+177+225=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 177 (69.53% from 255 or 27.66% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB1E1 is #114E1E. Grayscale: #C8C8C8. Windows color (decimal): -1134111 or 14791150. OLE color: 14791150.
HSL color Cylindrical-coordinate representation of color #EEB1E1: hue angle of 312.79º degrees, saturation: 0.64, 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 #EEB1E1 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 225 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.07 |
| HSL | 312.79º | 0.64% | 0.81% | - |
| HSV(B) | 312.79º | 0.26% | 0.93% | - |
| XYZ | 64.57 | 55.06 | 78.46 | - |
| YUV | 200.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 225 | 0 | 0.26 | 0.05 | 0.07 | 312.79 | 0.64 | 0.81 |
| Hex | EE | B1 | E1 | 0 | 1A | 5 | 7 | 139 | 40 | 51 |
| Octal | 356 | 261 | 341 | 0 | 32 | 5 | 7 | 471 | 100 | 121 |
| Binary | 11101110 | 10110001 | 11100001 | 0 | 11010 | 101 | 111 | 100111001 | 1000000 | 1010001 |
Color Harmonies of #EEB1E1
Complementary color
Monochromatic Colors of #EEB1E1
Black with #EEB1E1
Text Example
Text Example
White with #EEB1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB1E1; }
p { color: rgb(238,177,225); }
H1.HeaderClassName
{
color: #EEB1E1;
}
.AnyTagClassName
{
color: #EEB1E1;
}
</style>
background-color css
<style>
a { background-color: #EEB1E1; }
a { background-color: rgb(238,177,225); }
div.DivClassName
{
background-color: #EEB1E1;
}
.BgClassName
{
background-color: #EEB1E1;
}
</style>
border-color css
<style>
span { border-color: #EEB1E1; }
span { border-color: rgb(238,177,225); }
td.TdClassName
{
border-color: #EEB1E1;
}
.TagClassName
{
border-color: #EEB1E1;
}
</style>