Shades of Mauve #E5ADEF
Tints of Mauve #E5ADEF
RGB
CMYK
RGB Variations
Color information
#E5ADEF (or 0xE5ADEF) is known color: Mauve. HEX triplet: E5, AD and EF. RGB value is (229,173,239). Sum of RGB (Red+Green+Blue) = 229+173+239=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ADEF is #1A5210. Grayscale: #C5C5C5. Windows color (decimal): -1724945 or 15707621. OLE color: 15707621.
HSL color Cylindrical-coordinate representation of color #E5ADEF: hue angle of 290.91º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5ADEF is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 173 | 239 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.06 |
| HSL | 290.91º | 0.67% | 0.81% | - |
| HSV(B) | 290.91º | 0.28% | 0.94% | - |
| XYZ | 62.84 | 52.78 | 88.54 | - |
| YUV | 197.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 239 | 0.04 | 0.28 | 0 | 0.06 | 290.91 | 0.67 | 0.81 |
| Hex | E5 | AD | EF | 4 | 1C | 0 | 6 | 123 | 43 | 51 |
| Octal | 345 | 255 | 357 | 4 | 34 | 0 | 6 | 443 | 103 | 121 |
| Binary | 11100101 | 10101101 | 11101111 | 100 | 11100 | 0 | 110 | 100100011 | 1000011 | 1010001 |
Color Harmonies of #E5ADEF
Complementary color
Monochromatic Colors of #E5ADEF
Black with #E5ADEF
Text Example
Text Example
White with #E5ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADEF; }
p { color: rgb(229,173,239); }
H1.HeaderClassName
{
color: #E5ADEF;
}
.AnyTagClassName
{
color: #E5ADEF;
}
</style>
background-color css
<style>
a { background-color: #E5ADEF; }
a { background-color: rgb(229,173,239); }
div.DivClassName
{
background-color: #E5ADEF;
}
.BgClassName
{
background-color: #E5ADEF;
}
</style>
border-color css
<style>
span { border-color: #E5ADEF; }
span { border-color: rgb(229,173,239); }
td.TdClassName
{
border-color: #E5ADEF;
}
.TagClassName
{
border-color: #E5ADEF;
}
</style>