Shades of Mauve #E5A5FF
Tints of Mauve #E5A5FF
RGB
CMYK
RGB Variations
Color information
#E5A5FF (or 0xE5A5FF) is known color: Mauve. HEX triplet: E5, A5 and FF. RGB value is (229,165,255). Sum of RGB (Red+Green+Blue) = 229+165+255=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 165 (64.84% from 255 or 25.42% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5A5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A5FF is #1A5A00. Grayscale: #C2C2C2. Windows color (decimal): -1726977 or 16754149. OLE color: 16754149.
HSL color Cylindrical-coordinate representation of color #E5A5FF: hue angle of 282.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 #E5A5FF is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 165 | 255 | - |
| CMYK | 0.10 | 0.35 | 0 | 0 |
| HSL | 282.67º | 1% | 0.82% | - |
| HSV(B) | 282.67º | 0.35% | 1% | - |
| XYZ | 63.82 | 50.79 | 101.05 | - |
| YUV | 194.4 | 162.2 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 165 | 255 | 0.10 | 0.35 | 0 | 0 | 282.67 | 1 | 0.82 |
| Hex | E5 | A5 | FF | A | 23 | 0 | 0 | 11B | 64 | 52 |
| Octal | 345 | 245 | 377 | 12 | 43 | 0 | 0 | 433 | 144 | 122 |
| Binary | 11100101 | 10100101 | 11111111 | 1010 | 100011 | 0 | 0 | 100011011 | 1100100 | 1010010 |
Color Harmonies of #E5A5FF
Complementary color
Monochromatic Colors of #E5A5FF
Black with #E5A5FF
Text Example
Text Example
White with #E5A5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A5FF; }
p { color: rgb(229,165,255); }
H1.HeaderClassName
{
color: #E5A5FF;
}
.AnyTagClassName
{
color: #E5A5FF;
}
</style>
background-color css
<style>
a { background-color: #E5A5FF; }
a { background-color: rgb(229,165,255); }
div.DivClassName
{
background-color: #E5A5FF;
}
.BgClassName
{
background-color: #E5A5FF;
}
</style>
border-color css
<style>
span { border-color: #E5A5FF; }
span { border-color: rgb(229,165,255); }
td.TdClassName
{
border-color: #E5A5FF;
}
.TagClassName
{
border-color: #E5A5FF;
}
</style>