Shades of French Lilac #EAB8EA
Tints of French Lilac #EAB8EA
RGB
CMYK
RGB Variations
Color information
#EAB8EA (or 0xEAB8EA) is known color: French Lilac. HEX triplet: EA, B8 and EA. RGB value is (234,184,234). Sum of RGB (Red+Green+Blue) = 234+184+234=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 184 (72.27% from 255 or 28.22% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAB8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB8EA is #154715. Grayscale: #CCCCCC. Windows color (decimal): -1394454 or 15382762. OLE color: 15382762.
HSL color Cylindrical-coordinate representation of color #EAB8EA: hue angle of 300º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAB8EA is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 234 | - |
| CMYK | 0 | 0.21 | 0 | 0.08 |
| HSL | 300º | 0.54% | 0.82% | - |
| HSV(B) | 300º | 0.21% | 0.92% | - |
| XYZ | 65.92 | 57.71 | 85.51 | - |
| YUV | 204.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 234 | 0 | 0.21 | 0 | 0.08 | 300 | 0.54 | 0.82 |
| Hex | EA | B8 | EA | 0 | 15 | 0 | 8 | 12C | 36 | 52 |
| Octal | 352 | 270 | 352 | 0 | 25 | 0 | 10 | 454 | 66 | 122 |
| Binary | 11101010 | 10111000 | 11101010 | 0 | 10101 | 0 | 1000 | 100101100 | 110110 | 1010010 |
Color Harmonies of #EAB8EA
Complementary color
Monochromatic Colors of #EAB8EA
Black with #EAB8EA
Text Example
Text Example
White with #EAB8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB8EA; }
p { color: rgb(234,184,234); }
H1.HeaderClassName
{
color: #EAB8EA;
}
.AnyTagClassName
{
color: #EAB8EA;
}
</style>
background-color css
<style>
a { background-color: #EAB8EA; }
a { background-color: rgb(234,184,234); }
div.DivClassName
{
background-color: #EAB8EA;
}
.BgClassName
{
background-color: #EAB8EA;
}
</style>
border-color css
<style>
span { border-color: #EAB8EA; }
span { border-color: rgb(234,184,234); }
td.TdClassName
{
border-color: #EAB8EA;
}
.TagClassName
{
border-color: #EAB8EA;
}
</style>