Shades of French Lilac #EAB8E2
Tints of French Lilac #EAB8E2
RGB
CMYK
RGB Variations
Color information
#EAB8E2 (or 0xEAB8E2) is known color: French Lilac. HEX triplet: EA, B8 and E2. RGB value is (234,184,226). Sum of RGB (Red+Green+Blue) = 234+184+226=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 184 (72.27% from 255 or 28.57% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8E2 is #15471D. Grayscale: #CBCBCB. Windows color (decimal): -1394462 or 14858474. OLE color: 14858474.
HSL color Cylindrical-coordinate representation of color #EAB8E2: hue angle of 309.6º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAB8E2 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 226 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.08 |
| HSL | 309.6º | 0.54% | 0.82% | - |
| HSV(B) | 309.6º | 0.21% | 0.92% | - |
| XYZ | 64.8 | 57.26 | 79.59 | - |
| YUV | 203.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 226 | 0 | 0.21 | 0.03 | 0.08 | 309.6 | 0.54 | 0.82 |
| Hex | EA | B8 | E2 | 0 | 15 | 3 | 8 | 136 | 36 | 52 |
| Octal | 352 | 270 | 342 | 0 | 25 | 3 | 10 | 466 | 66 | 122 |
| Binary | 11101010 | 10111000 | 11100010 | 0 | 10101 | 11 | 1000 | 100110110 | 110110 | 1010010 |
Color Harmonies of #EAB8E2
Complementary color
Monochromatic Colors of #EAB8E2
Black with #EAB8E2
Text Example
Text Example
White with #EAB8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB8E2; }
p { color: rgb(234,184,226); }
H1.HeaderClassName
{
color: #EAB8E2;
}
.AnyTagClassName
{
color: #EAB8E2;
}
</style>
background-color css
<style>
a { background-color: #EAB8E2; }
a { background-color: rgb(234,184,226); }
div.DivClassName
{
background-color: #EAB8E2;
}
.BgClassName
{
background-color: #EAB8E2;
}
</style>
border-color css
<style>
span { border-color: #EAB8E2; }
span { border-color: rgb(234,184,226); }
td.TdClassName
{
border-color: #EAB8E2;
}
.TagClassName
{
border-color: #EAB8E2;
}
</style>