Shades of French Lilac #EAB3ED
Tints of French Lilac #EAB3ED
RGB
CMYK
RGB Variations
Color information
#EAB3ED (or 0xEAB3ED) is known color: French Lilac. HEX triplet: EA, B3 and ED. RGB value is (234,179,237). Sum of RGB (Red+Green+Blue) = 234+179+237=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 179 (70.31% from 255 or 27.54% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAB3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB3ED is #154C12. Grayscale: #C9C9C9. Windows color (decimal): -1395731 or 15578090. OLE color: 15578090.
HSL color Cylindrical-coordinate representation of color #EAB3ED: hue angle of 296.9º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB3ED is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 179 | 237 | - |
CMYK | 0.01 | 0.24 | 0 | 0.07 |
HSL | 296.9º | 0.62% | 0.82% | - |
HSV(B) | 296.9º | 0.24% | 0.93% | - |
XYZ | 65.34 | 55.85 | 87.46 | - |
YUV | 202.06 | 147.72 | 150.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 179 | 237 | 0.01 | 0.24 | 0 | 0.07 | 296.9 | 0.62 | 0.82 |
Hex | EA | B3 | ED | 1 | 18 | 0 | 7 | 129 | 3E | 52 |
Octal | 352 | 263 | 355 | 1 | 30 | 0 | 7 | 451 | 76 | 122 |
Binary | 11101010 | 10110011 | 11101101 | 1 | 11000 | 0 | 111 | 100101001 | 111110 | 1010010 |
Color Harmonies of #EAB3ED
Complementary color
Monochromatic Colors of #EAB3ED
Black with #EAB3ED
Text Example
Text Example
White with #EAB3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB3ED; }
p { color: rgb(234,179,237); }
H1.HeaderClassName
{
color: #EAB3ED;
}
.AnyTagClassName
{
color: #EAB3ED;
}
</style>
background-color css
<style>
a { background-color: #EAB3ED; }
a { background-color: rgb(234,179,237); }
div.DivClassName
{
background-color: #EAB3ED;
}
.BgClassName
{
background-color: #EAB3ED;
}
</style>
border-color css
<style>
span { border-color: #EAB3ED; }
span { border-color: rgb(234,179,237); }
td.TdClassName
{
border-color: #EAB3ED;
}
.TagClassName
{
border-color: #EAB3ED;
}
</style>