Shades of Mauve #E4BAFA
Tints of Mauve #E4BAFA
RGB
CMYK
RGB Variations
Color information
#E4BAFA (or 0xE4BAFA) is known color: Mauve. HEX triplet: E4, BA and FA. RGB value is (228,186,250). Sum of RGB (Red+Green+Blue) = 228+186+250=664 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.34% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAFA is #1B4505. Grayscale: #CDCDCD. Windows color (decimal): -1787142 or 16431844. OLE color: 16431844.
HSL color Cylindrical-coordinate representation of color #E4BAFA: hue angle of 279.38º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E4BAFA is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 186 | 250 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.02 |
| HSL | 279.38º | 0.86% | 0.85% | - |
| HSV(B) | 279.38º | 0.26% | 0.98% | - |
| XYZ | 66.81 | 58.51 | 98.22 | - |
| YUV | 205.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 250 | 0.09 | 0.26 | 0 | 0.02 | 279.38 | 0.86 | 0.85 |
| Hex | E4 | BA | FA | 9 | 1A | 0 | 2 | 117 | 56 | 55 |
| Octal | 344 | 272 | 372 | 11 | 32 | 0 | 2 | 427 | 126 | 125 |
| Binary | 11100100 | 10111010 | 11111010 | 1001 | 11010 | 0 | 10 | 100010111 | 1010110 | 1010101 |
Color Harmonies of #E4BAFA
Complementary color
Monochromatic Colors of #E4BAFA
Black with #E4BAFA
Text Example
Text Example
White with #E4BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BAFA; }
p { color: rgb(228,186,250); }
H1.HeaderClassName
{
color: #E4BAFA;
}
.AnyTagClassName
{
color: #E4BAFA;
}
</style>
background-color css
<style>
a { background-color: #E4BAFA; }
a { background-color: rgb(228,186,250); }
div.DivClassName
{
background-color: #E4BAFA;
}
.BgClassName
{
background-color: #E4BAFA;
}
</style>
border-color css
<style>
span { border-color: #E4BAFA; }
span { border-color: rgb(228,186,250); }
td.TdClassName
{
border-color: #E4BAFA;
}
.TagClassName
{
border-color: #E4BAFA;
}
</style>