Shades of Mauve #E8BFF4
Tints of Mauve #E8BFF4
RGB
CMYK
RGB Variations
Color information
#E8BFF4 (or 0xE8BFF4) is known color: Mauve. HEX triplet: E8, BF and F4. RGB value is (232,191,244). Sum of RGB (Red+Green+Blue) = 232+191+244=667 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.78% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 244 - color contains mainly: blue. Hex color #E8BFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BFF4 is #17400B. Grayscale: #D1D1D1. Windows color (decimal): -1523724 or 16039912. OLE color: 16039912.
HSL color Cylindrical-coordinate representation of color #E8BFF4: hue angle of 286.42º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8BFF4 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 191 | 244 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.04 |
| HSL | 286.42º | 0.71% | 0.85% | - |
| HSV(B) | 286.42º | 0.22% | 0.96% | - |
| XYZ | 68.24 | 60.95 | 93.76 | - |
| YUV | 209.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 244 | 0.05 | 0.22 | 0 | 0.04 | 286.42 | 0.71 | 0.85 |
| Hex | E8 | BF | F4 | 5 | 16 | 0 | 4 | 11E | 47 | 55 |
| Octal | 350 | 277 | 364 | 5 | 26 | 0 | 4 | 436 | 107 | 125 |
| Binary | 11101000 | 10111111 | 11110100 | 101 | 10110 | 0 | 100 | 100011110 | 1000111 | 1010101 |
Color Harmonies of #E8BFF4
Complementary color
Monochromatic Colors of #E8BFF4
Black with #E8BFF4
Text Example
Text Example
White with #E8BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BFF4; }
p { color: rgb(232,191,244); }
H1.HeaderClassName
{
color: #E8BFF4;
}
.AnyTagClassName
{
color: #E8BFF4;
}
</style>
background-color css
<style>
a { background-color: #E8BFF4; }
a { background-color: rgb(232,191,244); }
div.DivClassName
{
background-color: #E8BFF4;
}
.BgClassName
{
background-color: #E8BFF4;
}
</style>
border-color css
<style>
span { border-color: #E8BFF4; }
span { border-color: rgb(232,191,244); }
td.TdClassName
{
border-color: #E8BFF4;
}
.TagClassName
{
border-color: #E8BFF4;
}
</style>