Shades of Mauve #E2ADFF
Tints of Mauve #E2ADFF
RGB
CMYK
RGB Variations
Color information
#E2ADFF (or 0xE2ADFF) is known color: Mauve. HEX triplet: E2, AD and FF. RGB value is (226,173,255). Sum of RGB (Red+Green+Blue) = 226+173+255=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADFF is #1D5200. Grayscale: #C5C5C5. Windows color (decimal): -1921537 or 16756194. OLE color: 16756194.
HSL color Cylindrical-coordinate representation of color #E2ADFF: hue angle of 278.78º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2ADFF is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 173 | 255 | - |
| CMYK | 0.11 | 0.32 | 0 | 0 |
| HSL | 278.78º | 1% | 0.84% | - |
| HSV(B) | 278.78º | 0.32% | 1% | - |
| XYZ | 64.36 | 53.28 | 101.5 | - |
| YUV | 198.2 | 160.06 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 255 | 0.11 | 0.32 | 0 | 0 | 278.78 | 1 | 0.84 |
| Hex | E2 | AD | FF | B | 20 | 0 | 0 | 117 | 64 | 54 |
| Octal | 342 | 255 | 377 | 13 | 40 | 0 | 0 | 427 | 144 | 124 |
| Binary | 11100010 | 10101101 | 11111111 | 1011 | 100000 | 0 | 0 | 100010111 | 1100100 | 1010100 |
Color Harmonies of #E2ADFF
Complementary color
Monochromatic Colors of #E2ADFF
Black with #E2ADFF
Text Example
Text Example
White with #E2ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADFF; }
p { color: rgb(226,173,255); }
H1.HeaderClassName
{
color: #E2ADFF;
}
.AnyTagClassName
{
color: #E2ADFF;
}
</style>
background-color css
<style>
a { background-color: #E2ADFF; }
a { background-color: rgb(226,173,255); }
div.DivClassName
{
background-color: #E2ADFF;
}
.BgClassName
{
background-color: #E2ADFF;
}
</style>
border-color css
<style>
span { border-color: #E2ADFF; }
span { border-color: rgb(226,173,255); }
td.TdClassName
{
border-color: #E2ADFF;
}
.TagClassName
{
border-color: #E2ADFF;
}
</style>