Shades of Mauve #E1ADFA
Tints of Mauve #E1ADFA
RGB
CMYK
RGB Variations
Color information
#E1ADFA (or 0xE1ADFA) is known color: Mauve. HEX triplet: E1, AD and FA. RGB value is (225,173,250). Sum of RGB (Red+Green+Blue) = 225+173+250=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADFA is #1E5205. Grayscale: #C5C5C5. Windows color (decimal): -1987078 or 16428513. OLE color: 16428513.
HSL color Cylindrical-coordinate representation of color #E1ADFA: hue angle of 280.52º 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 #E1ADFA is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 173 | 250 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.02 |
| HSL | 280.52º | 0.89% | 0.83% | - |
| HSV(B) | 280.52º | 0.31% | 0.98% | - |
| XYZ | 63.25 | 52.8 | 97.3 | - |
| YUV | 197.33 | 157.73 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 250 | 0.10 | 0.31 | 0 | 0.02 | 280.52 | 0.89 | 0.83 |
| Hex | E1 | AD | FA | A | 1F | 0 | 2 | 119 | 59 | 53 |
| Octal | 341 | 255 | 372 | 12 | 37 | 0 | 2 | 431 | 131 | 123 |
| Binary | 11100001 | 10101101 | 11111010 | 1010 | 11111 | 0 | 10 | 100011001 | 1011001 | 1010011 |
Color Harmonies of #E1ADFA
Complementary color
Monochromatic Colors of #E1ADFA
Black with #E1ADFA
Text Example
Text Example
White with #E1ADFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADFA; }
p { color: rgb(225,173,250); }
H1.HeaderClassName
{
color: #E1ADFA;
}
.AnyTagClassName
{
color: #E1ADFA;
}
</style>
background-color css
<style>
a { background-color: #E1ADFA; }
a { background-color: rgb(225,173,250); }
div.DivClassName
{
background-color: #E1ADFA;
}
.BgClassName
{
background-color: #E1ADFA;
}
</style>
border-color css
<style>
span { border-color: #E1ADFA; }
span { border-color: rgb(225,173,250); }
td.TdClassName
{
border-color: #E1ADFA;
}
.TagClassName
{
border-color: #E1ADFA;
}
</style>