Shades of French Lilac #EAB7E8
Tints of French Lilac #EAB7E8
RGB
CMYK
RGB Variations
Color information
#EAB7E8 (or 0xEAB7E8) is known color: French Lilac. HEX triplet: EA, B7 and E8. RGB value is (234,183,232). Sum of RGB (Red+Green+Blue) = 234+183+232=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB7E8 is #154817. Grayscale: #CBCBCB. Windows color (decimal): -1394712 or 15251434. OLE color: 15251434.
HSL color Cylindrical-coordinate representation of color #EAB7E8: hue angle of 302.35º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB7E8 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 232 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.08 |
| HSL | 302.35º | 0.55% | 0.82% | - |
| HSV(B) | 302.35º | 0.22% | 0.92% | - |
| XYZ | 65.43 | 57.19 | 83.93 | - |
| YUV | 203.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 232 | 0 | 0.22 | 0.01 | 0.08 | 302.35 | 0.55 | 0.82 |
| Hex | EA | B7 | E8 | 0 | 16 | 1 | 8 | 12E | 37 | 52 |
| Octal | 352 | 267 | 350 | 0 | 26 | 1 | 10 | 456 | 67 | 122 |
| Binary | 11101010 | 10110111 | 11101000 | 0 | 10110 | 1 | 1000 | 100101110 | 110111 | 1010010 |
Color Harmonies of #EAB7E8
Complementary color
Monochromatic Colors of #EAB7E8
Black with #EAB7E8
Text Example
Text Example
White with #EAB7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7E8; }
p { color: rgb(234,183,232); }
H1.HeaderClassName
{
color: #EAB7E8;
}
.AnyTagClassName
{
color: #EAB7E8;
}
</style>
background-color css
<style>
a { background-color: #EAB7E8; }
a { background-color: rgb(234,183,232); }
div.DivClassName
{
background-color: #EAB7E8;
}
.BgClassName
{
background-color: #EAB7E8;
}
</style>
border-color css
<style>
span { border-color: #EAB7E8; }
span { border-color: rgb(234,183,232); }
td.TdClassName
{
border-color: #EAB7E8;
}
.TagClassName
{
border-color: #EAB7E8;
}
</style>