Shades of Mauve #E6A5FD
Tints of Mauve #E6A5FD
RGB
CMYK
RGB Variations
Color information
#E6A5FD (or 0xE6A5FD) is known color: Mauve. HEX triplet: E6, A5 and FD. RGB value is (230,165,253). Sum of RGB (Red+Green+Blue) = 230+165+253=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 165 (64.84% from 255 or 25.46% 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 #E6A5FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A5FD is #195A02. Grayscale: #C2C2C2. Windows color (decimal): -1661443 or 16623078. OLE color: 16623078.
HSL color Cylindrical-coordinate representation of color #E6A5FD: hue angle of 284.32º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6A5FD is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 165 | 253 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.01 |
| HSL | 284.32º | 0.96% | 0.82% | - |
| HSV(B) | 284.32º | 0.35% | 0.99% | - |
| XYZ | 63.82 | 50.83 | 99.38 | - |
| YUV | 194.47 | 161.03 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 165 | 253 | 0.09 | 0.35 | 0 | 0.01 | 284.32 | 0.96 | 0.82 |
| Hex | E6 | A5 | FD | 9 | 23 | 0 | 1 | 11C | 60 | 52 |
| Octal | 346 | 245 | 375 | 11 | 43 | 0 | 1 | 434 | 140 | 122 |
| Binary | 11100110 | 10100101 | 11111101 | 1001 | 100011 | 0 | 1 | 100011100 | 1100000 | 1010010 |
Color Harmonies of #E6A5FD
Complementary color
Monochromatic Colors of #E6A5FD
Black with #E6A5FD
Text Example
Text Example
White with #E6A5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A5FD; }
p { color: rgb(230,165,253); }
H1.HeaderClassName
{
color: #E6A5FD;
}
.AnyTagClassName
{
color: #E6A5FD;
}
</style>
background-color css
<style>
a { background-color: #E6A5FD; }
a { background-color: rgb(230,165,253); }
div.DivClassName
{
background-color: #E6A5FD;
}
.BgClassName
{
background-color: #E6A5FD;
}
</style>
border-color css
<style>
span { border-color: #E6A5FD; }
span { border-color: rgb(230,165,253); }
td.TdClassName
{
border-color: #E6A5FD;
}
.TagClassName
{
border-color: #E6A5FD;
}
</style>