Shades of Mauve #E8A9FF
Tints of Mauve #E8A9FF
RGB
CMYK
RGB Variations
Color information
#E8A9FF (or 0xE8A9FF) is known color: Mauve. HEX triplet: E8, A9 and FF. RGB value is (232,169,255). Sum of RGB (Red+Green+Blue) = 232+169+255=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 169 (66.41% from 255 or 25.76% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8A9FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A9FF is #175600. Grayscale: #C5C5C5. Windows color (decimal): -1529345 or 16755176. OLE color: 16755176.
HSL color Cylindrical-coordinate representation of color #E8A9FF: hue angle of 283.95º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8A9FF is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 169 | 255 | - |
| CMYK | 0.09 | 0.34 | 0 | 0 |
| HSL | 283.95º | 1% | 0.83% | - |
| HSV(B) | 283.95º | 0.34% | 1% | - |
| XYZ | 65.52 | 52.75 | 101.34 | - |
| YUV | 197.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 169 | 255 | 0.09 | 0.34 | 0 | 0 | 283.95 | 1 | 0.83 |
| Hex | E8 | A9 | FF | 9 | 22 | 0 | 0 | 11C | 64 | 53 |
| Octal | 350 | 251 | 377 | 11 | 42 | 0 | 0 | 434 | 144 | 123 |
| Binary | 11101000 | 10101001 | 11111111 | 1001 | 100010 | 0 | 0 | 100011100 | 1100100 | 1010011 |
Color Harmonies of #E8A9FF
Complementary color
Monochromatic Colors of #E8A9FF
Black with #E8A9FF
Text Example
Text Example
White with #E8A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A9FF; }
p { color: rgb(232,169,255); }
H1.HeaderClassName
{
color: #E8A9FF;
}
.AnyTagClassName
{
color: #E8A9FF;
}
</style>
background-color css
<style>
a { background-color: #E8A9FF; }
a { background-color: rgb(232,169,255); }
div.DivClassName
{
background-color: #E8A9FF;
}
.BgClassName
{
background-color: #E8A9FF;
}
</style>
border-color css
<style>
span { border-color: #E8A9FF; }
span { border-color: rgb(232,169,255); }
td.TdClassName
{
border-color: #E8A9FF;
}
.TagClassName
{
border-color: #E8A9FF;
}
</style>