Shades of Mauve #E2ADEE
Tints of Mauve #E2ADEE
RGB
CMYK
RGB Variations
Color information
#E2ADEE (or 0xE2ADEE) is known color: Mauve. HEX triplet: E2, AD and EE. RGB value is (226,173,238). Sum of RGB (Red+Green+Blue) = 226+173+238=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADEE is #1D5211. Grayscale: #C4C4C4. Windows color (decimal): -1921554 or 15642082. OLE color: 15642082.
HSL color Cylindrical-coordinate representation of color #E2ADEE: hue angle of 288.92º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2ADEE is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 173 | 238 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.07 |
| HSL | 288.92º | 0.66% | 0.81% | - |
| HSV(B) | 288.92º | 0.27% | 0.93% | - |
| XYZ | 61.74 | 52.23 | 87.72 | - |
| YUV | 196.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 238 | 0.05 | 0.27 | 0 | 0.07 | 288.92 | 0.66 | 0.81 |
| Hex | E2 | AD | EE | 5 | 1B | 0 | 7 | 121 | 42 | 51 |
| Octal | 342 | 255 | 356 | 5 | 33 | 0 | 7 | 441 | 102 | 121 |
| Binary | 11100010 | 10101101 | 11101110 | 101 | 11011 | 0 | 111 | 100100001 | 1000010 | 1010001 |
Color Harmonies of #E2ADEE
Complementary color
Monochromatic Colors of #E2ADEE
Black with #E2ADEE
Text Example
Text Example
White with #E2ADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADEE; }
p { color: rgb(226,173,238); }
H1.HeaderClassName
{
color: #E2ADEE;
}
.AnyTagClassName
{
color: #E2ADEE;
}
</style>
background-color css
<style>
a { background-color: #E2ADEE; }
a { background-color: rgb(226,173,238); }
div.DivClassName
{
background-color: #E2ADEE;
}
.BgClassName
{
background-color: #E2ADEE;
}
</style>
border-color css
<style>
span { border-color: #E2ADEE; }
span { border-color: rgb(226,173,238); }
td.TdClassName
{
border-color: #E2ADEE;
}
.TagClassName
{
border-color: #E2ADEE;
}
</style>