Shades of Mauve #E5A8FF
Tints of Mauve #E5A8FF
RGB
CMYK
RGB Variations
Color information
#E5A8FF (or 0xE5A8FF) is known color: Mauve. HEX triplet: E5, A8 and FF. RGB value is (229,168,255). Sum of RGB (Red+Green+Blue) = 229+168+255=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 168 (66.02% from 255 or 25.77% 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 #E5A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A8FF is #1A5700. Grayscale: #C3C3C3. Windows color (decimal): -1726209 or 16754917. OLE color: 16754917.
HSL color Cylindrical-coordinate representation of color #E5A8FF: hue angle of 282.07º 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 #E5A8FF is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 168 | 255 | - |
| CMYK | 0.10 | 0.34 | 0 | 0 |
| HSL | 282.07º | 1% | 0.83% | - |
| HSV(B) | 282.07º | 0.34% | 1% | - |
| XYZ | 64.37 | 51.88 | 101.23 | - |
| YUV | 196.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 255 | 0.10 | 0.34 | 0 | 0 | 282.07 | 1 | 0.83 |
| Hex | E5 | A8 | FF | A | 22 | 0 | 0 | 11A | 64 | 53 |
| Octal | 345 | 250 | 377 | 12 | 42 | 0 | 0 | 432 | 144 | 123 |
| Binary | 11100101 | 10101000 | 11111111 | 1010 | 100010 | 0 | 0 | 100011010 | 1100100 | 1010011 |
Color Harmonies of #E5A8FF
Complementary color
Monochromatic Colors of #E5A8FF
Black with #E5A8FF
Text Example
Text Example
White with #E5A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A8FF; }
p { color: rgb(229,168,255); }
H1.HeaderClassName
{
color: #E5A8FF;
}
.AnyTagClassName
{
color: #E5A8FF;
}
</style>
background-color css
<style>
a { background-color: #E5A8FF; }
a { background-color: rgb(229,168,255); }
div.DivClassName
{
background-color: #E5A8FF;
}
.BgClassName
{
background-color: #E5A8FF;
}
</style>
border-color css
<style>
span { border-color: #E5A8FF; }
span { border-color: rgb(229,168,255); }
td.TdClassName
{
border-color: #E5A8FF;
}
.TagClassName
{
border-color: #E5A8FF;
}
</style>