Shades of Mauve #E0BFFE
Tints of Mauve #E0BFFE
RGB
CMYK
RGB Variations
Color information
#E0BFFE (or 0xE0BFFE) is known color: Mauve. HEX triplet: E0, BF and FE. RGB value is (224,191,254). Sum of RGB (Red+Green+Blue) = 224+191+254=669 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.48% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BFFE is #1F4001. Grayscale: #CFCFCF. Windows color (decimal): -2048002 or 16695264. OLE color: 16695264.
HSL color Cylindrical-coordinate representation of color #E0BFFE: hue angle of 271.43º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0BFFE is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 191 | 254 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.00 |
| HSL | 271.43º | 0.97% | 0.87% | - |
| HSV(B) | 271.43º | 0.25% | 1% | - |
| XYZ | 67.26 | 60.26 | 101.85 | - |
| YUV | 208.05 | 153.93 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 254 | 0.12 | 0.25 | 0 | 0.00 | 271.43 | 0.97 | 0.87 |
| Hex | E0 | BF | FE | C | 19 | 0 | 0 | 10F | 61 | 57 |
| Octal | 340 | 277 | 376 | 14 | 31 | 0 | 0 | 417 | 141 | 127 |
| Binary | 11100000 | 10111111 | 11111110 | 1100 | 11001 | 0 | 0 | 100001111 | 1100001 | 1010111 |
Color Harmonies of #E0BFFE
Complementary color
Monochromatic Colors of #E0BFFE
Black with #E0BFFE
Text Example
Text Example
White with #E0BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFFE; }
p { color: rgb(224,191,254); }
H1.HeaderClassName
{
color: #E0BFFE;
}
.AnyTagClassName
{
color: #E0BFFE;
}
</style>
background-color css
<style>
a { background-color: #E0BFFE; }
a { background-color: rgb(224,191,254); }
div.DivClassName
{
background-color: #E0BFFE;
}
.BgClassName
{
background-color: #E0BFFE;
}
</style>
border-color css
<style>
span { border-color: #E0BFFE; }
span { border-color: rgb(224,191,254); }
td.TdClassName
{
border-color: #E0BFFE;
}
.TagClassName
{
border-color: #E0BFFE;
}
</style>