Shades of Mauve #E5ADFA
Tints of Mauve #E5ADFA
RGB
CMYK
RGB Variations
Color information
#E5ADFA (or 0xE5ADFA) is known color: Mauve. HEX triplet: E5, AD and FA. RGB value is (229,173,250). Sum of RGB (Red+Green+Blue) = 229+173+250=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ADFA is #1A5205. Grayscale: #C6C6C6. Windows color (decimal): -1724934 or 16428517. OLE color: 16428517.
HSL color Cylindrical-coordinate representation of color #E5ADFA: hue angle of 283.64º degrees, saturation: 0.89, 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 #E5ADFA is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 173 | 250 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.02 |
| HSL | 283.64º | 0.89% | 0.83% | - |
| HSV(B) | 283.64º | 0.31% | 0.98% | - |
| XYZ | 64.51 | 53.45 | 97.36 | - |
| YUV | 198.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 250 | 0.08 | 0.31 | 0 | 0.02 | 283.64 | 0.89 | 0.83 |
| Hex | E5 | AD | FA | 8 | 1F | 0 | 2 | 11C | 59 | 53 |
| Octal | 345 | 255 | 372 | 10 | 37 | 0 | 2 | 434 | 131 | 123 |
| Binary | 11100101 | 10101101 | 11111010 | 1000 | 11111 | 0 | 10 | 100011100 | 1011001 | 1010011 |
Color Harmonies of #E5ADFA
Complementary color
Monochromatic Colors of #E5ADFA
Black with #E5ADFA
Text Example
Text Example
White with #E5ADFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADFA; }
p { color: rgb(229,173,250); }
H1.HeaderClassName
{
color: #E5ADFA;
}
.AnyTagClassName
{
color: #E5ADFA;
}
</style>
background-color css
<style>
a { background-color: #E5ADFA; }
a { background-color: rgb(229,173,250); }
div.DivClassName
{
background-color: #E5ADFA;
}
.BgClassName
{
background-color: #E5ADFA;
}
</style>
border-color css
<style>
span { border-color: #E5ADFA; }
span { border-color: rgb(229,173,250); }
td.TdClassName
{
border-color: #E5ADFA;
}
.TagClassName
{
border-color: #E5ADFA;
}
</style>