Shades of Mauve #E8AFFA
Tints of Mauve #E8AFFA
RGB
CMYK
RGB Variations
Color information
#E8AFFA (or 0xE8AFFA) is known color: Mauve. HEX triplet: E8, AF and FA. RGB value is (232,175,250). Sum of RGB (Red+Green+Blue) = 232+175+250=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 175 (68.75% from 255 or 26.64% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8AFFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AFFA is #175005. Grayscale: #C8C8C8. Windows color (decimal): -1527814 or 16429032. OLE color: 16429032.
HSL color Cylindrical-coordinate representation of color #E8AFFA: hue angle of 285.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8AFFA is Cyan = 0.07, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 175 | 250 | - |
| CMYK | 0.07 | 0.3 | 0 | 0.02 |
| HSL | 285.6º | 0.88% | 0.83% | - |
| HSV(B) | 285.6º | 0.3% | 0.98% | - |
| XYZ | 65.86 | 54.72 | 97.53 | - |
| YUV | 200.59 | 155.88 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 250 | 0.07 | 0.3 | 0 | 0.02 | 285.6 | 0.88 | 0.83 |
| Hex | E8 | AF | FA | 7 | 1E | 0 | 2 | 11E | 58 | 53 |
| Octal | 350 | 257 | 372 | 7 | 36 | 0 | 2 | 436 | 130 | 123 |
| Binary | 11101000 | 10101111 | 11111010 | 111 | 11110 | 0 | 10 | 100011110 | 1011000 | 1010011 |
Color Harmonies of #E8AFFA
Complementary color
Monochromatic Colors of #E8AFFA
Black with #E8AFFA
Text Example
Text Example
White with #E8AFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFFA; }
p { color: rgb(232,175,250); }
H1.HeaderClassName
{
color: #E8AFFA;
}
.AnyTagClassName
{
color: #E8AFFA;
}
</style>
background-color css
<style>
a { background-color: #E8AFFA; }
a { background-color: rgb(232,175,250); }
div.DivClassName
{
background-color: #E8AFFA;
}
.BgClassName
{
background-color: #E8AFFA;
}
</style>
border-color css
<style>
span { border-color: #E8AFFA; }
span { border-color: rgb(232,175,250); }
td.TdClassName
{
border-color: #E8AFFA;
}
.TagClassName
{
border-color: #E8AFFA;
}
</style>