Shades of French Lilac #EAB7ED
Tints of French Lilac #EAB7ED
RGB
CMYK
RGB Variations
Color information
#EAB7ED (or 0xEAB7ED) is known color: French Lilac. HEX triplet: EA, B7 and ED. RGB value is (234,183,237). Sum of RGB (Red+Green+Blue) = 234+183+237=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 183 (71.88% from 255 or 27.98% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAB7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB7ED is #154812. Grayscale: #CCCCCC. Windows color (decimal): -1394707 or 15579114. OLE color: 15579114.
HSL color Cylindrical-coordinate representation of color #EAB7ED: hue angle of 296.67º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB7ED is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 183 | 237 | - |
CMYK | 0.01 | 0.23 | 0 | 0.07 |
HSL | 296.67º | 0.6% | 0.82% | - |
HSV(B) | 296.67º | 0.23% | 0.93% | - |
XYZ | 66.15 | 57.47 | 87.73 | - |
YUV | 204.41 | 146.4 | 149.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 183 | 237 | 0.01 | 0.23 | 0 | 0.07 | 296.67 | 0.6 | 0.82 |
Hex | EA | B7 | ED | 1 | 17 | 0 | 7 | 129 | 3C | 52 |
Octal | 352 | 267 | 355 | 1 | 27 | 0 | 7 | 451 | 74 | 122 |
Binary | 11101010 | 10110111 | 11101101 | 1 | 10111 | 0 | 111 | 100101001 | 111100 | 1010010 |
Color Harmonies of #EAB7ED
Complementary color
Monochromatic Colors of #EAB7ED
Black with #EAB7ED
Text Example
Text Example
White with #EAB7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7ED; }
p { color: rgb(234,183,237); }
H1.HeaderClassName
{
color: #EAB7ED;
}
.AnyTagClassName
{
color: #EAB7ED;
}
</style>
background-color css
<style>
a { background-color: #EAB7ED; }
a { background-color: rgb(234,183,237); }
div.DivClassName
{
background-color: #EAB7ED;
}
.BgClassName
{
background-color: #EAB7ED;
}
</style>
border-color css
<style>
span { border-color: #EAB7ED; }
span { border-color: rgb(234,183,237); }
td.TdClassName
{
border-color: #EAB7ED;
}
.TagClassName
{
border-color: #EAB7ED;
}
</style>