Shades of Mauve #E8A7FD
Tints of Mauve #E8A7FD
RGB
CMYK
RGB Variations
Color information
#E8A7FD (or 0xE8A7FD) is known color: Mauve. HEX triplet: E8, A7 and FD. RGB value is (232,167,253). Sum of RGB (Red+Green+Blue) = 232+167+253=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 167 (65.62% from 255 or 25.61% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8A7FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A7FD is #175802. Grayscale: #C3C3C3. Windows color (decimal): -1529859 or 16623592. OLE color: 16623592.
HSL color Cylindrical-coordinate representation of color #E8A7FD: hue angle of 285.35º 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 #E8A7FD is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 167 | 253 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.01 |
| HSL | 285.35º | 0.96% | 0.82% | - |
| HSV(B) | 285.35º | 0.34% | 0.99% | - |
| XYZ | 64.83 | 51.89 | 99.53 | - |
| YUV | 196.24 | 160.03 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 167 | 253 | 0.08 | 0.34 | 0 | 0.01 | 285.35 | 0.96 | 0.82 |
| Hex | E8 | A7 | FD | 8 | 22 | 0 | 1 | 11D | 60 | 52 |
| Octal | 350 | 247 | 375 | 10 | 42 | 0 | 1 | 435 | 140 | 122 |
| Binary | 11101000 | 10100111 | 11111101 | 1000 | 100010 | 0 | 1 | 100011101 | 1100000 | 1010010 |
Color Harmonies of #E8A7FD
Complementary color
Monochromatic Colors of #E8A7FD
Black with #E8A7FD
Text Example
Text Example
White with #E8A7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A7FD; }
p { color: rgb(232,167,253); }
H1.HeaderClassName
{
color: #E8A7FD;
}
.AnyTagClassName
{
color: #E8A7FD;
}
</style>
background-color css
<style>
a { background-color: #E8A7FD; }
a { background-color: rgb(232,167,253); }
div.DivClassName
{
background-color: #E8A7FD;
}
.BgClassName
{
background-color: #E8A7FD;
}
</style>
border-color css
<style>
span { border-color: #E8A7FD; }
span { border-color: rgb(232,167,253); }
td.TdClassName
{
border-color: #E8A7FD;
}
.TagClassName
{
border-color: #E8A7FD;
}
</style>