Shades of French Lilac #E6AFE0
Tints of French Lilac #E6AFE0
RGB
CMYK
RGB Variations
Color information
#E6AFE0 (or 0xE6AFE0) is known color: French Lilac. HEX triplet: E6, AF and E0. RGB value is (230,175,224). Sum of RGB (Red+Green+Blue) = 230+175+224=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFE0 is #19501F. Grayscale: #C4C4C4. Windows color (decimal): -1658912 or 14725094. OLE color: 14725094.
HSL color Cylindrical-coordinate representation of color #E6AFE0: hue angle of 306.55º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AFE0 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 224 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.10 |
| HSL | 306.55º | 0.52% | 0.79% | - |
| HSV(B) | 306.55º | 0.24% | 0.9% | - |
| XYZ | 61.42 | 52.86 | 77.49 | - |
| YUV | 197.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 224 | 0 | 0.24 | 0.03 | 0.10 | 306.55 | 0.52 | 0.79 |
| Hex | E6 | AF | E0 | 0 | 18 | 3 | A | 133 | 34 | 4F |
| Octal | 346 | 257 | 340 | 0 | 30 | 3 | 12 | 463 | 64 | 117 |
| Binary | 11100110 | 10101111 | 11100000 | 0 | 11000 | 11 | 1010 | 100110011 | 110100 | 1001111 |
Color Harmonies of #E6AFE0
Complementary color
Monochromatic Colors of #E6AFE0
Black with #E6AFE0
Text Example
Text Example
White with #E6AFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFE0; }
p { color: rgb(230,175,224); }
H1.HeaderClassName
{
color: #E6AFE0;
}
.AnyTagClassName
{
color: #E6AFE0;
}
</style>
background-color css
<style>
a { background-color: #E6AFE0; }
a { background-color: rgb(230,175,224); }
div.DivClassName
{
background-color: #E6AFE0;
}
.BgClassName
{
background-color: #E6AFE0;
}
</style>
border-color css
<style>
span { border-color: #E6AFE0; }
span { border-color: rgb(230,175,224); }
td.TdClassName
{
border-color: #E6AFE0;
}
.TagClassName
{
border-color: #E6AFE0;
}
</style>