Shades of Mauve #E0BFFA
Tints of Mauve #E0BFFA
RGB
CMYK
RGB Variations
Color information
#E0BFFA (or 0xE0BFFA) is known color: Mauve. HEX triplet: E0, BF and FA. RGB value is (224,191,250). Sum of RGB (Red+Green+Blue) = 224+191+250=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BFFA is #1F4005. Grayscale: #CFCFCF. Windows color (decimal): -2048006 or 16433120. OLE color: 16433120.
HSL color Cylindrical-coordinate representation of color #E0BFFA: hue angle of 273.56º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0BFFA is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 191 | 250 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.02 |
| HSL | 273.56º | 0.86% | 0.86% | - |
| HSV(B) | 273.56º | 0.24% | 0.98% | - |
| XYZ | 66.63 | 60.01 | 98.51 | - |
| YUV | 207.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 250 | 0.10 | 0.24 | 0 | 0.02 | 273.56 | 0.86 | 0.86 |
| Hex | E0 | BF | FA | A | 18 | 0 | 2 | 112 | 56 | 56 |
| Octal | 340 | 277 | 372 | 12 | 30 | 0 | 2 | 422 | 126 | 126 |
| Binary | 11100000 | 10111111 | 11111010 | 1010 | 11000 | 0 | 10 | 100010010 | 1010110 | 1010110 |
Color Harmonies of #E0BFFA
Complementary color
Monochromatic Colors of #E0BFFA
Black with #E0BFFA
Text Example
Text Example
White with #E0BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFFA; }
p { color: rgb(224,191,250); }
H1.HeaderClassName
{
color: #E0BFFA;
}
.AnyTagClassName
{
color: #E0BFFA;
}
</style>
background-color css
<style>
a { background-color: #E0BFFA; }
a { background-color: rgb(224,191,250); }
div.DivClassName
{
background-color: #E0BFFA;
}
.BgClassName
{
background-color: #E0BFFA;
}
</style>
border-color css
<style>
span { border-color: #E0BFFA; }
span { border-color: rgb(224,191,250); }
td.TdClassName
{
border-color: #E0BFFA;
}
.TagClassName
{
border-color: #E0BFFA;
}
</style>