Shades of Mauve #E6B3F9
Tints of Mauve #E6B3F9
RGB
CMYK
RGB Variations
Color information
#E6B3F9 (or 0xE6B3F9) is known color: Mauve. HEX triplet: E6, B3 and F9. RGB value is (230,179,249). Sum of RGB (Red+Green+Blue) = 230+179+249=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 179 (70.31% from 255 or 27.20% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6B3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B3F9 is #194C06. Grayscale: #CACACA. Windows color (decimal): -1657863 or 16364518. OLE color: 16364518.
HSL color Cylindrical-coordinate representation of color #E6B3F9: hue angle of 283.71º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6B3F9 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 179 | 249 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.02 |
| HSL | 283.71º | 0.85% | 0.84% | - |
| HSV(B) | 283.71º | 0.28% | 0.98% | - |
| XYZ | 65.85 | 55.9 | 96.94 | - |
| YUV | 202.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 249 | 0.08 | 0.28 | 0 | 0.02 | 283.71 | 0.85 | 0.84 |
| Hex | E6 | B3 | F9 | 8 | 1C | 0 | 2 | 11C | 55 | 54 |
| Octal | 346 | 263 | 371 | 10 | 34 | 0 | 2 | 434 | 125 | 124 |
| Binary | 11100110 | 10110011 | 11111001 | 1000 | 11100 | 0 | 10 | 100011100 | 1010101 | 1010100 |
Color Harmonies of #E6B3F9
Complementary color
Monochromatic Colors of #E6B3F9
Black with #E6B3F9
Text Example
Text Example
White with #E6B3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B3F9; }
p { color: rgb(230,179,249); }
H1.HeaderClassName
{
color: #E6B3F9;
}
.AnyTagClassName
{
color: #E6B3F9;
}
</style>
background-color css
<style>
a { background-color: #E6B3F9; }
a { background-color: rgb(230,179,249); }
div.DivClassName
{
background-color: #E6B3F9;
}
.BgClassName
{
background-color: #E6B3F9;
}
</style>
border-color css
<style>
span { border-color: #E6B3F9; }
span { border-color: rgb(230,179,249); }
td.TdClassName
{
border-color: #E6B3F9;
}
.TagClassName
{
border-color: #E6B3F9;
}
</style>