Shades of French Lilac #EEB4E1
Tints of French Lilac #EEB4E1
RGB
CMYK
RGB Variations
Color information
#EEB4E1 (or 0xEEB4E1) is known color: French Lilac. HEX triplet: EE, B4 and E1. RGB value is (238,180,225). Sum of RGB (Red+Green+Blue) = 238+180+225=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4E1 is #114B1E. Grayscale: #CACACA. Windows color (decimal): -1133343 or 14791918. OLE color: 14791918.
HSL color Cylindrical-coordinate representation of color #EEB4E1: hue angle of 313.45º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB4E1 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 225 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.07 |
| HSL | 313.45º | 0.63% | 0.82% | - |
| HSV(B) | 313.45º | 0.24% | 0.93% | - |
| XYZ | 65.17 | 56.26 | 78.66 | - |
| YUV | 202.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 225 | 0 | 0.24 | 0.05 | 0.07 | 313.45 | 0.63 | 0.82 |
| Hex | EE | B4 | E1 | 0 | 18 | 5 | 7 | 139 | 3F | 52 |
| Octal | 356 | 264 | 341 | 0 | 30 | 5 | 7 | 471 | 77 | 122 |
| Binary | 11101110 | 10110100 | 11100001 | 0 | 11000 | 101 | 111 | 100111001 | 111111 | 1010010 |
Color Harmonies of #EEB4E1
Complementary color
Monochromatic Colors of #EEB4E1
Black with #EEB4E1
Text Example
Text Example
White with #EEB4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB4E1; }
p { color: rgb(238,180,225); }
H1.HeaderClassName
{
color: #EEB4E1;
}
.AnyTagClassName
{
color: #EEB4E1;
}
</style>
background-color css
<style>
a { background-color: #EEB4E1; }
a { background-color: rgb(238,180,225); }
div.DivClassName
{
background-color: #EEB4E1;
}
.BgClassName
{
background-color: #EEB4E1;
}
</style>
border-color css
<style>
span { border-color: #EEB4E1; }
span { border-color: rgb(238,180,225); }
td.TdClassName
{
border-color: #EEB4E1;
}
.TagClassName
{
border-color: #EEB4E1;
}
</style>