Shades of Mauve #E7ADFE
Tints of Mauve #E7ADFE
RGB
CMYK
RGB Variations
Color information
#E7ADFE (or 0xE7ADFE) is known color: Mauve. HEX triplet: E7, AD and FE. RGB value is (231,173,254). Sum of RGB (Red+Green+Blue) = 231+173+254=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 173 (67.97% from 255 or 26.29% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7ADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADFE is #185201. Grayscale: #C7C7C7. Windows color (decimal): -1593858 or 16690663. OLE color: 16690663.
HSL color Cylindrical-coordinate representation of color #E7ADFE: hue angle of 282.96º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7ADFE is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 173 | 254 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.00 |
| HSL | 282.96º | 0.98% | 0.84% | - |
| HSV(B) | 282.96º | 0.32% | 1% | - |
| XYZ | 65.79 | 54.03 | 100.73 | - |
| YUV | 199.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 254 | 0.09 | 0.32 | 0 | 0.00 | 282.96 | 0.98 | 0.84 |
| Hex | E7 | AD | FE | 9 | 20 | 0 | 0 | 11B | 62 | 54 |
| Octal | 347 | 255 | 376 | 11 | 40 | 0 | 0 | 433 | 142 | 124 |
| Binary | 11100111 | 10101101 | 11111110 | 1001 | 100000 | 0 | 0 | 100011011 | 1100010 | 1010100 |
Color Harmonies of #E7ADFE
Complementary color
Monochromatic Colors of #E7ADFE
Black with #E7ADFE
Text Example
Text Example
White with #E7ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ADFE; }
p { color: rgb(231,173,254); }
H1.HeaderClassName
{
color: #E7ADFE;
}
.AnyTagClassName
{
color: #E7ADFE;
}
</style>
background-color css
<style>
a { background-color: #E7ADFE; }
a { background-color: rgb(231,173,254); }
div.DivClassName
{
background-color: #E7ADFE;
}
.BgClassName
{
background-color: #E7ADFE;
}
</style>
border-color css
<style>
span { border-color: #E7ADFE; }
span { border-color: rgb(231,173,254); }
td.TdClassName
{
border-color: #E7ADFE;
}
.TagClassName
{
border-color: #E7ADFE;
}
</style>