Shades of Mauve #E0BFFF
Tints of Mauve #E0BFFF
RGB
CMYK
RGB Variations
Color information
#E0BFFF (or 0xE0BFFF) is known color: Mauve. HEX triplet: E0, BF and FF. RGB value is (224,191,255). Sum of RGB (Red+Green+Blue) = 224+191+255=670 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.43% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BFFF is #1F4000. Grayscale: #CFCFCF. Windows color (decimal): -2048001 or 16760800. OLE color: 16760800.
HSL color Cylindrical-coordinate representation of color #E0BFFF: hue angle of 270.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0BFFF is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 191 | 255 | - |
| CMYK | 0.12 | 0.25 | 0 | 0 |
| HSL | 270.94º | 1% | 0.87% | - |
| HSV(B) | 270.94º | 0.25% | 1% | - |
| XYZ | 67.42 | 60.33 | 102.7 | - |
| YUV | 208.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 255 | 0.12 | 0.25 | 0 | 0 | 270.94 | 1 | 0.87 |
| Hex | E0 | BF | FF | C | 19 | 0 | 0 | 10F | 64 | 57 |
| Octal | 340 | 277 | 377 | 14 | 31 | 0 | 0 | 417 | 144 | 127 |
| Binary | 11100000 | 10111111 | 11111111 | 1100 | 11001 | 0 | 0 | 100001111 | 1100100 | 1010111 |
Color Harmonies of #E0BFFF
Complementary color
Monochromatic Colors of #E0BFFF
Black with #E0BFFF
Text Example
Text Example
White with #E0BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFFF; }
p { color: rgb(224,191,255); }
H1.HeaderClassName
{
color: #E0BFFF;
}
.AnyTagClassName
{
color: #E0BFFF;
}
</style>
background-color css
<style>
a { background-color: #E0BFFF; }
a { background-color: rgb(224,191,255); }
div.DivClassName
{
background-color: #E0BFFF;
}
.BgClassName
{
background-color: #E0BFFF;
}
</style>
border-color css
<style>
span { border-color: #E0BFFF; }
span { border-color: rgb(224,191,255); }
td.TdClassName
{
border-color: #E0BFFF;
}
.TagClassName
{
border-color: #E0BFFF;
}
</style>