Shades of French Lilac #EEB5EA
Tints of French Lilac #EEB5EA
RGB
CMYK
RGB Variations
Color information
#EEB5EA (or 0xEEB5EA) is known color: French Lilac. HEX triplet: EE, B5 and EA. RGB value is (238,181,234). Sum of RGB (Red+Green+Blue) = 238+181+234=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB5EA is #114A15. Grayscale: #CBCBCB. Windows color (decimal): -1133078 or 15381998. OLE color: 15381998.
HSL color Cylindrical-coordinate representation of color #EEB5EA: hue angle of 304.21º 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 #EEB5EA is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 234 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.07 |
| HSL | 304.21º | 0.63% | 0.82% | - |
| HSV(B) | 304.21º | 0.24% | 0.93% | - |
| XYZ | 66.64 | 57.17 | 85.36 | - |
| YUV | 204.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 234 | 0 | 0.24 | 0.02 | 0.07 | 304.21 | 0.63 | 0.82 |
| Hex | EE | B5 | EA | 0 | 18 | 2 | 7 | 130 | 3F | 52 |
| Octal | 356 | 265 | 352 | 0 | 30 | 2 | 7 | 460 | 77 | 122 |
| Binary | 11101110 | 10110101 | 11101010 | 0 | 11000 | 10 | 111 | 100110000 | 111111 | 1010010 |
Color Harmonies of #EEB5EA
Complementary color
Monochromatic Colors of #EEB5EA
Black with #EEB5EA
Text Example
Text Example
White with #EEB5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB5EA; }
p { color: rgb(238,181,234); }
H1.HeaderClassName
{
color: #EEB5EA;
}
.AnyTagClassName
{
color: #EEB5EA;
}
</style>
background-color css
<style>
a { background-color: #EEB5EA; }
a { background-color: rgb(238,181,234); }
div.DivClassName
{
background-color: #EEB5EA;
}
.BgClassName
{
background-color: #EEB5EA;
}
</style>
border-color css
<style>
span { border-color: #EEB5EA; }
span { border-color: rgb(238,181,234); }
td.TdClassName
{
border-color: #EEB5EA;
}
.TagClassName
{
border-color: #EEB5EA;
}
</style>