Shades of French Lilac #EAB5E9
Tints of French Lilac #EAB5E9
RGB
CMYK
RGB Variations
Color information
#EAB5E9 (or 0xEAB5E9) is known color: French Lilac. HEX triplet: EA, B5 and E9. RGB value is (234,181,233). Sum of RGB (Red+Green+Blue) = 234+181+233=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 181 (71.09% from 255 or 27.93% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB5E9 is #154A16. Grayscale: #CACACA. Windows color (decimal): -1395223 or 15316458. OLE color: 15316458.
HSL color Cylindrical-coordinate representation of color #EAB5E9: hue angle of 301.13º 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 #EAB5E9 is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 181 | 233 | - |
CMYK | 0 | 0.23 | 0.00 | 0.08 |
HSL | 301.13º | 0.56% | 0.81% | - |
HSV(B) | 301.13º | 0.23% | 0.92% | - |
XYZ | 65.16 | 56.42 | 84.55 | - |
YUV | 202.78 | 145.06 | 150.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 181 | 233 | 0 | 0.23 | 0.00 | 0.08 | 301.13 | 0.56 | 0.81 |
Hex | EA | B5 | E9 | 0 | 17 | 0 | 8 | 12D | 38 | 51 |
Octal | 352 | 265 | 351 | 0 | 27 | 0 | 10 | 455 | 70 | 121 |
Binary | 11101010 | 10110101 | 11101001 | 0 | 10111 | 0 | 1000 | 100101101 | 111000 | 1010001 |
Color Harmonies of #EAB5E9
Complementary color
Monochromatic Colors of #EAB5E9
Black with #EAB5E9
Text Example
Text Example
White with #EAB5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB5E9; }
p { color: rgb(234,181,233); }
H1.HeaderClassName
{
color: #EAB5E9;
}
.AnyTagClassName
{
color: #EAB5E9;
}
</style>
background-color css
<style>
a { background-color: #EAB5E9; }
a { background-color: rgb(234,181,233); }
div.DivClassName
{
background-color: #EAB5E9;
}
.BgClassName
{
background-color: #EAB5E9;
}
</style>
border-color css
<style>
span { border-color: #EAB5E9; }
span { border-color: rgb(234,181,233); }
td.TdClassName
{
border-color: #EAB5E9;
}
.TagClassName
{
border-color: #EAB5E9;
}
</style>