Shades of Mauve #E0A6F3
Tints of Mauve #E0A6F3
RGB
CMYK
RGB Variations
Color information
#E0A6F3 (or 0xE0A6F3) is known color: Mauve. HEX triplet: E0, A6 and F3. RGB value is (224,166,243). Sum of RGB (Red+Green+Blue) = 224+166+243=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 166 (65.23% from 255 or 26.22% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0A6F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A6F3 is #1F590C. Grayscale: #BFBFBF. Windows color (decimal): -2054413 or 15967968. OLE color: 15967968.
HSL color Cylindrical-coordinate representation of color #E0A6F3: hue angle of 285.19º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0A6F3 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 166 | 243 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.05 |
| HSL | 285.19º | 0.76% | 0.8% | - |
| HSV(B) | 285.19º | 0.32% | 0.95% | - |
| XYZ | 60.55 | 49.59 | 91.17 | - |
| YUV | 192.12 | 156.72 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 166 | 243 | 0.08 | 0.32 | 0 | 0.05 | 285.19 | 0.76 | 0.8 |
| Hex | E0 | A6 | F3 | 8 | 20 | 0 | 5 | 11D | 4C | 50 |
| Octal | 340 | 246 | 363 | 10 | 40 | 0 | 5 | 435 | 114 | 120 |
| Binary | 11100000 | 10100110 | 11110011 | 1000 | 100000 | 0 | 101 | 100011101 | 1001100 | 1010000 |
Color Harmonies of #E0A6F3
Complementary color
Monochromatic Colors of #E0A6F3
Black with #E0A6F3
Text Example
Text Example
White with #E0A6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A6F3; }
p { color: rgb(224,166,243); }
H1.HeaderClassName
{
color: #E0A6F3;
}
.AnyTagClassName
{
color: #E0A6F3;
}
</style>
background-color css
<style>
a { background-color: #E0A6F3; }
a { background-color: rgb(224,166,243); }
div.DivClassName
{
background-color: #E0A6F3;
}
.BgClassName
{
background-color: #E0A6F3;
}
</style>
border-color css
<style>
span { border-color: #E0A6F3; }
span { border-color: rgb(224,166,243); }
td.TdClassName
{
border-color: #E0A6F3;
}
.TagClassName
{
border-color: #E0A6F3;
}
</style>