Shades of French Lilac #E2AFDA
Tints of French Lilac #E2AFDA
RGB
CMYK
RGB Variations
Color information
#E2AFDA (or 0xE2AFDA) is known color: French Lilac. HEX triplet: E2, AF and DA. RGB value is (226,175,218). Sum of RGB (Red+Green+Blue) = 226+175+218=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFDA is #1D5025. Grayscale: #C3C3C3. Windows color (decimal): -1921062 or 14331874. OLE color: 14331874.
HSL color Cylindrical-coordinate representation of color #E2AFDA: hue angle of 309.41º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AFDA is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 175 | 218 | - |
CMYK | 0 | 0.23 | 0.04 | 0.11 |
HSL | 309.41º | 0.47% | 0.79% | - |
HSV(B) | 309.41º | 0.23% | 0.89% | - |
XYZ | 59.35 | 51.89 | 73.22 | - |
YUV | 195.15 | 140.9 | 150 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 175 | 218 | 0 | 0.23 | 0.04 | 0.11 | 309.41 | 0.47 | 0.79 |
Hex | E2 | AF | DA | 0 | 17 | 4 | B | 135 | 2F | 4F |
Octal | 342 | 257 | 332 | 0 | 27 | 4 | 13 | 465 | 57 | 117 |
Binary | 11100010 | 10101111 | 11011010 | 0 | 10111 | 100 | 1011 | 100110101 | 101111 | 1001111 |
Color Harmonies of #E2AFDA
Complementary color
Monochromatic Colors of #E2AFDA
Black with #E2AFDA
Text Example
Text Example
White with #E2AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFDA; }
p { color: rgb(226,175,218); }
H1.HeaderClassName
{
color: #E2AFDA;
}
.AnyTagClassName
{
color: #E2AFDA;
}
</style>
background-color css
<style>
a { background-color: #E2AFDA; }
a { background-color: rgb(226,175,218); }
div.DivClassName
{
background-color: #E2AFDA;
}
.BgClassName
{
background-color: #E2AFDA;
}
</style>
border-color css
<style>
span { border-color: #E2AFDA; }
span { border-color: rgb(226,175,218); }
td.TdClassName
{
border-color: #E2AFDA;
}
.TagClassName
{
border-color: #E2AFDA;
}
</style>