Shades of Mauve #E8A5FF
Tints of Mauve #E8A5FF
RGB
CMYK
RGB Variations
Color information
#E8A5FF (or 0xE8A5FF) is known color: Mauve. HEX triplet: E8, A5 and FF. RGB value is (232,165,255). Sum of RGB (Red+Green+Blue) = 232+165+255=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 165 (64.84% from 255 or 25.31% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8A5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A5FF is #175A00. Grayscale: #C3C3C3. Windows color (decimal): -1530369 or 16754152. OLE color: 16754152.
HSL color Cylindrical-coordinate representation of color #E8A5FF: hue angle of 284.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E8A5FF is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 165 | 255 | - |
| CMYK | 0.09 | 0.35 | 0 | 0 |
| HSL | 284.67º | 1% | 0.82% | - |
| HSV(B) | 284.67º | 0.35% | 1% | - |
| XYZ | 64.78 | 51.29 | 101.09 | - |
| YUV | 195.29 | 161.7 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 165 | 255 | 0.09 | 0.35 | 0 | 0 | 284.67 | 1 | 0.82 |
| Hex | E8 | A5 | FF | 9 | 23 | 0 | 0 | 11D | 64 | 52 |
| Octal | 350 | 245 | 377 | 11 | 43 | 0 | 0 | 435 | 144 | 122 |
| Binary | 11101000 | 10100101 | 11111111 | 1001 | 100011 | 0 | 0 | 100011101 | 1100100 | 1010010 |
Color Harmonies of #E8A5FF
Complementary color
Monochromatic Colors of #E8A5FF
Black with #E8A5FF
Text Example
Text Example
White with #E8A5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A5FF; }
p { color: rgb(232,165,255); }
H1.HeaderClassName
{
color: #E8A5FF;
}
.AnyTagClassName
{
color: #E8A5FF;
}
</style>
background-color css
<style>
a { background-color: #E8A5FF; }
a { background-color: rgb(232,165,255); }
div.DivClassName
{
background-color: #E8A5FF;
}
.BgClassName
{
background-color: #E8A5FF;
}
</style>
border-color css
<style>
span { border-color: #E8A5FF; }
span { border-color: rgb(232,165,255); }
td.TdClassName
{
border-color: #E8A5FF;
}
.TagClassName
{
border-color: #E8A5FF;
}
</style>