Shades of Mauve #E1ADFF
Tints of Mauve #E1ADFF
RGB
CMYK
RGB Variations
Color information
#E1ADFF (or 0xE1ADFF) is known color: Mauve. HEX triplet: E1, AD and FF. RGB value is (225,173,255). Sum of RGB (Red+Green+Blue) = 225+173+255=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 173 (67.97% from 255 or 26.49% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADFF is #1E5200. Grayscale: #C5C5C5. Windows color (decimal): -1987073 or 16756193. OLE color: 16756193.
HSL color Cylindrical-coordinate representation of color #E1ADFF: hue angle of 278.05º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1ADFF is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 173 | 255 | - |
| CMYK | 0.12 | 0.32 | 0 | 0 |
| HSL | 278.05º | 1% | 0.84% | - |
| HSV(B) | 278.05º | 0.32% | 1% | - |
| XYZ | 64.04 | 53.11 | 101.48 | - |
| YUV | 197.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 255 | 0.12 | 0.32 | 0 | 0 | 278.05 | 1 | 0.84 |
| Hex | E1 | AD | FF | C | 20 | 0 | 0 | 116 | 64 | 54 |
| Octal | 341 | 255 | 377 | 14 | 40 | 0 | 0 | 426 | 144 | 124 |
| Binary | 11100001 | 10101101 | 11111111 | 1100 | 100000 | 0 | 0 | 100010110 | 1100100 | 1010100 |
Color Harmonies of #E1ADFF
Complementary color
Monochromatic Colors of #E1ADFF
Black with #E1ADFF
Text Example
Text Example
White with #E1ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADFF; }
p { color: rgb(225,173,255); }
H1.HeaderClassName
{
color: #E1ADFF;
}
.AnyTagClassName
{
color: #E1ADFF;
}
</style>
background-color css
<style>
a { background-color: #E1ADFF; }
a { background-color: rgb(225,173,255); }
div.DivClassName
{
background-color: #E1ADFF;
}
.BgClassName
{
background-color: #E1ADFF;
}
</style>
border-color css
<style>
span { border-color: #E1ADFF; }
span { border-color: rgb(225,173,255); }
td.TdClassName
{
border-color: #E1ADFF;
}
.TagClassName
{
border-color: #E1ADFF;
}
</style>