Shades of French Lilac #EAAFE2
Tints of French Lilac #EAAFE2
RGB
CMYK
RGB Variations
Color information
#EAAFE2 (or 0xEAAFE2) is known color: French Lilac. HEX triplet: EA, AF and E2. RGB value is (234,175,226). Sum of RGB (Red+Green+Blue) = 234+175+226=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFE2 is #15501D. Grayscale: #C6C6C6. Windows color (decimal): -1396766 or 14856170. OLE color: 14856170.
HSL color Cylindrical-coordinate representation of color #EAAFE2: hue angle of 308.14º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAAFE2 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 226 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.08 |
| HSL | 308.14º | 0.58% | 0.8% | - |
| HSV(B) | 308.14º | 0.25% | 0.92% | - |
| XYZ | 62.99 | 53.64 | 78.99 | - |
| YUV | 198.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 226 | 0 | 0.25 | 0.03 | 0.08 | 308.14 | 0.58 | 0.8 |
| Hex | EA | AF | E2 | 0 | 19 | 3 | 8 | 134 | 3A | 50 |
| Octal | 352 | 257 | 342 | 0 | 31 | 3 | 10 | 464 | 72 | 120 |
| Binary | 11101010 | 10101111 | 11100010 | 0 | 11001 | 11 | 1000 | 100110100 | 111010 | 1010000 |
Color Harmonies of #EAAFE2
Complementary color
Monochromatic Colors of #EAAFE2
Black with #EAAFE2
Text Example
Text Example
White with #EAAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAFE2; }
p { color: rgb(234,175,226); }
H1.HeaderClassName
{
color: #EAAFE2;
}
.AnyTagClassName
{
color: #EAAFE2;
}
</style>
background-color css
<style>
a { background-color: #EAAFE2; }
a { background-color: rgb(234,175,226); }
div.DivClassName
{
background-color: #EAAFE2;
}
.BgClassName
{
background-color: #EAAFE2;
}
</style>
border-color css
<style>
span { border-color: #EAAFE2; }
span { border-color: rgb(234,175,226); }
td.TdClassName
{
border-color: #EAAFE2;
}
.TagClassName
{
border-color: #EAAFE2;
}
</style>