Shades of Mauve #E6A0FD
Tints of Mauve #E6A0FD
RGB
CMYK
RGB Variations
Color information
#E6A0FD (or 0xE6A0FD) is known color: Mauve. HEX triplet: E6, A0 and FD. RGB value is (230,160,253). Sum of RGB (Red+Green+Blue) = 230+160+253=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 160 (62.89% from 255 or 24.88% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6A0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A0FD is #195F02. Grayscale: #BFBFBF. Windows color (decimal): -1662723 or 16621798. OLE color: 16621798.
HSL color Cylindrical-coordinate representation of color #E6A0FD: hue angle of 285.16º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6A0FD is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 160 | 253 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.01 |
| HSL | 285.16º | 0.96% | 0.81% | - |
| HSV(B) | 285.16º | 0.37% | 0.99% | - |
| XYZ | 62.93 | 49.06 | 99.08 | - |
| YUV | 191.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 253 | 0.09 | 0.37 | 0 | 0.01 | 285.16 | 0.96 | 0.81 |
| Hex | E6 | A0 | FD | 9 | 25 | 0 | 1 | 11D | 60 | 51 |
| Octal | 346 | 240 | 375 | 11 | 45 | 0 | 1 | 435 | 140 | 121 |
| Binary | 11100110 | 10100000 | 11111101 | 1001 | 100101 | 0 | 1 | 100011101 | 1100000 | 1010001 |
Color Harmonies of #E6A0FD
Complementary color
Monochromatic Colors of #E6A0FD
Black with #E6A0FD
Text Example
Text Example
White with #E6A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A0FD; }
p { color: rgb(230,160,253); }
H1.HeaderClassName
{
color: #E6A0FD;
}
.AnyTagClassName
{
color: #E6A0FD;
}
</style>
background-color css
<style>
a { background-color: #E6A0FD; }
a { background-color: rgb(230,160,253); }
div.DivClassName
{
background-color: #E6A0FD;
}
.BgClassName
{
background-color: #E6A0FD;
}
</style>
border-color css
<style>
span { border-color: #E6A0FD; }
span { border-color: rgb(230,160,253); }
td.TdClassName
{
border-color: #E6A0FD;
}
.TagClassName
{
border-color: #E6A0FD;
}
</style>