Shades of Mauve #E6BAF3
Tints of Mauve #E6BAF3
RGB
CMYK
RGB Variations
Color information
#E6BAF3 (or 0xE6BAF3) is known color: Mauve. HEX triplet: E6, BA and F3. RGB value is (230,186,243). Sum of RGB (Red+Green+Blue) = 230+186+243=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6BAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAF3 is #19450C. Grayscale: #CDCDCD. Windows color (decimal): -1656077 or 15973094. OLE color: 15973094.
HSL color Cylindrical-coordinate representation of color #E6BAF3: hue angle of 286.32º degrees, saturation: 0.7, 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 #E6BAF3 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 186 | 243 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.05 |
| HSL | 286.32º | 0.7% | 0.84% | - |
| HSV(B) | 286.32º | 0.23% | 0.95% | - |
| XYZ | 66.37 | 58.41 | 92.57 | - |
| YUV | 205.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 243 | 0.05 | 0.23 | 0 | 0.05 | 286.32 | 0.7 | 0.84 |
| Hex | E6 | BA | F3 | 5 | 17 | 0 | 5 | 11E | 46 | 54 |
| Octal | 346 | 272 | 363 | 5 | 27 | 0 | 5 | 436 | 106 | 124 |
| Binary | 11100110 | 10111010 | 11110011 | 101 | 10111 | 0 | 101 | 100011110 | 1000110 | 1010100 |
Color Harmonies of #E6BAF3
Complementary color
Monochromatic Colors of #E6BAF3
Black with #E6BAF3
Text Example
Text Example
White with #E6BAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAF3; }
p { color: rgb(230,186,243); }
H1.HeaderClassName
{
color: #E6BAF3;
}
.AnyTagClassName
{
color: #E6BAF3;
}
</style>
background-color css
<style>
a { background-color: #E6BAF3; }
a { background-color: rgb(230,186,243); }
div.DivClassName
{
background-color: #E6BAF3;
}
.BgClassName
{
background-color: #E6BAF3;
}
</style>
border-color css
<style>
span { border-color: #E6BAF3; }
span { border-color: rgb(230,186,243); }
td.TdClassName
{
border-color: #E6BAF3;
}
.TagClassName
{
border-color: #E6BAF3;
}
</style>