Shades of Mauve #E6A6FD
Tints of Mauve #E6A6FD
RGB
CMYK
RGB Variations
Color information
#E6A6FD (or 0xE6A6FD) is known color: Mauve. HEX triplet: E6, A6 and FD. RGB value is (230,166,253). Sum of RGB (Red+Green+Blue) = 230+166+253=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 166 (65.23% from 255 or 25.58% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6A6FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A6FD is #195902. Grayscale: #C2C2C2. Windows color (decimal): -1661187 or 16623334. OLE color: 16623334.
HSL color Cylindrical-coordinate representation of color #E6A6FD: hue angle of 284.14º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6A6FD is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 166 | 253 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.01 |
| HSL | 284.14º | 0.96% | 0.82% | - |
| HSV(B) | 284.14º | 0.34% | 0.99% | - |
| XYZ | 64 | 51.19 | 99.44 | - |
| YUV | 195.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 166 | 253 | 0.09 | 0.34 | 0 | 0.01 | 284.14 | 0.96 | 0.82 |
| Hex | E6 | A6 | FD | 9 | 22 | 0 | 1 | 11C | 60 | 52 |
| Octal | 346 | 246 | 375 | 11 | 42 | 0 | 1 | 434 | 140 | 122 |
| Binary | 11100110 | 10100110 | 11111101 | 1001 | 100010 | 0 | 1 | 100011100 | 1100000 | 1010010 |
Color Harmonies of #E6A6FD
Complementary color
Monochromatic Colors of #E6A6FD
Black with #E6A6FD
Text Example
Text Example
White with #E6A6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A6FD; }
p { color: rgb(230,166,253); }
H1.HeaderClassName
{
color: #E6A6FD;
}
.AnyTagClassName
{
color: #E6A6FD;
}
</style>
background-color css
<style>
a { background-color: #E6A6FD; }
a { background-color: rgb(230,166,253); }
div.DivClassName
{
background-color: #E6A6FD;
}
.BgClassName
{
background-color: #E6A6FD;
}
</style>
border-color css
<style>
span { border-color: #E6A6FD; }
span { border-color: rgb(230,166,253); }
td.TdClassName
{
border-color: #E6A6FD;
}
.TagClassName
{
border-color: #E6A6FD;
}
</style>