Shades of Mauve #E5A6FD
Tints of Mauve #E5A6FD
RGB
CMYK
RGB Variations
Color information
#E5A6FD (or 0xE5A6FD) is known color: Mauve. HEX triplet: E5, A6 and FD. RGB value is (229,166,253). Sum of RGB (Red+Green+Blue) = 229+166+253=648 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.34% from 648); Green value is 166 (65.23% from 255 or 25.62% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5A6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A6FD is #1A5902. Grayscale: #C2C2C2. Windows color (decimal): -1726723 or 16623333. OLE color: 16623333.
HSL color Cylindrical-coordinate representation of color #E5A6FD: hue angle of 283.45º 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 #E5A6FD is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 166 | 253 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.01 |
| HSL | 283.45º | 0.96% | 0.82% | - |
| HSV(B) | 283.45º | 0.34% | 0.99% | - |
| XYZ | 63.68 | 51.02 | 99.42 | - |
| YUV | 194.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 166 | 253 | 0.09 | 0.34 | 0 | 0.01 | 283.45 | 0.96 | 0.82 |
| Hex | E5 | A6 | FD | 9 | 22 | 0 | 1 | 11B | 60 | 52 |
| Octal | 345 | 246 | 375 | 11 | 42 | 0 | 1 | 433 | 140 | 122 |
| Binary | 11100101 | 10100110 | 11111101 | 1001 | 100010 | 0 | 1 | 100011011 | 1100000 | 1010010 |
Color Harmonies of #E5A6FD
Complementary color
Monochromatic Colors of #E5A6FD
Black with #E5A6FD
Text Example
Text Example
White with #E5A6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A6FD; }
p { color: rgb(229,166,253); }
H1.HeaderClassName
{
color: #E5A6FD;
}
.AnyTagClassName
{
color: #E5A6FD;
}
</style>
background-color css
<style>
a { background-color: #E5A6FD; }
a { background-color: rgb(229,166,253); }
div.DivClassName
{
background-color: #E5A6FD;
}
.BgClassName
{
background-color: #E5A6FD;
}
</style>
border-color css
<style>
span { border-color: #E5A6FD; }
span { border-color: rgb(229,166,253); }
td.TdClassName
{
border-color: #E5A6FD;
}
.TagClassName
{
border-color: #E5A6FD;
}
</style>