Shades of Mauve #E2A6FD
Tints of Mauve #E2A6FD
RGB
CMYK
RGB Variations
Color information
#E2A6FD (or 0xE2A6FD) is known color: Mauve. HEX triplet: E2, A6 and FD. RGB value is (226,166,253). Sum of RGB (Red+Green+Blue) = 226+166+253=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 166 (65.23% from 255 or 25.74% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2A6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A6FD is #1D5902. Grayscale: #C1C1C1. Windows color (decimal): -1923331 or 16623330. OLE color: 16623330.
HSL color Cylindrical-coordinate representation of color #E2A6FD: hue angle of 281.38º 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 #E2A6FD is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 166 | 253 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.01 |
| HSL | 281.38º | 0.96% | 0.82% | - |
| HSV(B) | 281.38º | 0.34% | 0.99% | - |
| XYZ | 62.73 | 50.53 | 99.38 | - |
| YUV | 193.86 | 161.38 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 166 | 253 | 0.11 | 0.34 | 0 | 0.01 | 281.38 | 0.96 | 0.82 |
| Hex | E2 | A6 | FD | B | 22 | 0 | 1 | 119 | 60 | 52 |
| Octal | 342 | 246 | 375 | 13 | 42 | 0 | 1 | 431 | 140 | 122 |
| Binary | 11100010 | 10100110 | 11111101 | 1011 | 100010 | 0 | 1 | 100011001 | 1100000 | 1010010 |
Color Harmonies of #E2A6FD
Complementary color
Monochromatic Colors of #E2A6FD
Black with #E2A6FD
Text Example
Text Example
White with #E2A6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A6FD; }
p { color: rgb(226,166,253); }
H1.HeaderClassName
{
color: #E2A6FD;
}
.AnyTagClassName
{
color: #E2A6FD;
}
</style>
background-color css
<style>
a { background-color: #E2A6FD; }
a { background-color: rgb(226,166,253); }
div.DivClassName
{
background-color: #E2A6FD;
}
.BgClassName
{
background-color: #E2A6FD;
}
</style>
border-color css
<style>
span { border-color: #E2A6FD; }
span { border-color: rgb(226,166,253); }
td.TdClassName
{
border-color: #E2A6FD;
}
.TagClassName
{
border-color: #E2A6FD;
}
</style>