Shades of Mauve #E8BFF9
Tints of Mauve #E8BFF9
RGB
CMYK
RGB Variations
Color information
#E8BFF9 (or 0xE8BFF9) is known color: Mauve. HEX triplet: E8, BF and F9. RGB value is (232,191,249). Sum of RGB (Red+Green+Blue) = 232+191+249=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8BFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BFF9 is #174006. Grayscale: #D1D1D1. Windows color (decimal): -1523719 or 16367592. OLE color: 16367592.
HSL color Cylindrical-coordinate representation of color #E8BFF9: hue angle of 282.41º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8BFF9 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 191 | 249 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.02 |
| HSL | 282.41º | 0.83% | 0.86% | - |
| HSV(B) | 282.41º | 0.23% | 0.98% | - |
| XYZ | 69.01 | 61.26 | 97.81 | - |
| YUV | 209.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 249 | 0.07 | 0.23 | 0 | 0.02 | 282.41 | 0.83 | 0.86 |
| Hex | E8 | BF | F9 | 7 | 17 | 0 | 2 | 11A | 53 | 56 |
| Octal | 350 | 277 | 371 | 7 | 27 | 0 | 2 | 432 | 123 | 126 |
| Binary | 11101000 | 10111111 | 11111001 | 111 | 10111 | 0 | 10 | 100011010 | 1010011 | 1010110 |
Color Harmonies of #E8BFF9
Complementary color
Monochromatic Colors of #E8BFF9
Black with #E8BFF9
Text Example
Text Example
White with #E8BFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BFF9; }
p { color: rgb(232,191,249); }
H1.HeaderClassName
{
color: #E8BFF9;
}
.AnyTagClassName
{
color: #E8BFF9;
}
</style>
background-color css
<style>
a { background-color: #E8BFF9; }
a { background-color: rgb(232,191,249); }
div.DivClassName
{
background-color: #E8BFF9;
}
.BgClassName
{
background-color: #E8BFF9;
}
</style>
border-color css
<style>
span { border-color: #E8BFF9; }
span { border-color: rgb(232,191,249); }
td.TdClassName
{
border-color: #E8BFF9;
}
.TagClassName
{
border-color: #E8BFF9;
}
</style>