Shades of Mauve #E3ADF1
Tints of Mauve #E3ADF1
RGB
CMYK
RGB Variations
Color information
#E3ADF1 (or 0xE3ADF1) is known color: Mauve. HEX triplet: E3, AD and F1. RGB value is (227,173,241). Sum of RGB (Red+Green+Blue) = 227+173+241=641 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.41% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3ADF1 is #1C520E. Grayscale: #C4C4C4. Windows color (decimal): -1856015 or 15838691. OLE color: 15838691.
HSL color Cylindrical-coordinate representation of color #E3ADF1: hue angle of 287.65º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E3ADF1 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 173 | 241 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.05 |
| HSL | 287.65º | 0.71% | 0.81% | - |
| HSV(B) | 287.65º | 0.28% | 0.95% | - |
| XYZ | 62.5 | 52.57 | 90.07 | - |
| YUV | 196.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 241 | 0.06 | 0.28 | 0 | 0.05 | 287.65 | 0.71 | 0.81 |
| Hex | E3 | AD | F1 | 6 | 1C | 0 | 5 | 120 | 47 | 51 |
| Octal | 343 | 255 | 361 | 6 | 34 | 0 | 5 | 440 | 107 | 121 |
| Binary | 11100011 | 10101101 | 11110001 | 110 | 11100 | 0 | 101 | 100100000 | 1000111 | 1010001 |
Color Harmonies of #E3ADF1
Complementary color
Monochromatic Colors of #E3ADF1
Black with #E3ADF1
Text Example
Text Example
White with #E3ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3ADF1; }
p { color: rgb(227,173,241); }
H1.HeaderClassName
{
color: #E3ADF1;
}
.AnyTagClassName
{
color: #E3ADF1;
}
</style>
background-color css
<style>
a { background-color: #E3ADF1; }
a { background-color: rgb(227,173,241); }
div.DivClassName
{
background-color: #E3ADF1;
}
.BgClassName
{
background-color: #E3ADF1;
}
</style>
border-color css
<style>
span { border-color: #E3ADF1; }
span { border-color: rgb(227,173,241); }
td.TdClassName
{
border-color: #E3ADF1;
}
.TagClassName
{
border-color: #E3ADF1;
}
</style>