Shades of Mauve #E0BFF2
Tints of Mauve #E0BFF2
RGB
CMYK
RGB Variations
Color information
#E0BFF2 (or 0xE0BFF2) is known color: Mauve. HEX triplet: E0, BF and F2. RGB value is (224,191,242). Sum of RGB (Red+Green+Blue) = 224+191+242=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #E0BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BFF2 is #1F400D. Grayscale: #CECECE. Windows color (decimal): -2048014 or 15908832. OLE color: 15908832.
HSL color Cylindrical-coordinate representation of color #E0BFF2: hue angle of 278.82º 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 #E0BFF2 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 191 | 242 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.05 |
| HSL | 278.82º | 0.66% | 0.85% | - |
| HSV(B) | 278.82º | 0.21% | 0.95% | - |
| XYZ | 65.4 | 59.52 | 92.05 | - |
| YUV | 206.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 242 | 0.07 | 0.21 | 0 | 0.05 | 278.82 | 0.66 | 0.85 |
| Hex | E0 | BF | F2 | 7 | 15 | 0 | 5 | 117 | 42 | 55 |
| Octal | 340 | 277 | 362 | 7 | 25 | 0 | 5 | 427 | 102 | 125 |
| Binary | 11100000 | 10111111 | 11110010 | 111 | 10101 | 0 | 101 | 100010111 | 1000010 | 1010101 |
Color Harmonies of #E0BFF2
Complementary color
Monochromatic Colors of #E0BFF2
Black with #E0BFF2
Text Example
Text Example
White with #E0BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFF2; }
p { color: rgb(224,191,242); }
H1.HeaderClassName
{
color: #E0BFF2;
}
.AnyTagClassName
{
color: #E0BFF2;
}
</style>
background-color css
<style>
a { background-color: #E0BFF2; }
a { background-color: rgb(224,191,242); }
div.DivClassName
{
background-color: #E0BFF2;
}
.BgClassName
{
background-color: #E0BFF2;
}
</style>
border-color css
<style>
span { border-color: #E0BFF2; }
span { border-color: rgb(224,191,242); }
td.TdClassName
{
border-color: #E0BFF2;
}
.TagClassName
{
border-color: #E0BFF2;
}
</style>