Shades of Mauve #E9ADFF
Tints of Mauve #E9ADFF
RGB
CMYK
RGB Variations
Color information
#E9ADFF (or 0xE9ADFF) is known color: Mauve. HEX triplet: E9, AD and FF. RGB value is (233,173,255). Sum of RGB (Red+Green+Blue) = 233+173+255=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 173 (67.97% from 255 or 26.17% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ADFF is #165200. Grayscale: #C8C8C8. Windows color (decimal): -1462785 or 16756201. OLE color: 16756201.
HSL color Cylindrical-coordinate representation of color #E9ADFF: hue angle of 283.9º 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 #E9ADFF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 173 | 255 | - |
| CMYK | 0.09 | 0.32 | 0 | 0 |
| HSL | 283.9º | 1% | 0.84% | - |
| HSV(B) | 283.9º | 0.32% | 1% | - |
| XYZ | 66.6 | 54.43 | 101.6 | - |
| YUV | 200.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 255 | 0.09 | 0.32 | 0 | 0 | 283.9 | 1 | 0.84 |
| Hex | E9 | AD | FF | 9 | 20 | 0 | 0 | 11C | 64 | 54 |
| Octal | 351 | 255 | 377 | 11 | 40 | 0 | 0 | 434 | 144 | 124 |
| Binary | 11101001 | 10101101 | 11111111 | 1001 | 100000 | 0 | 0 | 100011100 | 1100100 | 1010100 |
Color Harmonies of #E9ADFF
Complementary color
Monochromatic Colors of #E9ADFF
Black with #E9ADFF
Text Example
Text Example
White with #E9ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADFF; }
p { color: rgb(233,173,255); }
H1.HeaderClassName
{
color: #E9ADFF;
}
.AnyTagClassName
{
color: #E9ADFF;
}
</style>
background-color css
<style>
a { background-color: #E9ADFF; }
a { background-color: rgb(233,173,255); }
div.DivClassName
{
background-color: #E9ADFF;
}
.BgClassName
{
background-color: #E9ADFF;
}
</style>
border-color css
<style>
span { border-color: #E9ADFF; }
span { border-color: rgb(233,173,255); }
td.TdClassName
{
border-color: #E9ADFF;
}
.TagClassName
{
border-color: #E9ADFF;
}
</style>