Shades of French Lilac #EAB3E3
Tints of French Lilac #EAB3E3
RGB
CMYK
RGB Variations
Color information
#EAB3E3 (or 0xEAB3E3) is known color: French Lilac. HEX triplet: EA, B3 and E3. RGB value is (234,179,227). Sum of RGB (Red+Green+Blue) = 234+179+227=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 179 (70.31% from 255 or 27.97% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3E3 is #154C1C. Grayscale: #C8C8C8. Windows color (decimal): -1395741 or 14922730. OLE color: 14922730.
HSL color Cylindrical-coordinate representation of color #EAB3E3: hue angle of 307.64º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB3E3 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 227 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.08 |
| HSL | 307.64º | 0.57% | 0.81% | - |
| HSV(B) | 307.64º | 0.24% | 0.92% | - |
| XYZ | 63.92 | 55.28 | 79.97 | - |
| YUV | 200.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 227 | 0 | 0.24 | 0.03 | 0.08 | 307.64 | 0.57 | 0.81 |
| Hex | EA | B3 | E3 | 0 | 18 | 3 | 8 | 134 | 39 | 51 |
| Octal | 352 | 263 | 343 | 0 | 30 | 3 | 10 | 464 | 71 | 121 |
| Binary | 11101010 | 10110011 | 11100011 | 0 | 11000 | 11 | 1000 | 100110100 | 111001 | 1010001 |
Color Harmonies of #EAB3E3
Complementary color
Monochromatic Colors of #EAB3E3
Black with #EAB3E3
Text Example
Text Example
White with #EAB3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB3E3; }
p { color: rgb(234,179,227); }
H1.HeaderClassName
{
color: #EAB3E3;
}
.AnyTagClassName
{
color: #EAB3E3;
}
</style>
background-color css
<style>
a { background-color: #EAB3E3; }
a { background-color: rgb(234,179,227); }
div.DivClassName
{
background-color: #EAB3E3;
}
.BgClassName
{
background-color: #EAB3E3;
}
</style>
border-color css
<style>
span { border-color: #EAB3E3; }
span { border-color: rgb(234,179,227); }
td.TdClassName
{
border-color: #EAB3E3;
}
.TagClassName
{
border-color: #EAB3E3;
}
</style>