Shades of Mauve #E5ADFF
Tints of Mauve #E5ADFF
RGB
CMYK
RGB Variations
Color information
#E5ADFF (or 0xE5ADFF) is known color: Mauve. HEX triplet: E5, AD and FF. RGB value is (229,173,255). Sum of RGB (Red+Green+Blue) = 229+173+255=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 173 (67.97% from 255 or 26.33% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ADFF is #1A5200. Grayscale: #C6C6C6. Windows color (decimal): -1724929 or 16756197. OLE color: 16756197.
HSL color Cylindrical-coordinate representation of color #E5ADFF: hue angle of 280.98º 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 #E5ADFF is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 173 | 255 | - |
| CMYK | 0.10 | 0.32 | 0 | 0 |
| HSL | 280.98º | 1% | 0.84% | - |
| HSV(B) | 280.98º | 0.32% | 1% | - |
| XYZ | 65.31 | 53.77 | 101.54 | - |
| YUV | 199.09 | 159.55 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 255 | 0.10 | 0.32 | 0 | 0 | 280.98 | 1 | 0.84 |
| Hex | E5 | AD | FF | A | 20 | 0 | 0 | 119 | 64 | 54 |
| Octal | 345 | 255 | 377 | 12 | 40 | 0 | 0 | 431 | 144 | 124 |
| Binary | 11100101 | 10101101 | 11111111 | 1010 | 100000 | 0 | 0 | 100011001 | 1100100 | 1010100 |
Color Harmonies of #E5ADFF
Complementary color
Monochromatic Colors of #E5ADFF
Black with #E5ADFF
Text Example
Text Example
White with #E5ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADFF; }
p { color: rgb(229,173,255); }
H1.HeaderClassName
{
color: #E5ADFF;
}
.AnyTagClassName
{
color: #E5ADFF;
}
</style>
background-color css
<style>
a { background-color: #E5ADFF; }
a { background-color: rgb(229,173,255); }
div.DivClassName
{
background-color: #E5ADFF;
}
.BgClassName
{
background-color: #E5ADFF;
}
</style>
border-color css
<style>
span { border-color: #E5ADFF; }
span { border-color: rgb(229,173,255); }
td.TdClassName
{
border-color: #E5ADFF;
}
.TagClassName
{
border-color: #E5ADFF;
}
</style>