Shades of Mauve #E8ADF9
Tints of Mauve #E8ADF9
RGB
CMYK
RGB Variations
Color information
#E8ADF9 (or 0xE8ADF9) is known color: Mauve. HEX triplet: E8, AD and F9. RGB value is (232,173,249). Sum of RGB (Red+Green+Blue) = 232+173+249=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8ADF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ADF9 is #175206. Grayscale: #C7C7C7. Windows color (decimal): -1528327 or 16362984. OLE color: 16362984.
HSL color Cylindrical-coordinate representation of color #E8ADF9: hue angle of 286.58º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8ADF9 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 173 | 249 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.02 |
| HSL | 286.58º | 0.86% | 0.83% | - |
| HSV(B) | 286.58º | 0.31% | 0.98% | - |
| XYZ | 65.32 | 53.88 | 96.58 | - |
| YUV | 199.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 249 | 0.07 | 0.31 | 0 | 0.02 | 286.58 | 0.86 | 0.83 |
| Hex | E8 | AD | F9 | 7 | 1F | 0 | 2 | 11F | 56 | 53 |
| Octal | 350 | 255 | 371 | 7 | 37 | 0 | 2 | 437 | 126 | 123 |
| Binary | 11101000 | 10101101 | 11111001 | 111 | 11111 | 0 | 10 | 100011111 | 1010110 | 1010011 |
Color Harmonies of #E8ADF9
Complementary color
Monochromatic Colors of #E8ADF9
Black with #E8ADF9
Text Example
Text Example
White with #E8ADF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ADF9; }
p { color: rgb(232,173,249); }
H1.HeaderClassName
{
color: #E8ADF9;
}
.AnyTagClassName
{
color: #E8ADF9;
}
</style>
background-color css
<style>
a { background-color: #E8ADF9; }
a { background-color: rgb(232,173,249); }
div.DivClassName
{
background-color: #E8ADF9;
}
.BgClassName
{
background-color: #E8ADF9;
}
</style>
border-color css
<style>
span { border-color: #E8ADF9; }
span { border-color: rgb(232,173,249); }
td.TdClassName
{
border-color: #E8ADF9;
}
.TagClassName
{
border-color: #E8ADF9;
}
</style>