Shades of Mauve #E8BAF3
Tints of Mauve #E8BAF3
RGB
CMYK
RGB Variations
Color information
#E8BAF3 (or 0xE8BAF3) is known color: Mauve. HEX triplet: E8, BA and F3. RGB value is (232,186,243). Sum of RGB (Red+Green+Blue) = 232+186+243=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8BAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAF3 is #17450C. Grayscale: #CECECE. Windows color (decimal): -1525005 or 15973096. OLE color: 15973096.
HSL color Cylindrical-coordinate representation of color #E8BAF3: hue angle of 288.42º 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 #E8BAF3 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 186 | 243 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.05 |
| HSL | 288.42º | 0.7% | 0.84% | - |
| HSV(B) | 288.42º | 0.23% | 0.95% | - |
| XYZ | 67.02 | 58.74 | 92.6 | - |
| YUV | 206.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 243 | 0.05 | 0.23 | 0 | 0.05 | 288.42 | 0.7 | 0.84 |
| Hex | E8 | BA | F3 | 5 | 17 | 0 | 5 | 120 | 46 | 54 |
| Octal | 350 | 272 | 363 | 5 | 27 | 0 | 5 | 440 | 106 | 124 |
| Binary | 11101000 | 10111010 | 11110011 | 101 | 10111 | 0 | 101 | 100100000 | 1000110 | 1010100 |
Color Harmonies of #E8BAF3
Complementary color
Monochromatic Colors of #E8BAF3
Black with #E8BAF3
Text Example
Text Example
White with #E8BAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BAF3; }
p { color: rgb(232,186,243); }
H1.HeaderClassName
{
color: #E8BAF3;
}
.AnyTagClassName
{
color: #E8BAF3;
}
</style>
background-color css
<style>
a { background-color: #E8BAF3; }
a { background-color: rgb(232,186,243); }
div.DivClassName
{
background-color: #E8BAF3;
}
.BgClassName
{
background-color: #E8BAF3;
}
</style>
border-color css
<style>
span { border-color: #E8BAF3; }
span { border-color: rgb(232,186,243); }
td.TdClassName
{
border-color: #E8BAF3;
}
.TagClassName
{
border-color: #E8BAF3;
}
</style>