Shades of French Lilac #E6AFE4
Tints of French Lilac #E6AFE4
RGB
CMYK
RGB Variations
Color information
#E6AFE4 (or 0xE6AFE4) is known color: French Lilac. HEX triplet: E6, AF and E4. RGB value is (230,175,228). Sum of RGB (Red+Green+Blue) = 230+175+228=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFE4 is #19501B. Grayscale: #C5C5C5. Windows color (decimal): -1658908 or 14987238. OLE color: 14987238.
HSL color Cylindrical-coordinate representation of color #E6AFE4: hue angle of 302.18º 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 #E6AFE4 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 228 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.10 |
| HSL | 302.18º | 0.52% | 0.79% | - |
| HSV(B) | 302.18º | 0.24% | 0.9% | - |
| XYZ | 61.97 | 53.08 | 80.38 | - |
| YUV | 197.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 228 | 0 | 0.24 | 0.01 | 0.10 | 302.18 | 0.52 | 0.79 |
| Hex | E6 | AF | E4 | 0 | 18 | 1 | A | 12E | 34 | 4F |
| Octal | 346 | 257 | 344 | 0 | 30 | 1 | 12 | 456 | 64 | 117 |
| Binary | 11100110 | 10101111 | 11100100 | 0 | 11000 | 1 | 1010 | 100101110 | 110100 | 1001111 |
Color Harmonies of #E6AFE4
Complementary color
Monochromatic Colors of #E6AFE4
Black with #E6AFE4
Text Example
Text Example
White with #E6AFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFE4; }
p { color: rgb(230,175,228); }
H1.HeaderClassName
{
color: #E6AFE4;
}
.AnyTagClassName
{
color: #E6AFE4;
}
</style>
background-color css
<style>
a { background-color: #E6AFE4; }
a { background-color: rgb(230,175,228); }
div.DivClassName
{
background-color: #E6AFE4;
}
.BgClassName
{
background-color: #E6AFE4;
}
</style>
border-color css
<style>
span { border-color: #E6AFE4; }
span { border-color: rgb(230,175,228); }
td.TdClassName
{
border-color: #E6AFE4;
}
.TagClassName
{
border-color: #E6AFE4;
}
</style>