Shades of Mauve #E0BFFC
Tints of Mauve #E0BFFC
RGB
CMYK
RGB Variations
Color information
#E0BFFC (or 0xE0BFFC) is known color: Mauve. HEX triplet: E0, BF and FC. RGB value is (224,191,252). Sum of RGB (Red+Green+Blue) = 224+191+252=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0BFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BFFC is #1F4003. Grayscale: #CFCFCF. Windows color (decimal): -2048004 or 16564192. OLE color: 16564192.
HSL color Cylindrical-coordinate representation of color #E0BFFC: hue angle of 272.46º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0BFFC is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 191 | 252 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.01 |
| HSL | 272.46º | 0.91% | 0.87% | - |
| HSV(B) | 272.46º | 0.24% | 0.99% | - |
| XYZ | 66.94 | 60.14 | 100.17 | - |
| YUV | 207.82 | 152.93 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 252 | 0.11 | 0.24 | 0 | 0.01 | 272.46 | 0.91 | 0.87 |
| Hex | E0 | BF | FC | B | 18 | 0 | 1 | 110 | 5B | 57 |
| Octal | 340 | 277 | 374 | 13 | 30 | 0 | 1 | 420 | 133 | 127 |
| Binary | 11100000 | 10111111 | 11111100 | 1011 | 11000 | 0 | 1 | 100010000 | 1011011 | 1010111 |
Color Harmonies of #E0BFFC
Complementary color
Monochromatic Colors of #E0BFFC
Black with #E0BFFC
Text Example
Text Example
White with #E0BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFFC; }
p { color: rgb(224,191,252); }
H1.HeaderClassName
{
color: #E0BFFC;
}
.AnyTagClassName
{
color: #E0BFFC;
}
</style>
background-color css
<style>
a { background-color: #E0BFFC; }
a { background-color: rgb(224,191,252); }
div.DivClassName
{
background-color: #E0BFFC;
}
.BgClassName
{
background-color: #E0BFFC;
}
</style>
border-color css
<style>
span { border-color: #E0BFFC; }
span { border-color: rgb(224,191,252); }
td.TdClassName
{
border-color: #E0BFFC;
}
.TagClassName
{
border-color: #E0BFFC;
}
</style>