Shades of Mauve #E2ADEF
Tints of Mauve #E2ADEF
RGB
CMYK
RGB Variations
Color information
#E2ADEF (or 0xE2ADEF) is known color: Mauve. HEX triplet: E2, AD and EF. RGB value is (226,173,239). Sum of RGB (Red+Green+Blue) = 226+173+239=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADEF is #1D5210. Grayscale: #C4C4C4. Windows color (decimal): -1921553 or 15707618. OLE color: 15707618.
HSL color Cylindrical-coordinate representation of color #E2ADEF: hue angle of 288.18º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2ADEF is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 173 | 239 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.06 |
| HSL | 288.18º | 0.67% | 0.81% | - |
| HSV(B) | 288.18º | 0.28% | 0.94% | - |
| XYZ | 61.89 | 52.29 | 88.49 | - |
| YUV | 196.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 239 | 0.05 | 0.28 | 0 | 0.06 | 288.18 | 0.67 | 0.81 |
| Hex | E2 | AD | EF | 5 | 1C | 0 | 6 | 120 | 43 | 51 |
| Octal | 342 | 255 | 357 | 5 | 34 | 0 | 6 | 440 | 103 | 121 |
| Binary | 11100010 | 10101101 | 11101111 | 101 | 11100 | 0 | 110 | 100100000 | 1000011 | 1010001 |
Color Harmonies of #E2ADEF
Complementary color
Monochromatic Colors of #E2ADEF
Black with #E2ADEF
Text Example
Text Example
White with #E2ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADEF; }
p { color: rgb(226,173,239); }
H1.HeaderClassName
{
color: #E2ADEF;
}
.AnyTagClassName
{
color: #E2ADEF;
}
</style>
background-color css
<style>
a { background-color: #E2ADEF; }
a { background-color: rgb(226,173,239); }
div.DivClassName
{
background-color: #E2ADEF;
}
.BgClassName
{
background-color: #E2ADEF;
}
</style>
border-color css
<style>
span { border-color: #E2ADEF; }
span { border-color: rgb(226,173,239); }
td.TdClassName
{
border-color: #E2ADEF;
}
.TagClassName
{
border-color: #E2ADEF;
}
</style>