Shades of Mauve #E8BFF2
Tints of Mauve #E8BFF2
RGB
CMYK
RGB Variations
Color information
#E8BFF2 (or 0xE8BFF2) is known color: Mauve. HEX triplet: E8, BF and F2. RGB value is (232,191,242). Sum of RGB (Red+Green+Blue) = 232+191+242=665 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.89% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8BFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BFF2 is #17400D. Grayscale: #D0D0D0. Windows color (decimal): -1523726 or 15908840. OLE color: 15908840.
HSL color Cylindrical-coordinate representation of color #E8BFF2: hue angle of 288.24º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8BFF2 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 191 | 242 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.05 |
| HSL | 288.24º | 0.66% | 0.85% | - |
| HSV(B) | 288.24º | 0.21% | 0.95% | - |
| XYZ | 67.94 | 60.83 | 92.16 | - |
| YUV | 209.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 242 | 0.04 | 0.21 | 0 | 0.05 | 288.24 | 0.66 | 0.85 |
| Hex | E8 | BF | F2 | 4 | 15 | 0 | 5 | 120 | 42 | 55 |
| Octal | 350 | 277 | 362 | 4 | 25 | 0 | 5 | 440 | 102 | 125 |
| Binary | 11101000 | 10111111 | 11110010 | 100 | 10101 | 0 | 101 | 100100000 | 1000010 | 1010101 |
Color Harmonies of #E8BFF2
Complementary color
Monochromatic Colors of #E8BFF2
Black with #E8BFF2
Text Example
Text Example
White with #E8BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BFF2; }
p { color: rgb(232,191,242); }
H1.HeaderClassName
{
color: #E8BFF2;
}
.AnyTagClassName
{
color: #E8BFF2;
}
</style>
background-color css
<style>
a { background-color: #E8BFF2; }
a { background-color: rgb(232,191,242); }
div.DivClassName
{
background-color: #E8BFF2;
}
.BgClassName
{
background-color: #E8BFF2;
}
</style>
border-color css
<style>
span { border-color: #E8BFF2; }
span { border-color: rgb(232,191,242); }
td.TdClassName
{
border-color: #E8BFF2;
}
.TagClassName
{
border-color: #E8BFF2;
}
</style>