Shades of Mauve #E2ADFE
Tints of Mauve #E2ADFE
RGB
CMYK
RGB Variations
Color information
#E2ADFE (or 0xE2ADFE) is known color: Mauve. HEX triplet: E2, AD and FE. RGB value is (226,173,254). Sum of RGB (Red+Green+Blue) = 226+173+254=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 173 (67.97% from 255 or 26.49% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADFE is #1D5201. Grayscale: #C5C5C5. Windows color (decimal): -1921538 or 16690658. OLE color: 16690658.
HSL color Cylindrical-coordinate representation of color #E2ADFE: hue angle of 279.26º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2ADFE is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 173 | 254 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.00 |
| HSL | 279.26º | 0.98% | 0.84% | - |
| HSV(B) | 279.26º | 0.32% | 1% | - |
| XYZ | 64.2 | 53.21 | 100.65 | - |
| YUV | 198.08 | 159.56 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 254 | 0.11 | 0.32 | 0 | 0.00 | 279.26 | 0.98 | 0.84 |
| Hex | E2 | AD | FE | B | 20 | 0 | 0 | 117 | 62 | 54 |
| Octal | 342 | 255 | 376 | 13 | 40 | 0 | 0 | 427 | 142 | 124 |
| Binary | 11100010 | 10101101 | 11111110 | 1011 | 100000 | 0 | 0 | 100010111 | 1100010 | 1010100 |
Color Harmonies of #E2ADFE
Complementary color
Monochromatic Colors of #E2ADFE
Black with #E2ADFE
Text Example
Text Example
White with #E2ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADFE; }
p { color: rgb(226,173,254); }
H1.HeaderClassName
{
color: #E2ADFE;
}
.AnyTagClassName
{
color: #E2ADFE;
}
</style>
background-color css
<style>
a { background-color: #E2ADFE; }
a { background-color: rgb(226,173,254); }
div.DivClassName
{
background-color: #E2ADFE;
}
.BgClassName
{
background-color: #E2ADFE;
}
</style>
border-color css
<style>
span { border-color: #E2ADFE; }
span { border-color: rgb(226,173,254); }
td.TdClassName
{
border-color: #E2ADFE;
}
.TagClassName
{
border-color: #E2ADFE;
}
</style>