Shades of Mauve #E8ADFA
Tints of Mauve #E8ADFA
RGB
CMYK
RGB Variations
Color information
#E8ADFA (or 0xE8ADFA) is known color: Mauve. HEX triplet: E8, AD and FA. RGB value is (232,173,250). Sum of RGB (Red+Green+Blue) = 232+173+250=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8ADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ADFA is #175205. Grayscale: #C7C7C7. Windows color (decimal): -1528326 or 16428520. OLE color: 16428520.
HSL color Cylindrical-coordinate representation of color #E8ADFA: hue angle of 285.97º 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 #E8ADFA is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 173 | 250 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.02 |
| HSL | 285.97º | 0.89% | 0.83% | - |
| HSV(B) | 285.97º | 0.31% | 0.98% | - |
| XYZ | 65.48 | 53.95 | 97.4 | - |
| YUV | 199.42 | 156.55 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 250 | 0.07 | 0.31 | 0 | 0.02 | 285.97 | 0.89 | 0.83 |
| Hex | E8 | AD | FA | 7 | 1F | 0 | 2 | 11E | 59 | 53 |
| Octal | 350 | 255 | 372 | 7 | 37 | 0 | 2 | 436 | 131 | 123 |
| Binary | 11101000 | 10101101 | 11111010 | 111 | 11111 | 0 | 10 | 100011110 | 1011001 | 1010011 |
Color Harmonies of #E8ADFA
Complementary color
Monochromatic Colors of #E8ADFA
Black with #E8ADFA
Text Example
Text Example
White with #E8ADFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ADFA; }
p { color: rgb(232,173,250); }
H1.HeaderClassName
{
color: #E8ADFA;
}
.AnyTagClassName
{
color: #E8ADFA;
}
</style>
background-color css
<style>
a { background-color: #E8ADFA; }
a { background-color: rgb(232,173,250); }
div.DivClassName
{
background-color: #E8ADFA;
}
.BgClassName
{
background-color: #E8ADFA;
}
</style>
border-color css
<style>
span { border-color: #E8ADFA; }
span { border-color: rgb(232,173,250); }
td.TdClassName
{
border-color: #E8ADFA;
}
.TagClassName
{
border-color: #E8ADFA;
}
</style>