Shades of French Lilac #EEB0E5
Tints of French Lilac #EEB0E5
RGB
CMYK
RGB Variations
Color information
#EEB0E5 (or 0xEEB0E5) is known color: French Lilac. HEX triplet: EE, B0 and E5. RGB value is (238,176,229). Sum of RGB (Red+Green+Blue) = 238+176+229=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0E5 is #114F1A. Grayscale: #C8C8C8. Windows color (decimal): -1134363 or 15053038. OLE color: 15053038.
HSL color Cylindrical-coordinate representation of color #EEB0E5: hue angle of 308.71º 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 #EEB0E5 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 229 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.07 |
| HSL | 308.71º | 0.65% | 0.81% | - |
| HSV(B) | 308.71º | 0.26% | 0.93% | - |
| XYZ | 64.93 | 54.88 | 81.3 | - |
| YUV | 200.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 229 | 0 | 0.26 | 0.04 | 0.07 | 308.71 | 0.65 | 0.81 |
| Hex | EE | B0 | E5 | 0 | 1A | 4 | 7 | 135 | 41 | 51 |
| Octal | 356 | 260 | 345 | 0 | 32 | 4 | 7 | 465 | 101 | 121 |
| Binary | 11101110 | 10110000 | 11100101 | 0 | 11010 | 100 | 111 | 100110101 | 1000001 | 1010001 |
Color Harmonies of #EEB0E5
Complementary color
Monochromatic Colors of #EEB0E5
Black with #EEB0E5
Text Example
Text Example
White with #EEB0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0E5; }
p { color: rgb(238,176,229); }
H1.HeaderClassName
{
color: #EEB0E5;
}
.AnyTagClassName
{
color: #EEB0E5;
}
</style>
background-color css
<style>
a { background-color: #EEB0E5; }
a { background-color: rgb(238,176,229); }
div.DivClassName
{
background-color: #EEB0E5;
}
.BgClassName
{
background-color: #EEB0E5;
}
</style>
border-color css
<style>
span { border-color: #EEB0E5; }
span { border-color: rgb(238,176,229); }
td.TdClassName
{
border-color: #EEB0E5;
}
.TagClassName
{
border-color: #EEB0E5;
}
</style>