Shades of Mauve #E2ADF1
Tints of Mauve #E2ADF1
RGB
CMYK
RGB Variations
Color information
#E2ADF1 (or 0xE2ADF1) is known color: Mauve. HEX triplet: E2, AD and F1. RGB value is (226,173,241). Sum of RGB (Red+Green+Blue) = 226+173+241=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADF1 is #1D520E. Grayscale: #C4C4C4. Windows color (decimal): -1921551 or 15838690. OLE color: 15838690.
HSL color Cylindrical-coordinate representation of color #E2ADF1: hue angle of 286.76º 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 #E2ADF1 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 173 | 241 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.05 |
| HSL | 286.76º | 0.71% | 0.81% | - |
| HSV(B) | 286.76º | 0.28% | 0.95% | - |
| XYZ | 62.18 | 52.41 | 90.06 | - |
| YUV | 196.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 241 | 0.06 | 0.28 | 0 | 0.05 | 286.76 | 0.71 | 0.81 |
| Hex | E2 | AD | F1 | 6 | 1C | 0 | 5 | 11F | 47 | 51 |
| Octal | 342 | 255 | 361 | 6 | 34 | 0 | 5 | 437 | 107 | 121 |
| Binary | 11100010 | 10101101 | 11110001 | 110 | 11100 | 0 | 101 | 100011111 | 1000111 | 1010001 |
Color Harmonies of #E2ADF1
Complementary color
Monochromatic Colors of #E2ADF1
Black with #E2ADF1
Text Example
Text Example
White with #E2ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADF1; }
p { color: rgb(226,173,241); }
H1.HeaderClassName
{
color: #E2ADF1;
}
.AnyTagClassName
{
color: #E2ADF1;
}
</style>
background-color css
<style>
a { background-color: #E2ADF1; }
a { background-color: rgb(226,173,241); }
div.DivClassName
{
background-color: #E2ADF1;
}
.BgClassName
{
background-color: #E2ADF1;
}
</style>
border-color css
<style>
span { border-color: #E2ADF1; }
span { border-color: rgb(226,173,241); }
td.TdClassName
{
border-color: #E2ADF1;
}
.TagClassName
{
border-color: #E2ADF1;
}
</style>