Shades of Mauve #E6BAF1
Tints of Mauve #E6BAF1
RGB
CMYK
RGB Variations
Color information
#E6BAF1 (or 0xE6BAF1) is known color: Mauve. HEX triplet: E6, BA and F1. RGB value is (230,186,241). Sum of RGB (Red+Green+Blue) = 230+186+241=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6BAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAF1 is #19450E. Grayscale: #CDCDCD. Windows color (decimal): -1656079 or 15842022. OLE color: 15842022.
HSL color Cylindrical-coordinate representation of color #E6BAF1: hue angle of 288º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6BAF1 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 186 | 241 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.05 |
| HSL | 288º | 0.66% | 0.84% | - |
| HSV(B) | 288º | 0.23% | 0.95% | - |
| XYZ | 66.07 | 58.29 | 90.99 | - |
| YUV | 205.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 241 | 0.05 | 0.23 | 0 | 0.05 | 288 | 0.66 | 0.84 |
| Hex | E6 | BA | F1 | 5 | 17 | 0 | 5 | 120 | 42 | 54 |
| Octal | 346 | 272 | 361 | 5 | 27 | 0 | 5 | 440 | 102 | 124 |
| Binary | 11100110 | 10111010 | 11110001 | 101 | 10111 | 0 | 101 | 100100000 | 1000010 | 1010100 |
Color Harmonies of #E6BAF1
Complementary color
Monochromatic Colors of #E6BAF1
Black with #E6BAF1
Text Example
Text Example
White with #E6BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAF1; }
p { color: rgb(230,186,241); }
H1.HeaderClassName
{
color: #E6BAF1;
}
.AnyTagClassName
{
color: #E6BAF1;
}
</style>
background-color css
<style>
a { background-color: #E6BAF1; }
a { background-color: rgb(230,186,241); }
div.DivClassName
{
background-color: #E6BAF1;
}
.BgClassName
{
background-color: #E6BAF1;
}
</style>
border-color css
<style>
span { border-color: #E6BAF1; }
span { border-color: rgb(230,186,241); }
td.TdClassName
{
border-color: #E6BAF1;
}
.TagClassName
{
border-color: #E6BAF1;
}
</style>