Shades of French Lilac #EAB4EA
Tints of French Lilac #EAB4EA
RGB
CMYK
RGB Variations
Color information
#EAB4EA (or 0xEAB4EA) is known color: French Lilac. HEX triplet: EA, B4 and EA. RGB value is (234,180,234). Sum of RGB (Red+Green+Blue) = 234+180+234=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 180 (70.70% from 255 or 27.78% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAB4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB4EA is #154B15. Grayscale: #CACACA. Windows color (decimal): -1395478 or 15381738. OLE color: 15381738.
HSL color Cylindrical-coordinate representation of color #EAB4EA: hue angle of 300º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB4EA is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 234 | - |
| CMYK | 0 | 0.23 | 0 | 0.08 |
| HSL | 300º | 0.56% | 0.81% | - |
| HSV(B) | 300º | 0.23% | 0.92% | - |
| XYZ | 65.1 | 56.08 | 85.23 | - |
| YUV | 202.3 | 145.89 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 234 | 0 | 0.23 | 0 | 0.08 | 300 | 0.56 | 0.81 |
| Hex | EA | B4 | EA | 0 | 17 | 0 | 8 | 12C | 38 | 51 |
| Octal | 352 | 264 | 352 | 0 | 27 | 0 | 10 | 454 | 70 | 121 |
| Binary | 11101010 | 10110100 | 11101010 | 0 | 10111 | 0 | 1000 | 100101100 | 111000 | 1010001 |
Color Harmonies of #EAB4EA
Complementary color
Monochromatic Colors of #EAB4EA
Black with #EAB4EA
Text Example
Text Example
White with #EAB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB4EA; }
p { color: rgb(234,180,234); }
H1.HeaderClassName
{
color: #EAB4EA;
}
.AnyTagClassName
{
color: #EAB4EA;
}
</style>
background-color css
<style>
a { background-color: #EAB4EA; }
a { background-color: rgb(234,180,234); }
div.DivClassName
{
background-color: #EAB4EA;
}
.BgClassName
{
background-color: #EAB4EA;
}
</style>
border-color css
<style>
span { border-color: #EAB4EA; }
span { border-color: rgb(234,180,234); }
td.TdClassName
{
border-color: #EAB4EA;
}
.TagClassName
{
border-color: #EAB4EA;
}
</style>