Shades of Mauve #E7A4FF
Tints of Mauve #E7A4FF
RGB
CMYK
RGB Variations
Color information
#E7A4FF (or 0xE7A4FF) is known color: Mauve. HEX triplet: E7, A4 and FF. RGB value is (231,164,255). Sum of RGB (Red+Green+Blue) = 231+164+255=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 164 (64.45% from 255 or 25.23% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7A4FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A4FF is #185B00. Grayscale: #C2C2C2. Windows color (decimal): -1596161 or 16753895. OLE color: 16753895.
HSL color Cylindrical-coordinate representation of color #E7A4FF: hue angle of 284.18º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7A4FF is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 164 | 255 | - |
| CMYK | 0.09 | 0.36 | 0 | 0 |
| HSL | 284.18º | 1% | 0.82% | - |
| HSV(B) | 284.18º | 0.36% | 1% | - |
| XYZ | 64.28 | 50.76 | 101.02 | - |
| YUV | 194.41 | 162.2 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 255 | 0.09 | 0.36 | 0 | 0 | 284.18 | 1 | 0.82 |
| Hex | E7 | A4 | FF | 9 | 24 | 0 | 0 | 11C | 64 | 52 |
| Octal | 347 | 244 | 377 | 11 | 44 | 0 | 0 | 434 | 144 | 122 |
| Binary | 11100111 | 10100100 | 11111111 | 1001 | 100100 | 0 | 0 | 100011100 | 1100100 | 1010010 |
Color Harmonies of #E7A4FF
Complementary color
Monochromatic Colors of #E7A4FF
Black with #E7A4FF
Text Example
Text Example
White with #E7A4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A4FF; }
p { color: rgb(231,164,255); }
H1.HeaderClassName
{
color: #E7A4FF;
}
.AnyTagClassName
{
color: #E7A4FF;
}
</style>
background-color css
<style>
a { background-color: #E7A4FF; }
a { background-color: rgb(231,164,255); }
div.DivClassName
{
background-color: #E7A4FF;
}
.BgClassName
{
background-color: #E7A4FF;
}
</style>
border-color css
<style>
span { border-color: #E7A4FF; }
span { border-color: rgb(231,164,255); }
td.TdClassName
{
border-color: #E7A4FF;
}
.TagClassName
{
border-color: #E7A4FF;
}
</style>