Shades of Mauve #E2ADF8
Tints of Mauve #E2ADF8
RGB
CMYK
RGB Variations
Color information
#E2ADF8 (or 0xE2ADF8) is known color: Mauve. HEX triplet: E2, AD and F8. RGB value is (226,173,248). Sum of RGB (Red+Green+Blue) = 226+173+248=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 248 (97.27% from 255 or 38.33% from 647); Max value from RGB is 248 - color contains mainly: blue. Hex color #E2ADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADF8 is #1D5207. Grayscale: #C5C5C5. Windows color (decimal): -1921544 or 16297442. OLE color: 16297442.
HSL color Cylindrical-coordinate representation of color #E2ADF8: hue angle of 282.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2ADF8 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 173 | 248 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.03 |
| HSL | 282.4º | 0.84% | 0.83% | - |
| HSV(B) | 282.4º | 0.3% | 0.97% | - |
| XYZ | 63.25 | 52.83 | 95.67 | - |
| YUV | 197.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 248 | 0.09 | 0.30 | 0 | 0.03 | 282.4 | 0.84 | 0.83 |
| Hex | E2 | AD | F8 | 9 | 1E | 0 | 3 | 11A | 54 | 53 |
| Octal | 342 | 255 | 370 | 11 | 36 | 0 | 3 | 432 | 124 | 123 |
| Binary | 11100010 | 10101101 | 11111000 | 1001 | 11110 | 0 | 11 | 100011010 | 1010100 | 1010011 |
Color Harmonies of #E2ADF8
Complementary color
Monochromatic Colors of #E2ADF8
Black with #E2ADF8
Text Example
Text Example
White with #E2ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADF8; }
p { color: rgb(226,173,248); }
H1.HeaderClassName
{
color: #E2ADF8;
}
.AnyTagClassName
{
color: #E2ADF8;
}
</style>
background-color css
<style>
a { background-color: #E2ADF8; }
a { background-color: rgb(226,173,248); }
div.DivClassName
{
background-color: #E2ADF8;
}
.BgClassName
{
background-color: #E2ADF8;
}
</style>
border-color css
<style>
span { border-color: #E2ADF8; }
span { border-color: rgb(226,173,248); }
td.TdClassName
{
border-color: #E2ADF8;
}
.TagClassName
{
border-color: #E2ADF8;
}
</style>