Shades of Mauve #E1A6FD
Tints of Mauve #E1A6FD
RGB
CMYK
RGB Variations
Color information
#E1A6FD (or 0xE1A6FD) is known color: Mauve. HEX triplet: E1, A6 and FD. RGB value is (225,166,253). Sum of RGB (Red+Green+Blue) = 225+166+253=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 166 (65.23% from 255 or 25.78% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1A6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A6FD is #1E5902. Grayscale: #C1C1C1. Windows color (decimal): -1988867 or 16623329. OLE color: 16623329.
HSL color Cylindrical-coordinate representation of color #E1A6FD: hue angle of 280.69º 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 #E1A6FD is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 166 | 253 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.01 |
| HSL | 280.69º | 0.96% | 0.82% | - |
| HSV(B) | 280.69º | 0.34% | 0.99% | - |
| XYZ | 62.42 | 50.37 | 99.36 | - |
| YUV | 193.56 | 161.55 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 253 | 0.11 | 0.34 | 0 | 0.01 | 280.69 | 0.96 | 0.82 |
| Hex | E1 | A6 | FD | B | 22 | 0 | 1 | 119 | 60 | 52 |
| Octal | 341 | 246 | 375 | 13 | 42 | 0 | 1 | 431 | 140 | 122 |
| Binary | 11100001 | 10100110 | 11111101 | 1011 | 100010 | 0 | 1 | 100011001 | 1100000 | 1010010 |
Color Harmonies of #E1A6FD
Complementary color
Monochromatic Colors of #E1A6FD
Black with #E1A6FD
Text Example
Text Example
White with #E1A6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A6FD; }
p { color: rgb(225,166,253); }
H1.HeaderClassName
{
color: #E1A6FD;
}
.AnyTagClassName
{
color: #E1A6FD;
}
</style>
background-color css
<style>
a { background-color: #E1A6FD; }
a { background-color: rgb(225,166,253); }
div.DivClassName
{
background-color: #E1A6FD;
}
.BgClassName
{
background-color: #E1A6FD;
}
</style>
border-color css
<style>
span { border-color: #E1A6FD; }
span { border-color: rgb(225,166,253); }
td.TdClassName
{
border-color: #E1A6FD;
}
.TagClassName
{
border-color: #E1A6FD;
}
</style>