Shades of Mauve #E8BAF0
Tints of Mauve #E8BAF0
RGB
CMYK
RGB Variations
Color information
#E8BAF0 (or 0xE8BAF0) is known color: Mauve. HEX triplet: E8, BA and F0. RGB value is (232,186,240). Sum of RGB (Red+Green+Blue) = 232+186+240=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #E8BAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAF0 is #17450F. Grayscale: #CDCDCD. Windows color (decimal): -1525008 or 15776488. OLE color: 15776488.
HSL color Cylindrical-coordinate representation of color #E8BAF0: hue angle of 291.11º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8BAF0 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 186 | 240 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.06 |
| HSL | 291.11º | 0.64% | 0.84% | - |
| HSV(B) | 291.11º | 0.23% | 0.94% | - |
| XYZ | 66.57 | 58.56 | 90.23 | - |
| YUV | 205.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 240 | 0.03 | 0.22 | 0 | 0.06 | 291.11 | 0.64 | 0.84 |
| Hex | E8 | BA | F0 | 3 | 16 | 0 | 6 | 123 | 40 | 54 |
| Octal | 350 | 272 | 360 | 3 | 26 | 0 | 6 | 443 | 100 | 124 |
| Binary | 11101000 | 10111010 | 11110000 | 11 | 10110 | 0 | 110 | 100100011 | 1000000 | 1010100 |
Color Harmonies of #E8BAF0
Complementary color
Monochromatic Colors of #E8BAF0
Black with #E8BAF0
Text Example
Text Example
White with #E8BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BAF0; }
p { color: rgb(232,186,240); }
H1.HeaderClassName
{
color: #E8BAF0;
}
.AnyTagClassName
{
color: #E8BAF0;
}
</style>
background-color css
<style>
a { background-color: #E8BAF0; }
a { background-color: rgb(232,186,240); }
div.DivClassName
{
background-color: #E8BAF0;
}
.BgClassName
{
background-color: #E8BAF0;
}
</style>
border-color css
<style>
span { border-color: #E8BAF0; }
span { border-color: rgb(232,186,240); }
td.TdClassName
{
border-color: #E8BAF0;
}
.TagClassName
{
border-color: #E8BAF0;
}
</style>