Shades of French Lilac #EAB5E5
Tints of French Lilac #EAB5E5
RGB
CMYK
RGB Variations
Color information
#EAB5E5 (or 0xEAB5E5) is known color: French Lilac. HEX triplet: EA, B5 and E5. RGB value is (234,181,229). Sum of RGB (Red+Green+Blue) = 234+181+229=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5E5 is #154A1A. Grayscale: #CACACA. Windows color (decimal): -1395227 or 15054314. OLE color: 15054314.
HSL color Cylindrical-coordinate representation of color #EAB5E5: hue angle of 305.66º 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 #EAB5E5 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 229 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.08 |
| HSL | 305.66º | 0.56% | 0.81% | - |
| HSV(B) | 305.66º | 0.23% | 0.92% | - |
| XYZ | 64.6 | 56.2 | 81.57 | - |
| YUV | 202.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 229 | 0 | 0.23 | 0.02 | 0.08 | 305.66 | 0.56 | 0.81 |
| Hex | EA | B5 | E5 | 0 | 17 | 2 | 8 | 132 | 38 | 51 |
| Octal | 352 | 265 | 345 | 0 | 27 | 2 | 10 | 462 | 70 | 121 |
| Binary | 11101010 | 10110101 | 11100101 | 0 | 10111 | 10 | 1000 | 100110010 | 111000 | 1010001 |
Color Harmonies of #EAB5E5
Complementary color
Monochromatic Colors of #EAB5E5
Black with #EAB5E5
Text Example
Text Example
White with #EAB5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB5E5; }
p { color: rgb(234,181,229); }
H1.HeaderClassName
{
color: #EAB5E5;
}
.AnyTagClassName
{
color: #EAB5E5;
}
</style>
background-color css
<style>
a { background-color: #EAB5E5; }
a { background-color: rgb(234,181,229); }
div.DivClassName
{
background-color: #EAB5E5;
}
.BgClassName
{
background-color: #EAB5E5;
}
</style>
border-color css
<style>
span { border-color: #EAB5E5; }
span { border-color: rgb(234,181,229); }
td.TdClassName
{
border-color: #EAB5E5;
}
.TagClassName
{
border-color: #EAB5E5;
}
</style>