Shades of French Lilac #EBB2E4
Tints of French Lilac #EBB2E4
RGB
CMYK
RGB Variations
Color information
#EBB2E4 (or 0xEBB2E4) is known color: French Lilac. HEX triplet: EB, B2 and E4. RGB value is (235,178,228). Sum of RGB (Red+Green+Blue) = 235+178+228=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 178 (69.92% from 255 or 27.77% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2E4 is #144D1B. Grayscale: #C8C8C8. Windows color (decimal): -1330460 or 14988011. OLE color: 14988011.
HSL color Cylindrical-coordinate representation of color #EBB2E4: hue angle of 307.37º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB2E4 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 178 | 228 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.08 |
| HSL | 307.37º | 0.59% | 0.81% | - |
| HSV(B) | 307.37º | 0.24% | 0.92% | - |
| XYZ | 64.18 | 55.1 | 80.65 | - |
| YUV | 200.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 178 | 228 | 0 | 0.24 | 0.03 | 0.08 | 307.37 | 0.59 | 0.81 |
| Hex | EB | B2 | E4 | 0 | 18 | 3 | 8 | 133 | 3B | 51 |
| Octal | 353 | 262 | 344 | 0 | 30 | 3 | 10 | 463 | 73 | 121 |
| Binary | 11101011 | 10110010 | 11100100 | 0 | 11000 | 11 | 1000 | 100110011 | 111011 | 1010001 |
Color Harmonies of #EBB2E4
Complementary color
Monochromatic Colors of #EBB2E4
Black with #EBB2E4
Text Example
Text Example
White with #EBB2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB2E4; }
p { color: rgb(235,178,228); }
H1.HeaderClassName
{
color: #EBB2E4;
}
.AnyTagClassName
{
color: #EBB2E4;
}
</style>
background-color css
<style>
a { background-color: #EBB2E4; }
a { background-color: rgb(235,178,228); }
div.DivClassName
{
background-color: #EBB2E4;
}
.BgClassName
{
background-color: #EBB2E4;
}
</style>
border-color css
<style>
span { border-color: #EBB2E4; }
span { border-color: rgb(235,178,228); }
td.TdClassName
{
border-color: #EBB2E4;
}
.TagClassName
{
border-color: #EBB2E4;
}
</style>