Shades of Mauve #E3A8F6
Tints of Mauve #E3A8F6
RGB
CMYK
RGB Variations
Color information
#E3A8F6 (or 0xE3A8F6) is known color: Mauve. HEX triplet: E3, A8 and F6. RGB value is (227,168,246). Sum of RGB (Red+Green+Blue) = 227+168+246=641 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.41% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #E3A8F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A8F6 is #1C5709. Grayscale: #C2C2C2. Windows color (decimal): -1857290 or 16165091. OLE color: 16165091.
HSL color Cylindrical-coordinate representation of color #E3A8F6: hue angle of 285.38º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E3A8F6 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 168 | 246 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.04 |
| HSL | 285.38º | 0.81% | 0.81% | - |
| HSV(B) | 285.38º | 0.32% | 0.96% | - |
| XYZ | 62.32 | 50.99 | 93.75 | - |
| YUV | 194.53 | 157.05 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 168 | 246 | 0.08 | 0.32 | 0 | 0.04 | 285.38 | 0.81 | 0.81 |
| Hex | E3 | A8 | F6 | 8 | 20 | 0 | 4 | 11D | 51 | 51 |
| Octal | 343 | 250 | 366 | 10 | 40 | 0 | 4 | 435 | 121 | 121 |
| Binary | 11100011 | 10101000 | 11110110 | 1000 | 100000 | 0 | 100 | 100011101 | 1010001 | 1010001 |
Color Harmonies of #E3A8F6
Complementary color
Monochromatic Colors of #E3A8F6
Black with #E3A8F6
Text Example
Text Example
White with #E3A8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A8F6; }
p { color: rgb(227,168,246); }
H1.HeaderClassName
{
color: #E3A8F6;
}
.AnyTagClassName
{
color: #E3A8F6;
}
</style>
background-color css
<style>
a { background-color: #E3A8F6; }
a { background-color: rgb(227,168,246); }
div.DivClassName
{
background-color: #E3A8F6;
}
.BgClassName
{
background-color: #E3A8F6;
}
</style>
border-color css
<style>
span { border-color: #E3A8F6; }
span { border-color: rgb(227,168,246); }
td.TdClassName
{
border-color: #E3A8F6;
}
.TagClassName
{
border-color: #E3A8F6;
}
</style>