Shades of Mauve #E4BAF2
Tints of Mauve #E4BAF2
RGB
CMYK
RGB Variations
Color information
#E4BAF2 (or 0xE4BAF2) is known color: Mauve. HEX triplet: E4, BA and F2. RGB value is (228,186,242). Sum of RGB (Red+Green+Blue) = 228+186+242=656 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.76% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAF2 is #1B450D. Grayscale: #CCCCCC. Windows color (decimal): -1787150 or 15907556. OLE color: 15907556.
HSL color Cylindrical-coordinate representation of color #E4BAF2: hue angle of 285º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4BAF2 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 186 | 242 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.05 |
| HSL | 285º | 0.68% | 0.84% | - |
| HSV(B) | 285º | 0.23% | 0.95% | - |
| XYZ | 65.58 | 58.02 | 91.75 | - |
| YUV | 204.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 242 | 0.06 | 0.23 | 0 | 0.05 | 285 | 0.68 | 0.84 |
| Hex | E4 | BA | F2 | 6 | 17 | 0 | 5 | 11D | 44 | 54 |
| Octal | 344 | 272 | 362 | 6 | 27 | 0 | 5 | 435 | 104 | 124 |
| Binary | 11100100 | 10111010 | 11110010 | 110 | 10111 | 0 | 101 | 100011101 | 1000100 | 1010100 |
Color Harmonies of #E4BAF2
Complementary color
Monochromatic Colors of #E4BAF2
Black with #E4BAF2
Text Example
Text Example
White with #E4BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BAF2; }
p { color: rgb(228,186,242); }
H1.HeaderClassName
{
color: #E4BAF2;
}
.AnyTagClassName
{
color: #E4BAF2;
}
</style>
background-color css
<style>
a { background-color: #E4BAF2; }
a { background-color: rgb(228,186,242); }
div.DivClassName
{
background-color: #E4BAF2;
}
.BgClassName
{
background-color: #E4BAF2;
}
</style>
border-color css
<style>
span { border-color: #E4BAF2; }
span { border-color: rgb(228,186,242); }
td.TdClassName
{
border-color: #E4BAF2;
}
.TagClassName
{
border-color: #E4BAF2;
}
</style>