Shades of Mauve #E9A8FD
Tints of Mauve #E9A8FD
RGB
CMYK
RGB Variations
Color information
#E9A8FD (or 0xE9A8FD) is known color: Mauve. HEX triplet: E9, A8 and FD. RGB value is (233,168,253). Sum of RGB (Red+Green+Blue) = 233+168+253=654 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.63% from 654); Green value is 168 (66.02% from 255 or 25.69% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9A8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A8FD is #165702. Grayscale: #C4C4C4. Windows color (decimal): -1464067 or 16623849. OLE color: 16623849.
HSL color Cylindrical-coordinate representation of color #E9A8FD: hue angle of 285.88º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E9A8FD is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 168 | 253 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.01 |
| HSL | 285.88º | 0.96% | 0.83% | - |
| HSV(B) | 285.88º | 0.34% | 0.99% | - |
| XYZ | 65.34 | 52.42 | 99.6 | - |
| YUV | 197.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 253 | 0.08 | 0.34 | 0 | 0.01 | 285.88 | 0.96 | 0.83 |
| Hex | E9 | A8 | FD | 8 | 22 | 0 | 1 | 11E | 60 | 53 |
| Octal | 351 | 250 | 375 | 10 | 42 | 0 | 1 | 436 | 140 | 123 |
| Binary | 11101001 | 10101000 | 11111101 | 1000 | 100010 | 0 | 1 | 100011110 | 1100000 | 1010011 |
Color Harmonies of #E9A8FD
Complementary color
Monochromatic Colors of #E9A8FD
Black with #E9A8FD
Text Example
Text Example
White with #E9A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A8FD; }
p { color: rgb(233,168,253); }
H1.HeaderClassName
{
color: #E9A8FD;
}
.AnyTagClassName
{
color: #E9A8FD;
}
</style>
background-color css
<style>
a { background-color: #E9A8FD; }
a { background-color: rgb(233,168,253); }
div.DivClassName
{
background-color: #E9A8FD;
}
.BgClassName
{
background-color: #E9A8FD;
}
</style>
border-color css
<style>
span { border-color: #E9A8FD; }
span { border-color: rgb(233,168,253); }
td.TdClassName
{
border-color: #E9A8FD;
}
.TagClassName
{
border-color: #E9A8FD;
}
</style>