Shades of Mauve #E1ADF2
Tints of Mauve #E1ADF2
RGB
CMYK
RGB Variations
Color information
#E1ADF2 (or 0xE1ADF2) is known color: Mauve. HEX triplet: E1, AD and F2. RGB value is (225,173,242). Sum of RGB (Red+Green+Blue) = 225+173+242=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADF2 is #1E520D. Grayscale: #C4C4C4. Windows color (decimal): -1987086 or 15904225. OLE color: 15904225.
HSL color Cylindrical-coordinate representation of color #E1ADF2: hue angle of 285.22º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1ADF2 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 173 | 242 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.05 |
| HSL | 285.22º | 0.73% | 0.81% | - |
| HSV(B) | 285.22º | 0.29% | 0.95% | - |
| XYZ | 62.02 | 52.31 | 90.83 | - |
| YUV | 196.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 242 | 0.07 | 0.29 | 0 | 0.05 | 285.22 | 0.73 | 0.81 |
| Hex | E1 | AD | F2 | 7 | 1D | 0 | 5 | 11D | 49 | 51 |
| Octal | 341 | 255 | 362 | 7 | 35 | 0 | 5 | 435 | 111 | 121 |
| Binary | 11100001 | 10101101 | 11110010 | 111 | 11101 | 0 | 101 | 100011101 | 1001001 | 1010001 |
Color Harmonies of #E1ADF2
Complementary color
Monochromatic Colors of #E1ADF2
Black with #E1ADF2
Text Example
Text Example
White with #E1ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADF2; }
p { color: rgb(225,173,242); }
H1.HeaderClassName
{
color: #E1ADF2;
}
.AnyTagClassName
{
color: #E1ADF2;
}
</style>
background-color css
<style>
a { background-color: #E1ADF2; }
a { background-color: rgb(225,173,242); }
div.DivClassName
{
background-color: #E1ADF2;
}
.BgClassName
{
background-color: #E1ADF2;
}
</style>
border-color css
<style>
span { border-color: #E1ADF2; }
span { border-color: rgb(225,173,242); }
td.TdClassName
{
border-color: #E1ADF2;
}
.TagClassName
{
border-color: #E1ADF2;
}
</style>