Shades of French Lilac #EEB4E2
Tints of French Lilac #EEB4E2
RGB
CMYK
RGB Variations
Color information
#EEB4E2 (or 0xEEB4E2) is known color: French Lilac. HEX triplet: EE, B4 and E2. RGB value is (238,180,226). Sum of RGB (Red+Green+Blue) = 238+180+226=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 180 (70.70% from 255 or 27.95% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4E2 is #114B1D. Grayscale: #CACACA. Windows color (decimal): -1133342 or 14857454. OLE color: 14857454.
HSL color Cylindrical-coordinate representation of color #EEB4E2: hue angle of 312.41º 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 #EEB4E2 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 226 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.07 |
| HSL | 312.41º | 0.63% | 0.82% | - |
| HSV(B) | 312.41º | 0.24% | 0.93% | - |
| XYZ | 65.31 | 56.31 | 79.38 | - |
| YUV | 202.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 226 | 0 | 0.24 | 0.05 | 0.07 | 312.41 | 0.63 | 0.82 |
| Hex | EE | B4 | E2 | 0 | 18 | 5 | 7 | 138 | 3F | 52 |
| Octal | 356 | 264 | 342 | 0 | 30 | 5 | 7 | 470 | 77 | 122 |
| Binary | 11101110 | 10110100 | 11100010 | 0 | 11000 | 101 | 111 | 100111000 | 111111 | 1010010 |
Color Harmonies of #EEB4E2
Complementary color
Monochromatic Colors of #EEB4E2
Black with #EEB4E2
Text Example
Text Example
White with #EEB4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB4E2; }
p { color: rgb(238,180,226); }
H1.HeaderClassName
{
color: #EEB4E2;
}
.AnyTagClassName
{
color: #EEB4E2;
}
</style>
background-color css
<style>
a { background-color: #EEB4E2; }
a { background-color: rgb(238,180,226); }
div.DivClassName
{
background-color: #EEB4E2;
}
.BgClassName
{
background-color: #EEB4E2;
}
</style>
border-color css
<style>
span { border-color: #EEB4E2; }
span { border-color: rgb(238,180,226); }
td.TdClassName
{
border-color: #EEB4E2;
}
.TagClassName
{
border-color: #EEB4E2;
}
</style>